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?
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn