Skip to content
New issue

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

Allow MapieRegressor to use any split strategy #385

Closed
thibaultcordier opened this issue Dec 13, 2023 · 0 comments · Fixed by #386
Closed

Allow MapieRegressor to use any split strategy #385

thibaultcordier opened this issue Dec 13, 2023 · 0 comments · Fixed by #386
Assignees

Comments

@thibaultcordier
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Split-CP is only available with "split" keyword or ShuffleSplit class of scikit-learn.

Describe the solution you'd like
Propose more compatible split BaseCrossValidator/BaseShuffleSplit.

Describe alternatives you've considered
In practice, we need to use the predictions aggregation for cross-CPs and not for split-CPs. All you need to do is find out the number of splits using the get_n_splits method to know whether it's a split or a cross.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant