Hi all,
I recently needed to perform some subject independent KFold
cross-validation. To my knowledge this feature isn't in the scikit-learn
yet, so I created a pull-request
<https://github.com/scikit-learn/scikit-learn/pull/4444> with a simple
implementation.
It is similar the original Fold except that it takes as parameter an array
of subjects (similarly to the StratifiedKFold that takes an array of labels
as a parameter) and separate these into K Folds, approximately
equilibrated, where each subject appears only in one fold.
Do you think this would be useful?
Cheers,
Jean
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general