Experiment Tracking

Bluemist provides integration with MLflow to track, experiment and evaluate machine learning models. This can be simply achieved by setting the params experiment_name and run_name while training the model using train_test_evaluate as described here


Note

Is is important to execute !mlflow ui after train_test_evaluate has been completed successfully

Examples

regression_simple

To track the experiments, open the browser and navigate to http://127.0.0.1:5000


_images/regression_experiment_tracking_ui.png