MLflow project template
conda create --prefix ./env python=3.7 -yconda activate ./envOR
source activate ./envpip install -r requirements.txtconda env export > conda.yamlmlflow run . --no-condamlflow run . -e get_data --no-condamlflow run . -e get_data -P config=configs/your_config.yaml --no-conda