quick mlflow example in script form taken from: https://mlflow.org/docs/latest/traditional-ml/hyperparameter-tuning-with-child-runs/notebooks/hyperparameter-tuning-with-child-runs
- Clone the repo, Set your .env which contains
MLFLOW_PORT,MLFLOW_HOSTandBASE_DIRfor data generation. - Run this command:
python main.py- If yoy want to just open the server either run
mlflow uior
python utils.py