2014-10-23 16:21 GMT+02:00 George Bezerra <gbeze...@gmail.com>: > 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 Scikit-learn-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scikit-learn-general