/mlflow-experiments

This is the project to track the experiments using ML Flow and doing collaborative experiment tracking on remote server using DagsHub

Primary LanguagePython

  1. conda create -p venv python -y
  2. conda activate /Users/ajeetsingh/Documents/ML/ml-flow/venv
  3. pip install -r requirements.txt
  4. conda info --envs
  5. conda activate /Users/ajeetsingh/Documents/ML/ml-flow/venv
  6. mlflow ui