heidelbergcement / hcrystalball

A library that unifies the API for most commonly used libraries and modeling techniques for time-series forecasting in the Python ecosystem.
https://hcrystalball.readthedocs.io/
MIT License
152 stars 19 forks source link

[FEATURE] Add readable progress indication also to the console output #35

Closed MichalChromcak closed 4 years ago

MichalChromcak commented 4 years ago

Is your feature request related to a problem? Please describe. When running the model selection e.g. from the python script, there is a lack of progress indication.

Describe the solution you'd like Use tqdm not only for jupyter environment, but also for the console. Might make tqdm hard dependency.

Additional context Especially useful when long-running sessions are executed. Make sure to look at the parallel execution to place that correctly. The preferable way is to have it always visible (top/bottom of the output?) and be able to scroll through the logs.