2013/11/6 Jim <[email protected]>: > No I am primarily working on multiclass classification with constantly > increasing number of classes
Then you don't need a OneVsRestClassifier as OvR is the default strategy for SGD. You do need to put a maximum on the number of classes before you start learning, though. ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
