lpiekarski / algo-trading

The Algorithmic Trading Framework is a tool for managing, training, and deploying machine learning models for trading.
8 stars 2 forks source link

Progres bar for subcommands #32

Closed AdamGinna closed 2 years ago

AdamGinna commented 2 years ago

Create progres bar to follow percentage and time during subcommands.

It should be configurable form subcommand. It means that subcommand update his pregressbar.

lpiekarski commented 2 years ago

tqdm seems good for this

https://github.com/tqdm/tqdm