In the regression setting, cv=LeaveOneGroupOut() and cv=LeavePGroupsOut() are not working #542
Labels
Backlog
This is in the MAPIE team development backlog, yet to be prioritised.
Good first issue
Easy issue to start to contribute to MAPIE
Other or internal
If no other grey tag is relevant or if issue from the MAPIE team
Describe the bug
In the regression setting, cv=LeaveOneGroupOut() and cv=LeavePGroupsOut() are not working
To Reproduce
Script to reproduce the behavior:
Additional context
The bug seems to come from this line of code, where
check_no_agg_cv
is not called withgroups
self.use_split_method_ = check_no_agg_cv(X, self.cv, self.no_agg_cv_)
Simply adding groups here may solve the issue
The text was updated successfully, but these errors were encountered: