Skip to content

Commit daaeb42

Browse files
authored
Merge pull request #100587 from luisquintanilla/AB1657805
Updating references to new folder structure in tutorials Jupyter Notebooks
2 parents 104820c + 0f58b5b commit daaeb42

6 files changed

+13
-13
lines changed

articles/machine-learning/tutorial-1st-experiment-sdk-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
author: trevorbye
1010
ms.author: trbye
1111
ms.reviewer: trbye
12-
ms.date: 09/25/2019
12+
ms.date: 02/10/2020
1313
---
1414

1515
# Tutorial: Get started creating your first ML experiment with the Python SDK
@@ -79,7 +79,7 @@ You complete the following experiment set-up and run steps in Azure Machine Lear
7979
> [!IMPORTANT]
8080
> You can view notebooks in the **samples** folder but you cannot run a notebook from there. In order to run a notebook, make sure you open the cloned version of the notebook in the **User Files** section.
8181
82-
1. Select the **tutorial-1st-experiment-sdk-train.ipynb** file in your **tutorials** folder.
82+
1. Select the **tutorial-1st-experiment-sdk-train.ipynb** file in your **tutorials/create-first-ml-experiment** folder.
8383

8484
1. On the top bar, select a compute instance to use to run the notebook. These VMs are pre-configured with [everything you need to run Azure Machine Learning](concept-compute-instance.md#contents). You can select a VM created by any user of your workspace.
8585

articles/machine-learning/tutorial-1st-experiment-sdk-train.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
author: trevorbye
1010
ms.author: trbye
1111
ms.reviewer: trbye
12-
ms.date: 11/04/2019
12+
ms.date: 02/10/2020
1313
---
1414

1515
# Tutorial: Train your first ML model
@@ -30,7 +30,7 @@ In this tutorial, you learn the following tasks:
3030

3131
The only prerequisite is to run part one of this tutorial, [Setup environment and workspace](tutorial-1st-experiment-sdk-setup.md).
3232

33-
In this part of the tutorial, you run the code in the sample Jupyter notebook `tutorials/tutorial-1st-experiment-sdk-train.ipynb` opened at the end of part one. This article walks through the same code that is in the notebook.
33+
In this part of the tutorial, you run the code in the sample Jupyter notebook *tutorials/create-first-ml-experiment/tutorial-1st-experiment-sdk-train.ipynb* opened at the end of part one. This article walks through the same code that is in the notebook.
3434

3535
## Open the notebook
3636

@@ -40,7 +40,7 @@ In this part of the tutorial, you run the code in the sample Jupyter notebook `t
4040

4141

4242
> [!Warning]
43-
> Do **not** create a *new* notebook in the Jupyter interface! The notebook `tutorials/tutorial-1st-experiment-sdk-train.ipynb` is inclusive of **all code and data needed**
43+
> Do **not** create a *new* notebook in the Jupyter interface! The notebook *tutorials/create-first-ml-experiment/tutorial-1st-experiment-sdk-train.ipynb* is inclusive of **all code and data needed**
4444
> for this tutorial.
4545
4646
## Connect workspace and create experiment

articles/machine-learning/tutorial-auto-train-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
author: trevorbye
1010
ms.author: trbye
1111
ms.reviewer: trbye
12-
ms.date: 11/04/2019
12+
ms.date: 02/10/2020
1313
---
1414

1515
# Tutorial: Use automated machine learning to predict taxi fares
@@ -31,7 +31,7 @@ If you don’t have an Azure subscription, create a free account before you begi
3131
## Prerequisites
3232

3333
* Complete the [setup tutorial](tutorial-1st-experiment-sdk-setup.md) if you don't already have an Azure Machine Learning workspace or notebook virtual machine.
34-
* After you complete the setup tutorial, open the **tutorials/regression-automated-ml.ipynb** notebook using the same notebook server.
34+
* After you complete the setup tutorial, open the *tutorials/regression-automl-nyc-taxi-data/regression-automated-ml.ipynb* notebook using the same notebook server.
3535

3636
This tutorial is also available on [GitHub](https://github.com/Azure/MachineLearningNotebooks/tree/master/tutorials) if you wish to run it in your own [local environment](how-to-configure-environment.md#local). Run `pip install azureml-sdk[automl] azureml-opendatasets azureml-widgets` to get the required packages.
3737

articles/machine-learning/tutorial-deploy-models-with-aml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99

1010
author: sdgilley
1111
ms.author: sgilley
12-
ms.date: 08/26/2019
12+
ms.date: 02/10/2020
1313
ms.custom: seodec18
1414
# As a professional data scientist, I can deploy the model previously trained in tutorial1.
1515
---
@@ -37,7 +37,7 @@ Container Instances is a great solution for testing and understanding the workfl
3737
3838
## Prerequisites
3939

40-
To run the notebook, first complete the model training in [Tutorial (part 1): Train an image classification model](tutorial-train-models-with-aml.md). Then open the **img-classification-part2-deploy.ipynb** notebook in your cloned **tutorials** folder.
40+
To run the notebook, first complete the model training in [Tutorial (part 1): Train an image classification model](tutorial-train-models-with-aml.md). Then open the *img-classification-part2-deploy.ipynb* notebook in your cloned *tutorials/image-classification-mnist-data* folder.
4141

4242
This tutorial is also available on [GitHub](https://github.com/Azure/MachineLearningNotebooks/tree/master/tutorials) if you wish to use it on your own [local environment](how-to-configure-environment.md#local). Make sure you have installed `matplotlib` and `scikit-learn` in your environment.
4343

articles/machine-learning/tutorial-pipeline-batch-scoring-classification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
author: trevorbye
1010
ms.author: trbye
1111
ms.reviewer: trbye
12-
ms.date: 11/04/2019
12+
ms.date: 02/10/2020
1313
---
1414

1515
# Tutorial: Build an Azure Machine Learning pipeline for batch scoring
@@ -35,7 +35,7 @@ If you don’t have an Azure subscription, create a free account before you begi
3535
## Prerequisites
3636

3737
* If you don't already have an Azure Machine Learning workspace or notebook virtual machine, complete [Part 1 of the setup tutorial](tutorial-1st-experiment-sdk-setup.md).
38-
* When you finish the setup tutorial, use the same notebook server to open the *tutorials/tutorial-pipeline-batch-scoring-classification.ipynb* notebook.
38+
* When you finish the setup tutorial, use the same notebook server to open the *tutorials/machine-learning-pipelines-advanced/tutorial-pipeline-batch-scoring-classification.ipynb* notebook.
3939

4040
If you want to run the setup tutorial in your own [local environment](how-to-configure-environment.md#local), you can access the tutorial on [GitHub](https://github.com/Azure/MachineLearningNotebooks/tree/master/tutorials). Run `pip install azureml-sdk[notebooks] azureml-pipeline-core azureml-pipeline-steps pandas requests` to get the required packages.
4141

articles/machine-learning/tutorial-train-models-with-aml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99

1010
author: sdgilley
1111
ms.author: sgilley
12-
ms.date: 11/04/2019
12+
ms.date: 02/10/2020
1313
ms.custom: seodec18
1414
#Customer intent: As a professional data scientist, I can build an image classification model with Azure Machine Learning by using Python in a Jupyter notebook.
1515
---
@@ -43,7 +43,7 @@ If you don’t have an Azure subscription, create a free account before you begi
4343
* Clone the tutorials notebook to your folder in the workspace.
4444
* Create a cloud-based compute instance.
4545

46-
* In your cloned **tutorials** folder, open the **img-classification-part1-training.ipynb** notebook.
46+
* In your cloned *tutorials/image-classification-mnist-data* folder, open the *img-classification-part1-training.ipynb* notebook.
4747

4848

4949
The tutorial and accompanying **utils.py** file is also available on [GitHub](https://github.com/Azure/MachineLearningNotebooks/tree/master/tutorials) if you wish to use it on your own [local environment](how-to-configure-environment.md#local). Run `pip install azureml-sdk[notebooks] azureml-opendatasets matplotlib` to install dependencies for this tutorial.

0 commit comments

Comments
 (0)