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

5xCV instead of 10xCV #5

Open
UnixJunkie opened this issue May 7, 2024 · 0 comments
Open

5xCV instead of 10xCV #5

UnixJunkie opened this issue May 7, 2024 · 0 comments

Comments

@UnixJunkie
Copy link
Contributor

That would also make training models two times faster.

Problem might be: you compute mean and stddev over the 10 folds for each model.
Maybe, you will not trust mean and stddev computed over just 5 folds.

This being said, maybe you want to do iterated testing and do those stats over something like
50 repeats (e.g. we train/test on random partitions of 80%/20% and we repeat this 50
times for each model).

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

No branches or pull requests

1 participant