Skip to content

Commit 376242c

Browse files
author
Larry Franks
committed
flagging of preview items
1 parent 7ebb092 commit 376242c

38 files changed

+117
-7
lines changed

articles/machine-learning/concept-responsible-ai-scorecard.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Our Responsible AI dashboard is designed for machine learning professionals and
2323

2424
One of the biggest benefits of using the Azure Machine Learning ecosystem is related to the archival of model and data insights in the Azure Machine Learning Run History (for quick reference in future). As a part of that infrastructure and to accompany machine learning models and their corresponding Responsible AI dashboards, we introduce the Responsible AI scorecard to empower ML professionals to generate and share their data and model health records easily.
2525

26+
[!INCLUDE [machine-learning-preview-generic-disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
27+
2628
## Who should use a Responsible AI scorecard?
2729

2830
- If you're a data scientist or a machine learning professional, after training your model and generating its corresponding Responsible AI dashboard(s) for assessment and decision-making purposes, you can extract those learnings via our PDF scorecard and share the report easily with your technical and non-technical stakeholders to build trust and gain their approval for deployment.

articles/machine-learning/how-to-create-manage-compute-instance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Learn how to create and manage a [compute instance](concept-compute-instance.md)
2525

2626
Use a compute instance as your fully configured and managed development environment in the cloud. For development and testing, you can also use the instance as a [training compute target](concept-compute-target.md#training-compute-targets). A compute instance can run multiple jobs in parallel and has a job queue. As a development environment, a compute instance can't be shared with other users in your workspace.
2727

28+
> [!IMPORTANT]
29+
> Items marked (preview) in this article are currently in public preview.
30+
> The preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
31+
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
32+
2833
In this article, you learn how to:
2934

3035
* [Create](#create) a compute instance
@@ -52,11 +57,6 @@ Compute instances can run jobs securely in a [virtual network environment](how-t
5257

5358
## Create
5459

55-
> [!IMPORTANT]
56-
> Items marked (preview) below are currently in public preview.
57-
> The preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
58-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
59-
6060
**Time estimate**: Approximately 5 minutes.
6161

6262
Creating a compute instance is a one time process for your workspace. You can reuse the compute as a development workstation or as a compute target for training. You can have multiple compute instances attached to your workspace.

articles/machine-learning/how-to-customize-compute-instance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Some examples of what you can do in a setup script:
3131
* Set environment variables
3232
* Install JupyterLab extensions
3333

34+
[!INCLUDE [machine-learning-preview-generic-disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
35+
3436
## Create the setup script
3537

3638
The setup script is a shell script, which runs as `rootuser`. Create or upload the script into your **Notebooks** files:

articles/machine-learning/how-to-debug-managed-online-endpoints-visual-studio-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Learn how to use the Visual Studio Code (VS Code) debugger to test and debug onl
2323

2424
Azure Machine Learning local endpoints help you test and debug your scoring script, environment configuration, code configuration, and machine learning model locally.
2525

26+
[!INCLUDE [machine-learning-preview-generic-disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
27+
2628
## Online endpoint local debugging
2729

2830
Debugging endpoints locally before deploying them to the cloud can help you catch errors in your code and configuration earlier. You have different options for debugging endpoints locally with VS Code.

articles/machine-learning/how-to-debug-visual-studio-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Use the Azure Machine Learning extension to validate, run, and debug your machin
3030
> [!IMPORTANT]
3131
> The Azure Machine Learning VS Code extension uses the CLI (v2) by default. The instructions in this guide use 1.0 CLI. To switch to the 1.0 CLI, set the `azureML.CLI Compatibility Mode` setting in Visual Studio Code to `1.0`. For more information on modifying your settings in Visual Studio Code, see the [user and workspace settings documentation](https://code.visualstudio.com/docs/getstarted/settings).
3232
33+
[!INCLUDE [machine-learning-preview-generic-disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
34+
3335
* [Docker](https://www.docker.com/get-started)
3436
* Docker Desktop for Mac and Windows
3537
* Docker Engine for Linux.

articles/machine-learning/how-to-deploy-with-triton.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ In this article, you will learn how to deploy Triton and a model to a [managed o
2828
> * [NVIDIA Triton Inference Server](https://aka.ms/nvidia-triton-docs) is an open-source third-party software that is integrated in Azure Machine Learning.
2929
> * While Azure Machine Learning online endpoints are generally available, _using Triton with an online endpoint/deployment is still in preview_.
3030
31+
[!INCLUDE [machine-learning-preview-generic-disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
32+
3133
## Prerequisites
3234

3335
# [Azure CLI](#tab/azure-cli)

articles/machine-learning/how-to-inference-server-http.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ The server can also be used to create validation gates in a continuous integrati
2121

2222
This article mainly targets users who want to use the inference server to debug locally, but it will also help you understand how to use the inference server with online endpoints.
2323

24+
[!INCLUDE [machine-learning-preview-generic-disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
25+
2426
## Online endpoint local debugging
2527

2628
Debugging endpoints locally before deploying them to the cloud can help you catch errors in your code and configuration earlier. To debug endpoints locally, you could use:

articles/machine-learning/how-to-machine-learning-fairness-aml.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ In this how-to guide, you will learn to use the [Fairlearn](https://fairlearn.gi
2626
>[!NOTE]
2727
> Fairness assessment is not a purely technical exercise. **This package can help you assess the fairness of a machine learning model, but only you can configure and make decisions as to how the model performs.** While this package helps to identify quantitative metrics to assess fairness, developers of machine learning models must also perform a qualitative analysis to evaluate the fairness of their own models.
2828
29+
[!INCLUDE [machine-learning-preview-generic-disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
30+
2931
## Azure Machine Learning Fairness SDK
3032

3133
The Azure Machine Learning Fairness SDK, `azureml-contrib-fairness`, integrates the open-source Python package, [Fairlearn](http://fairlearn.github.io),

articles/machine-learning/how-to-machine-learning-interpretability-aml.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ In this how-to guide, you learn to use the interpretability package of the Azure
3232

3333
* Deploy a scoring explainer alongside your model to observe explanations during inferencing.
3434

35+
[!INCLUDE [machine-learning-preview-generic-disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
3536

3637
For more information on the supported interpretability techniques and machine learning models, see [Model interpretability in Azure Machine Learning](how-to-machine-learning-interpretability.md) and [sample notebooks](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/explain-model).
3738

articles/machine-learning/how-to-manage-optimize-cost.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ Use the following tips to help you manage and optimize your compute resource cos
3333

3434
For information on planning and monitoring costs, see the [plan to manage costs for Azure Machine Learning](concept-plan-manage-cost.md) guide.
3535

36+
> [!IMPORTANT]
37+
> Items marked (preview) in this article are currently in public preview.
38+
> The preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
39+
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
40+
3641
## Use Azure Machine Learning compute cluster (AmlCompute)
3742

3843
With constantly changing data, you need fast and streamlined model training and retraining to maintain accurate models. However, continuous training comes at a cost, especially for deep learning models on GPUs.

0 commit comments

Comments
 (0)