2014-10-23 16:21 GMT+02:00 George Bezerra <[email protected]>: > Is there a simple way to get the probabilities that a data point belongs to > a class for this model?
SVMs aren't probability models. You can use LogisticRegression, that's the same algorithm but with a different loss function. ------------------------------------------------------------------------------ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
