2011/9/21 Gael Varoquaux <[email protected]>: > Hi Satra, > > On Tue, Sep 20, 2011 at 01:14:46AM -0400, Satrajit Ghosh wrote: >> exchange between me and a student on current documentation. i don't know >> what level you are expecting people to be at. this is somebody who is using >> sklearn and understands cross-validation in principle (a 2nd year >> undergraduate).
The narrative doc of the cross validation module was not following a very logical order. I fixed that by introducing the motivation and basic usage example first and then introducing the list of all available cross validation strategies: https://github.com/scikit-learn/scikit-learn/blob/master/doc/modules/cross_validation.rst The strategies them selves should be better illustrated with colored diagrams representing the possible splits on different rows. This is left as a TODO. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
