2014-08-19 18:03 GMT+02:00 Adamantios Corais <adamantios.cor...@gmail.com>: > I am looking for implementations \ configurations of machine learning > algorithms that, instead of a boolean value (class), they return a > probability along with the corresponding confidence error. Any hints?
Any scikit-learn classifier that has a predict_proba member does this. Logistic regression, naive Bayes and the various tree ensembles come to mind. ------------------------------------------------------------------------------ _______________________________________________ Scikit-learn-general mailing list Scikit-learn-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scikit-learn-general