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

12 allow passing kfold iterator directly in the crossvalidation class #14

Conversation

radlfabs
Copy link
Owner

With this change the interface class can now accept not only the proprietary Enum class as cross validation method argument but also any sklearn cross validation generator or an Iterator that yields the fold indices.
This makes for a better user experience and increases general compatibility.

@radlfabs radlfabs added the enhancement New feature or request label Nov 10, 2023
@radlfabs radlfabs added this to the Release 0.1.0 milestone Nov 10, 2023
@radlfabs radlfabs self-assigned this Nov 10, 2023
@radlfabs radlfabs linked an issue Nov 10, 2023 that may be closed by this pull request
@radlfabs radlfabs merged commit 98dd001 into main Nov 10, 2023
@radlfabs radlfabs deleted the 12-allow-passing-kfold-iterator-directly-in-the-crossvalidation-class branch November 14, 2023 14:15
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

Successfully merging this pull request may close these issues.

Allow passing KFold Iterator directly in the CrossValidation class
1 participant