Data is the foundation on which machine learning models are built. In this lab, you'll explore datastores and datasets in Azure Machine Learning.
Before you start this lab, ensure that you have completed the Create an Azure Machine Learning Workspace and Create a Compute Instance tasks in Getting Started with Azure Machine Learning. Then return to this lab.
In this task, you'll work with a datastore and datasets in Azure Machine Learning.
-
In Azure Machine Learning studio, view the Compute page for the workspace you created in the Getting Started with Azure Machine Learning lab; and on the Compute Instances tab, ensure your compute instance is running. If not, start it.
-
When the compute instance is running, click the Jupyter link to open the Jupyter home page in a new browser tab.
-
In the Jupyter home page, in the Users/mslearn-aml-labs folder, open the 03-Working_with_Data.ipynb notebook. Then read the notes in the notebook, running each code cell in turn.
Tip: If you cloned the repository previously, and the notebook file is not in the Users/mslearn-aml-labs folder, open a new terminal in your Jupyter environment and run the following commands to refresh the lab files (overwriting any changes you have made):
cd Users/mslearn-aml-labs git reset --hard HEAD git pull
Important: When you have finished the lab, close all Jupyter tabs and Stop your compute instance to avoid incurring unnecessary costs.