Sample MLFlow Pipeline for ASI course on PJAIT. For this project given libraries have been used:
MLFlowPyCaret
Python 3.6+Anaconda
conda create --name mlops-cf
conda activate mlops-cf
conda install -c anaconda jupyter
conda install -c conda-forge mlflow
conda install -c conda-forge pycaret
conda env create -f conda.yml