Hi Herb

Many classifiers have a `predict_proba` or a `predict_log_proba` method
which returns the probability for each class for each point.

Jacob

On Thu, Jul 9, 2015 at 11:39 AM, Herbert Schulz <hrbrt....@gmail.com> wrote:

> Hey,
>
> is there a way to get the probability for a predicted class?
>
> For Example:
>
>
>
> my model is predicting the  input1 to Class 3        probability that it
> is class 3?
> .............                           input2 to Class  1
> probability that it is class 1? ( with 55% it is class 1).
>
>
> I think it is not for every method possible, but for some methods like
> Naive Bayes or Logistic regression???
>
> best,
>
> Herb
>
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to