Skip to content

Commit ecdf504

Browse files
Merge pull request #1994 from JKirsch1/update-article-about-monitoring-model-performance
Freshness - Machine Learning HowTo 180 days
2 parents 02699f0 + fe8cc16 commit ecdf504

8 files changed

+658
-459
lines changed

articles/machine-learning/how-to-monitor-model-performance.md

Lines changed: 641 additions & 437 deletions
Large diffs are not rendered by default.

articles/machine-learning/includes/machine-learning-cli-prereqs.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ ms.date: 02/10/2025
66
ms.author: larryfr
77
---
88

9-
Before following the steps in this article, make sure you have the following prerequisites:
9+
* The [Azure CLI](/cli/azure/install-azure-cli) and the `ml` extension to the Azure CLI, installed and configured. For more information, see [Install and set up the CLI (v2)](../how-to-configure-cli.md).
1010

11-
* The [Azure CLI](/cli/azure/) and the `ml` extension to the Azure CLI. For more information, see [Install, set up, and use the CLI (v2)](../how-to-configure-cli.md).
11+
* A Bash shell or a compatible shell, for example, a shell on a Linux system or [Windows Subsystem for Linux](/windows/wsl/about). The Azure CLI examples in this article assume that you use this type of shell.
1212

13-
> [!IMPORTANT]
14-
> The CLI examples in this article assume that you are using the Bash (or compatible) shell. For example, from a Linux system or [Windows Subsystem for Linux](/windows/wsl/about).
15-
16-
* An Azure Machine Learning workspace. If you don't have one, use the steps in the [Install, set up, and use the CLI (v2)](../how-to-configure-cli.md) to create one.
13+
* An Azure Machine Learning workspace. For instructions to create a workspace, see [Set up](../how-to-configure-cli.md#set-up).

articles/machine-learning/includes/machine-learning-sdk-v2-prereqs.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ ms.date: 02/10/2025
66
ms.author: larryfr
77
---
88

9-
Before following the steps in this article, make sure you have the following prerequisites:
9+
* An Azure Machine Learning workspace. For steps for creating a workspace, see [Create the workspace](../quickstart-create-resources.md#create-the-workspace).
1010

11-
* An Azure Machine Learning workspace. If you don't have one, use the steps in the [Quickstart: Create workspace resources](../quickstart-create-resources.md) article to create one.
12-
13-
* To install the Python SDK v2, use the following command:
11+
* The Azure Machine Learning SDK for Python v2. To install the SDK, use the following command:
1412

1513
```bash
1614
pip install azure-ai-ml azure-identity
@@ -22,4 +20,4 @@ Before following the steps in this article, make sure you have the following pre
2220
pip install --upgrade azure-ai-ml azure-identity
2321
```
2422

25-
For more information, see [Install the Python SDK v2 for Azure Machine Learning](/python/api/overview/azure/ai-ml-readme).
23+
For more information, see [Azure Machine Learning Package client library for Python](/python/api/overview/azure/ai-ml-readme).
39.7 KB
Loading
42.7 KB
Loading

articles/machine-learning/reference-yaml-monitor.md

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)