Skip to content

Commit 7600d6d

Browse files
committed
Fix minor detected bugs . . .
1 parent 52b6ad7 commit 7600d6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/data-science-virtual-machine/how-to-track-experiments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ This section describes how to deploy models, trained on a DSVM, to Azure Machine
129129

130130
On the left-hand menu in [Azure Machine Learning studio](https://ml.azure.com) select __Compute__, as shown in this screenshot:
131131

132-
:::image type="content" source="./media/how-to-track-experiments/mlflow-experiments-6.png" alt-text="Screenshot showing the logged Mean Square Error of the experiment run." lightbox= "./media/how-to-track-experiments/mlflow-experiments-6.png":::
132+
:::image type="content" source="./media/how-to-track-experiments/mlflow-experiments-6.png" alt-text="Screenshot showing selection of 'Compute' in Azure Machine Learning studio." lightbox= "./media/how-to-track-experiments/mlflow-experiments-6.png":::
133133

134134
In the __New Inference cluster__ pane, fill in the details for
135135

@@ -173,13 +173,13 @@ The model will deploy to the Inference Cluster (Azure Kubernetes Service) we cre
173173

174174
When the model successfully deploys, select Endpoints from the left-hand menu, then select the name of the deployed service. The model details pane should become visible, as shown in this screenshot:
175175

176-
:::image type="content" source="./media/how-to-track-experiments/mlflow-experiments-8.png" alt-text="Screenshot showing details of the model deployment." lightbox= "./media/how-to-track-experiments/mlflow-experiments-8.png":::
176+
:::image type="content" source="./media/how-to-track-experiments/mlflow-experiments-8.png" alt-text="Screenshot showing the model details pane." lightbox= "./media/how-to-track-experiments/mlflow-experiments-8.png":::
177177

178178
The deployment state should change from __transitioning__ to __healthy__. Additionally, the details section provides the REST endpoint and Swagger URLs that application developers can use to integrate your ML model into their apps.
179179

180180
You can test the endpoint with [Postman](https://www.postman.com/), or you can use the Azure Machine Learning SDK:
181181

182-
[SDK v1](../includes/machine-learning-sdk-v1.md)
182+
[SDK v1](includes/machine-learning-sdk-v1.md)
183183

184184
```python
185185
from azureml.core import Webservice

0 commit comments

Comments
 (0)