hi jean,

how different is it from
http://scikit-learn.org/stable/modules/generated/sklearn.cross_validation.LeaveOneLabelOut.html
?

A

On Tue, Mar 24, 2015 at 4:49 PM, Jean K <jean.kossa...@gmail.com> wrote:
> 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 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
>

------------------------------------------------------------------------------
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

Reply via email to