LinearSVC does not have predict_proba() and predict_log_proba()
implementations, but SVC does.  This is because liblinear does not
have calibrated probabilities as an option but libsvm does.

Would it be okay if I add a classifier mixin to core that adds Platt
Scaling into the LinearSVC? I already have some code.

http://www.csie.ntu.edu.tw/~cjlin/papers/plattprob.pdf

j

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to