On Fri, May 25, 2012 at 07:53:14AM +0200, Gael Varoquaux wrote: > On Fri, May 25, 2012 at 10:36:03AM +0900, Mathieu Blondel wrote: > > +1 too for precomputing coef_ once for all in fit. > > +1. It seems to simplify everything for little drawback. We'll need to > document it, of course.
Speaking of documentation, I think the docs on the coef_ and dual_coef_ attributes are wrong, if they are implementing 1v1 classification shouldn't there be nclasses * (nclasses - 1) / 2 different coef vectors, not nclasses - 1? David ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
