Skip to content

Commit 15bd444

Browse files
authored
Merge pull request #100347 from PeterCLu/patch-1
Update branding
2 parents ac7fd55 + 7b5765d commit 15bd444

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-version-track-datasets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ input_dataset = inputs[0]['dataset']
166166
input_dataset.to_path()
167167
```
168168

169-
You can also find the `input_datasets` from experiments by using [Azure Machine Learning Studio (classic)](https://ml.azure.com/).
169+
You can also find the `input_datasets` from experiments by using [Azure Machine Learning studio](https://ml.azure.com/).
170170

171-
The following image shows where to find the input dataset of an experiment on Azure Machine Learning Studio (classic). For this example, go to your **Experiments** pane and open the **Properties** tab for a specific run of your experiment, `keras-mnist`.
171+
The following image shows where to find the input dataset of an experiment on Azure Machine Learning studio. For this example, go to your **Experiments** pane and open the **Properties** tab for a specific run of your experiment, `keras-mnist`.
172172

173173
![Input datasets](./media/how-to-version-track-datasets/input-datasets.png)
174174

@@ -180,7 +180,7 @@ model = run.register_model(model_name='keras-mlp-mnist',
180180
datasets =[('training data',train_dataset)])
181181
```
182182

183-
After registration, you can see the list of models registered with the dataset by using Python or [Azure Machine Learning Studio (classic)](https://ml.azure.com/). The following view is from the **Datasets** pane under **Assets**. Select the dataset and then select the **Models** tab for a list of the models that are registered with the dataset.
183+
After registration, you can see the list of models registered with the dataset by using Python or [Azure Machine Learning studio](https://ml.azure.com/). The following view is from the **Datasets** pane under **Assets**. Select the dataset and then select the **Models** tab for a list of the models that are registered with the dataset.
184184

185185
![Input datasets models](./media/how-to-version-track-datasets/dataset-models.png)
186186

0 commit comments

Comments
 (0)