An example of using MLFlow to train an XGBoost model on Azure Machine Learning compute using the az ml
cli and a Makefile to make running repetitive az ml
commands much easier.
Prepare workspace:
az login
az ml folder attach
make config
Kick off a training run:
make train