Skip to content

Commit f392167

Browse files
Merge pull request #239696 from Blackmist/fixing-links-3
fixing links to avoid redirects
2 parents 47de011 + 84d58cc commit f392167

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/machine-learning/component-reference/train-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In Azure Machine Learning, creating and using a machine learning model is typica
6666

6767
Model interpretability provides possibility to comprehend the ML model and to present the underlying basis for decision-making in a way that is understandable to humans.
6868

69-
Currently **Train Model** component supports [using interpretability package to explain ML models](../how-to-machine-learning-interpretability-aml.md#generate-feature-importance-values-via-remote-runs). Following built-in algorithms are supported:
69+
Currently **Train Model** component supports [using interpretability package to explain ML models](../v1/how-to-machine-learning-interpretability-aml.md#generate-feature-importance-values-via-remote-runs). Following built-in algorithms are supported:
7070

7171
- Linear Regression
7272
- Neural Network Regression
@@ -89,7 +89,7 @@ After the pipeline run completed, you can visit **Explanations** tab in the righ
8989

9090
![Screenshot showing model explanation charts](./media/module/train-model-explanations-tab.gif)
9191

92-
To learn more about using model explanations in Azure Machine Learning, refer to the how-to article about [Interpret ML models](../how-to-machine-learning-interpretability-aml.md#generate-feature-importance-values-via-remote-runs).
92+
To learn more about using model explanations in Azure Machine Learning, refer to the how-to article about [Interpret ML models](../v1/how-to-machine-learning-interpretability-aml.md#generate-feature-importance-values-via-remote-runs).
9393

9494
## Results
9595

articles/stream-analytics/machine-learning-udf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The following JSON is an example request from the previous query:
163163

164164
## Optimize the performance for Azure Machine Learning UDFs
165165

166-
When you deploy your model to Azure Kubernetes Service, you can [profile your model to determine resource utilization](../machine-learning/how-to-deploy-profile-model.md). You can also [enable App Insights for your deployments](../machine-learning/how-to-enable-app-insights.md) to understand request rates, response times, and failure rates.
166+
When you deploy your model to Azure Kubernetes Service, you can [profile your model to determine resource utilization](../machine-learning/v1/how-to-deploy-profile-model.md). You can also [enable App Insights for your deployments](../machine-learning/v1/how-to-enable-app-insights.md) to understand request rates, response times, and failure rates.
167167

168168
If you have a scenario with high event throughput, you may need to change the following parameters in Stream Analytics to achieve optimal performance with low end-to-end latencies:
169169

0 commit comments

Comments
 (0)