> With k-fold you can shuffle the data, but let’s say you want to run k-fold > partition multiple times. Can you avoid repetition of the same subset of > samples?
We call that 'shuffle split' http://scikit-learn.org/stable/modules/generated/sklearn.cross_validation.ShuffleSplit.html Examples of use: http://scikit-learn.org/stable/modules/cross_validation.html Gaël ------------------------------------------------------------------------------ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
