We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GroupKFold
Need to introduce the groups argument.
groups
The text was updated successfully, but these errors were encountered:
Hello @vtaquet, could you please give us more insights about your enhancement idea ?
Sorry, something went wrong.
Hi, is it at the moment possible to use GroupKFold cross validation in Mapie? I.e. https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html. Seems like most likely not, given e.g. https://github.com/scikit-learn-contrib/MAPIE/blob/master/mapie/regression.py#L624, with no option to pass groups
MapieRegressor
Successfully merging a pull request may close this issue.
Need to introduce the
groups
argument.The text was updated successfully, but these errors were encountered: