online-ml / beaver

🦫 MLOps for (online) machine learning
BSD 3-Clause "New" or "Revised" License
80 stars 13 forks source link

`Taxis example, update docs and deps #6

Closed dberardo-com closed 1 year ago

dberardo-com commented 2 years ago

taxi example wont start due these errors:

poetry install --> ModuleNotFoundError: No module named 'platformdirs' poetry install --> ModuleNotFoundError: No module named 'pandas'

Also, added some more user-friendly explanation on the readme.

dberardo-com commented 2 years ago

@MaxHalford i assume that the train.py script is optional, but one could still use it to "warm up" the model before starting the simulation. is this right?