[scikit-learn] RidgeCV and cv=LeaveOneGroupOut

Alexandre Gramfort alexandre.gramfort at inria.fr
Wed Aug 8 09:06:24 EDT 2018


you cannot do this indeed. The groups cannot be passed to the cv.split
method as they are not exposed as samples_props in the fit. This is
still a hole in our API...


More information about the scikit-learn mailing list