Skip to content

Commit 5065c06

Browse files
authored
Merge pull request #213093 from ssalgadodev/conceptAutoReview
Concept auto review
2 parents f11f9a9 + 2dfff17 commit 5065c06

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/machine-learning/how-to-understand-automated-ml.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,12 @@ After your automated ML experiment completes, a history of the jobs can be found
4444
The following steps and video, show you how to view the run history and model evaluation metrics and charts in the studio:
4545

4646
1. [Sign into the studio](https://ml.azure.com/) and navigate to your workspace.
47-
1. In the left menu, select **Experiments**.
47+
1. In the left menu, select **Runs**.
4848
1. Select your experiment from the list of experiments.
4949
1. In the table at the bottom of the page, select an automated ML job.
5050
1. In the **Models** tab, select the **Algorithm name** for the model you want to evaluate.
5151
1. In the **Metrics** tab, use the checkboxes on the left to view metrics and charts.
5252

53-
![Steps to view metrics in studio](./media/how-to-understand-automated-ml/how-to-studio-metrics.gif)
54-
5553
## Classification metrics
5654

5755
Automated ML calculates performance metrics for each classification model generated for your experiment. These metrics are based on the scikit learn implementation.
@@ -204,7 +202,7 @@ spearman_correlation| Spearman correlation is a nonparametric measure of the mon
204202

205203
### Metric normalization
206204

207-
Automated ML normalizes regression and forecasting metrics which enables comparison between models trained on data with different ranges. A model trained on a data with a larger range has higher error than the same model trained on data with a smaller range, unless that error is normalized.
205+
Automated ML normalizes regression and forecasting metrics which enable comparison between models trained on data with different ranges. A model trained on a data with a larger range has higher error than the same model trained on data with a smaller range, unless that error is normalized.
208206

209207
While there is no standard method of normalizing error metrics, automated ML takes the common approach of dividing the error by the range of the data: `normalized_error = error / (y_max - y_min)`
210208

articles/machine-learning/toc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,6 @@
675675
items:
676676
- name: Troubleshoot secure workspace connectivity
677677
href: how-to-troubleshoot-secure-connection-workspace.md
678-
- name: VS Code interactive debugging
679-
displayName: vscode,remote,debug,pipelines,deployments,ssh
680-
href: how-to-debug-visual-studio-code.md
681678
- name: Troubleshoot SerializationError
682679
href: how-to-troubleshoot-serialization-error.md
683680
- name: Troubleshoot descriptor error

articles/machine-learning/v1/toc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,11 @@
378378
- name: Troubleshoot the ParallelRunStep
379379
displayName: debug_batch consume pipeline parallelrunstep inference
380380
href: how-to-debug-parallel-run-step.md
381+
- name: Visual Studio Code
382+
items:
383+
- name: VS Code interactive debugging
384+
displayName: vscode,remote,debug,pipelines,deployments,ssh
385+
href: ../how-to-debug-visual-studio-code.md
381386
- name: Reference (v1)
382387
items:
383388
- name: Machine learning CLI pipeline YAML reference

0 commit comments

Comments
 (0)