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.yamlThis command will install environment with name mlflow and then you can activate the environment by using command:
conda activate mlflow- Not running the logging code in the same cell in the notebook.
- Partial logging or logging parameters before the model training.
- Not running the server before hand and running the logging code inside your notebook.
- 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 🙏😊