mlflow-project-template
MLflow project template
conda create --prefix ./env python=3.7 -y
. C:/Users/DELL/Anaconda3/etc/profile.d/conda.sh
conda activate ./env
OR
source activate ./env
pip install -r requirements.txt
conda env export > conda.yaml
'''bash cp src/stage_00_template.py src/stage_01_get_data.py '''
'''bash mlflow run . --no-conda '''
'''bash mlflow run . -e get_data --no-conda '''
'''bash mlflow run . -e get_data -P configs/your_config.yaml --no-conda '''