jo-jstrm / SmartHomeBuddy

GNU General Public License v3.0
4 stars 0 forks source link

Add progress indicator for model training #96

Closed jo-jstrm closed 1 year ago

jo-jstrm commented 2 years ago

Currently, there is no indicator regarding the progress of model training.

As different models might be based on different ml frameworks, the implementation of a progress indicator should probably be part of the model definition, i.e., model.train().

TB-DevAcc commented 1 year ago

Done with #101