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

Guideline on changing the number of folds in the evaluate_pipeline() function #123

Open
iXanthos opened this issue Sep 1, 2021 · 1 comment
Labels
bug feature Something new, expands what you can do with GAMA.
Milestone

Comments

@iXanthos
Copy link

iXanthos commented Sep 1, 2021

Greetings,

I would like to know if it is possible to change the number of folds in the (stratified) cross validation internally for each generated model. Currently, this parameter has a default value of 5 and I found it is used in the evaluate_pipeline() function. Ideally, I would like to be able to input different values of k.

Regards,
Iordanis

@PGijsbers
Copy link
Member

PGijsbers commented Sep 1, 2021

It looks like I forgot to forward this parameter to an external interface. Unfortunately it's also hard to monkey patch, which means it's currently not really possible (technically it is if you patch the fit function). I'll see if I can push an update to master tomorrow. Thanks for bringing this to our attention.

@PGijsbers PGijsbers added bug feature Something new, expands what you can do with GAMA. labels Sep 1, 2021
@PGijsbers PGijsbers added this to the v22.0.0 milestone Jul 27, 2022
@PGijsbers PGijsbers modified the milestones: v22.0.0, v22.1 Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feature Something new, expands what you can do with GAMA.
Projects
None yet
Development

No branches or pull requests

2 participants