Repo using Weights & Biases for tracking experiments and MLflow for separating environments for executing steps in pipeline
- Create account at Weights & Biases
- Install requirements
pip install -r requirements.txt
- Login to Weights & Biases from terminal
wandb login
After making sure setup is finished:
- execute to run full pipeline:
cd <REPO_ROOT>
mlflow run .
- login to W&B in browser and browse your project (name is set in
config.yaml
undermain.project_name
)
All necessary pipeline configuration options can be found in config.yaml
.
Options specific to model are stored in src/train_model/model_config.json