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

Keep the best model for each replicate #24

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

valosekj
Copy link
Member

@valosekj valosekj commented Jan 30, 2025

Just a very hacky first implementation, saving the best model for each replicate:

modular_optuna_ml/testing/output$ tree
.
├── model_rep0_trial0.pkl
├── model_rep1_trial0.pkl
├── model_rep2_trial4.pkl
├── model_rep3_trial5.pkl
├── model_rep4_trial5.pkl
├── model_rep5_trial4.pkl
├── model_rep6_trial4.pkl
├── model_rep7_trial4.pkl
├── model_rep8_trial4.pkl
├── model_rep9_trial4.pkl
└── output.db

@valosekj valosekj self-assigned this Jan 30, 2025
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 this pull request may close these issues.

1 participant