Use tqdm-like progress bars in GridSearchcv #27295
petrosDemetrakopoulos
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
It is being implemented through a callback framework here: #27663 |
Beta Was this translation helpful? Give feedback.
1 reply
-
I agree. I am working with large grid searches to get a sense of the spaces I need to explore, but it can be painful without knowing if the search is 10% done or 50% done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A nice idea/improvement would be to use tqdm-like a progress bar for grid search.
Recently I worked a lot with GridSearchCV in huge hyperparameter spaces and I believe it would be a nice feature
Beta Was this translation helpful? Give feedback.
All reactions