I'm using the LinearSVC module but I noticed that it doesn't implement a predict_proba method, only the decision_function method.
Is there a simple way to get the probabilities that a data point belongs to a class for this model? Thanks. -- George Bezerra
------------------------------------------------------------------------------
_______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
