Skip to content
Snippets Groups Projects
Commit 13418b86 authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files

Preliminary support for probability estimate in SVM.

Added method prob_predict() that does probability estimates. It's only
tested for SVC (classification), so it's untested for SVR/OneClass.

To be able to do probability estimates, you have to specify parameter
probability=True (now on by default). Turning off this parameter might
speed up calculations, althougth I did not notice any significant
difference.

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@658 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
parent 6abff58b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment