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

Support for non-BaseCrossValidator CV methods #518

Open
nanophyto opened this issue Sep 27, 2024 · 0 comments
Open

Support for non-BaseCrossValidator CV methods #518

nanophyto opened this issue Sep 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nanophyto
Copy link

I'm working with a highly zero-inflated dataset. Because of this, I'm using a custom defined zero-stratified CV splitter in my sklearn pipeline.

Currently, MAPIE does not seem to support non-BaseCrossValidator CV methods, which means that if I try to run e.g. MapieRegressor with cv=10 some of the folds are nearly all zeros - resulting in some very unrealistic lower bounds for the PI estimates.

Would it be possible to add support for user-defined CV splitters?

@nanophyto nanophyto added the enhancement New feature or request label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant