Create Virtual Environment python -m venv .venv Install Libraries pip install pandas matplotlib numpy scikit-learn Commands to run on jupyter notebook !pip install numpy pandas scikit-learn mlflow how to run mlflow server Note: Make sure mlflow ui command to run in the same folder where mlruns folder is present mlflow ui