/mlflow-begginer

Ejemplo de proyectos para empezar a trabajar con MLFLOW

Primary LanguagePython

Getting started

Clone the repository

Requirements

pip install requirements.txt

Run mlflow on terminal

mlflow ui

Run Scripts on another terminal

python compute_bmi.py python ml_classification.py python ml_regression.py