rodrigo-arenas / Sklearn-genetic-opt

ML hyperparameters tuning and features selection, using evolutionary algorithms.
https://sklearn-genetic-opt.readthedocs.io
MIT License
289 stars 73 forks source link

[FEATURE] Training progress bar #50

Closed rodrigo-arenas closed 3 years ago

rodrigo-arenas commented 3 years ago

What is the use case for this feature? Letting the user know how much is left to finish the training

Describe the solution you'd expect When the fit method of GASearchCV is called, a progress bar must be displayed and show the progress of the training

Additional context Use the tqdm python package