Skip to content

Contribution

The contribute to this project you first need to clone this repository.

Once you have cloned the repo, you can install the right dependencies with

pip install -r requirements.txt
pip install -r requirements_dev.txt

To start mlflow run:

mlflow ui

Now you will be able to run the train script and train your first model.

python train.py

Here you can find new issues to pick up to improve this project.