Modeling with Azure Machine Learning
Before we create an automated ML workflow, let's start with a simple Azure notebook:
- Azure notebooks are an integrated part of the Azure Machine Learning service, and you can either create or use a sample notebook to get started:
- In the Search to filter notebooks box in the left pane, as shown in the following figure, search for
MNIST
and it will filter to show you the notebooks. Select theimage-classification-part1-training.ipynb
file to see the notebook in the right pane, and click on Clone this notebook to create your own copy: - Click on the Clone this notebook button to clone the notebook. Cloning the notebook copies the notebook and associated configurations into your user folder as shown in the following figure. This step copies the notebooks and
yml
configuration files to theuser
directory: