On 09/27/2014 04:51 AM, Mathieu Blondel wrote:
> This is because LinearSVC doesn't support sample_weight.
>
> I added a new issue for raising a more explicit error message:
> https://github.com/scikit-learn/scikit-learn/issues/3711
>
> BTW, a linear combination of linear models is a linear model itself. 
> So you can't learn a better model than a LinearSVC() with 
> AdaBoostClassifier(svm.LinearSVC())
It is a linear combination of the "predict_probas" not the 
"decision_functions", right?
So it is not a linear model any more (more like a neural network ;)




------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&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