If you want to connect with me:
This repository is a simple example of how to use mlflow to track your machine learning experiments.
-
Clone this repository
-
Install the requirements:
pip install -r requirements.txt
- Run the notebook:
jupyter notebook
- Run the mlflow server:
mlflow ui
- Access the mlflow server on your browser:
http://localhost:5000/
- Run the notebook and see the results on the mlflow server.
I hope you enjoy this repository and learn something new.