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

During hyperaparameter search, print out best value found so far #76

Open
egillax opened this issue Jun 23, 2023 · 1 comment
Open

During hyperaparameter search, print out best value found so far #76

egillax opened this issue Jun 23, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@egillax
Copy link
Collaborator

egillax commented Jun 23, 2023

Similar to how optuna does it. Might require some changes to gridCvDeep

@egillax egillax added the good first issue Good for newcomers label Sep 21, 2023
@egillax
Copy link
Collaborator Author

egillax commented Oct 18, 2023

This has been partly implemented in this line:

ParallelLogger::logInfo(paste0("Caching all grid search results and prediction for best combination ", indexOfMax))

Need to modify the logger statement to add the performance as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant