Skip to content

TripathiAshutosh/mlflow

Repository files navigation

Experiment tracking is the process of recording all the important components such as hyper parameters, metrics, models and artifacts like plots PNG images, files etc. Experiment tracking helps to reproduce the old results by using the stored parameters. Under one experiment different runs can be created and by changing the parameters value we can evaluate model performance. And easily do the model performance comparison and finalize the optimal model for production. MLFlow is the widely used tool for experiment tracking across organizations.

image https://www.mlflow.org

To explain, how experiment tracking works and how to implement it using python, I have created a video with below points. [Notebook is available in this repository code section - mlflow live demo]

  1. Create conda Environment
  2. Train a Basic Machine Learning classifier using Random Forest
  3. Create experiment with basic classifier and records metrics
  4. Fine tune the model using hyper parameter tuning random search CV method
  5. Create another experiment and log all hyper parameters, metrics, and artifacts which contains model, roc_auc curve PNG, confusion Matrix PNG.

Watch on YouTube [click below image]

MLFlow Live Demo

if you have any query, go to the video link and ask your queries using the comment section.

Thank You!!

About

MLflow related work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published