This lesson focuses on how to automate model training workflows. We look at creating reusable and shareable components that can be used in multiple pipelines, before seeing how to create pipelines using Azure Machine Learning Studio and with Python scripts. We finish with seeing how to share data between pipeline tasks.
Running a Script as a Command demo commands
rm -r azure-ml-labs -f
https://github.com/MicrosoftLearn/mslearn-azure-ml.git azure-mil-labs
cd azuer-ml-labs/Labs/09
./setup.sh
pip uninstall azure-ai-ml
pip install azure-ai-ml
git clone https://github.com/MicrosoftLearn/mslearn-azure-ml.git azure-mil-labs