2014-08-19 18:03 GMT+02:00 Adamantios Corais <[email protected]>:
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to