Hello all, I started to use scikit-learn which I find great !
I was wondering whether it is possible to output probability estimates in sklearn.svm.LinearSVC. The underlying liblinear has the following option: -b probability_estimates: whether to output probability estimates, 0 or 1 (default 0) But trying to activate it in scikit is not allowed: TypeError: __init__() got an unexpected keyword argument 'probability' Thanks, Raphaƫl. ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
