Clone the repository
https://github.com/rrizwan98/End_to_End_ML_Project_with_mlflow_and_Deployment.gitconda create -n mlproj python=3.8 -yconda activate mlprojpip install -r requirements.txt# Finally run the following command
python app.pyNow,
open up you local host and port- mlflow ui
MLFLOW_TRACKING_URI=https://dagshub.com/rrizwan98/End_to_End_ML_Project_with_mlflow_and_Deployment.mlflow
MLFLOW_TRACKING_USERNAME=rrizwan98
MLFLOW_TRACKING_PASSWORD=d685b0bd147ef96de518be68b7d128d4d70ca84f
python script.py
Run this to export as env variables:
export MLFLOW_TRACKING_URI=https://dagshub.com/rrizwan98/End_to_End_ML_Project_with_mlflow_and_Deployment.mlflow
export MLFLOW_TRACKING_USERNAME=rrizwan98
export MLFLOW_TRACKING_PASSWORD=d685b0bd147ef96de518be68b7d128d4d70ca84f