You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The progress bar proceeds with each model but not within cross-valudation / hyperparameter search for a single model. For these, we use cross_validate and RandomizedSearchCV , which don't offer a progress bar, but a verbose option. It would be good to find a way to have a well working second progress bar for models that are cross validated or hyperparameter searched.
The text was updated successfully, but these errors were encountered:
mastoffel
changed the title
make progress bar better
improve progress bar
Aug 13, 2024
The progress bar proceeds with each model but not within cross-valudation / hyperparameter search for a single model. For these, we use
cross_validate
andRandomizedSearchCV
, which don't offer a progress bar, but a verbose option. It would be good to find a way to have a well working second progress bar for models that are cross validated or hyperparameter searched.The text was updated successfully, but these errors were encountered: