2011/11/6 Gael Varoquaux <[email protected]>: > On Sun, Nov 06, 2011 at 09:23:14AM +0100, Olivier Grisel wrote: >> > 1) make indices=True the default in cv objects > >> > 2) in check_cv, raise an exception if cv.indices=False and hasattr(X, >> > "tocsr") > >> I think we already for 1) in the past. Let me implement both 1) and >> 2). > > +1 for 1). This problem simply pops up too often on the mailing list.
And here is the pull request: https://github.com/scikit-learn/scikit-learn/pull/427 -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
