[scikit-learn] Nested Leave One Subject Out (LOSO) cross validation with scikit
Andy
t3kcit at gmail.com
Mon Dec 5 08:51:47 EST 2016
On 12/04/2016 04:27 PM, Raghav R V wrote:
> Hi!
>
> It looks like you are using the old `sklearn.cross_validation`'s
> LeaveOneLabelOut cross-validator. It has been deprecated since v0.18.
>
> Use the `LeaveOneLabelOut` from `sklearn.model_selection`, that should
> fix your issue I think (thought I have not looked into your code in
> detail).
>
You mean LeaveOneGroupOut, right?
More information about the scikit-learn
mailing list