Skip to content

pqrst/mlflow-code-demo

 
 

Repository files navigation

Welcome to the Demo Code Repository for MLFlow

To install the mlflow conda environment in the project folder, inside your terminal navigate to the project folder and then run the conda command:

conda env create -f mlflow_env.yaml

This command will install environment with name mlflow and then you can activate the environment by using command:

conda activate mlflow

Common Gotchas while running MLFlow in Jupyter environment:

  1. Not running the logging code in the same cell in the notebook.
  2. Partial logging or logging parameters before the model training.
  3. Not running the server before hand and running the logging code inside your notebook.
  4. Writing the parameter names by hand in a complex sklearn pipeline or column transformer object with multiple sub-parameters.

Will add more....

Thanks to all who have joined my sessions and attending them with great enthusiasm 👏👍

Thank you all for encouraging and positive feedback. I will work on the feedback and try to improve in the upcoming sessions 🙏😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 75.6%
  • HTML 24.4%