Skip to content

Commit 74d90f8

Browse files
committed
adding deprecation note
1 parent f439d33 commit 74d90f8

20 files changed

+35
-0
lines changed

articles/machine-learning/v1/how-to-access-data.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.custom: UpdateFrequency5, data4ml
1919
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
2020
[!INCLUDE [cli v1](../includes/machine-learning-cli-v1.md)]
2121

22+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
23+
2224
In this article, learn how to connect to data storage services on Azure with Azure Machine Learning datastores and the [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro).
2325

2426
Datastores securely connect to your storage service on Azure, and they avoid risk to your authentication credentials or the integrity of your original data store. A datastore stores connection information - for example, your subscription ID or token authorization - in the [Key Vault](https://azure.microsoft.com/services/key-vault/) associated with the workspace. With a datastore, you can securely access your storage because you can avoid hard-coding connection information in your scripts. You can create datastores that connect to [these Azure storage solutions](#supported-data-storage-service-types).

articles/machine-learning/v1/how-to-authenticate-web-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: UpdateFrequency5, sdkv1
1717

1818
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1919

20+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
21+
2022
Azure Machine Learning allows you to deploy your trained machine learning models as web services. In this article, learn how to configure authentication for these deployments.
2123

2224
The model deployments created by Azure Machine Learning can be configured to use one of two authentication methods:

articles/machine-learning/v1/how-to-auto-train-forecast.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ show_latex: true
1818

1919
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
2020

21+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
2122

2223
In this article, you learn how to set up AutoML training for time-series forecasting models with Azure Machine Learning automated ML in the [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/).
2324

articles/machine-learning/v1/how-to-auto-train-image-models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ ms.custom: UpdateFrequency5, sdkv1, devx-track-python
2020

2121
[!INCLUDE [cli-version-info](../includes/machine-learning-cli-v1-deprecation.md)]
2222

23+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
24+
2325

2426
> [!IMPORTANT]
2527
> This feature is currently in public preview. This preview version is provided without a service-level agreement. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).

articles/machine-learning/v1/how-to-auto-train-models-v1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.custom: UpdateFrequency5, devx-track-python, automl, sdkv1
1919

2020
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
2121

22+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
23+
2224
In this article, you learn how to train a regression model with the Azure Machine Learning Python SDK by using Azure Machine Learning Automated ML. The regression model predicts passenger fares for taxi cabs operating in New York City (NYC). You write code with the Python SDK to configure a workspace with prepared data, train the model locally with custom parameters, and explore the results.
2325

2426
The process accepts training data and configuration settings. It automatically iterates through combinations of different feature normalization/standardization methods, models, and hyperparameter settings to arrive at the best model. The following diagram illustrates the process flow for the regression model training:

articles/machine-learning/v1/how-to-auto-train-nlp-models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.date: 03/15/2022
1717

1818
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1919

20+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
21+
2022
[!INCLUDE [preview disclaimer](../includes/machine-learning-preview-generic-disclaimer.md)]
2123

2224
In this article, you learn how to train natural language processing (NLP) models with [automated ML](../concept-automated-ml.md) in the [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/).

articles/machine-learning/v1/how-to-configure-auto-features.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ monikerRange: 'azureml-api-1'
1818

1919
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
2020

21+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
22+
2123
This article explains how to customize the data featurization settings in Azure Machine Learning for your [automated machine learning (AutoML) experiments](../concept-automated-ml.md).
2224

2325
## Feature engineering and featurization

articles/machine-learning/v1/how-to-configure-auto-train.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: UpdateFrequency5, devx-track-python, automl, sdkv1
1717

1818
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1919

20+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
21+
2022
In this guide, learn how to set up an automated machine learning, AutoML, training run with the [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro) using Azure Machine Learning automated ML. Automated ML picks an algorithm and hyperparameters for you and generates a model ready for deployment. This guide provides details of the various options that you can use to configure automated ML experiments.
2123

2224
For an end to end example, see [Tutorial: AutoML- train regression model](how-to-auto-train-models-v1.md).

articles/machine-learning/v1/how-to-configure-cross-validation-data-splits.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ monikerRange: 'azureml-api-1'
2020

2121
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
2222

23+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
24+
2325
This article describes options for configuring training data and validation data splits along with cross-validation settings for your automated machine learning (automated ML) experiments. In Azure Machine Learning, when you use automated ML to build multiple machine learning models, each child run needs to validate the related model by calculating the quality metrics for that model, such as accuracy or area under the curve (AUC) weighted. These metrics are calculated by comparing the predictions made with each model with real labels from past observations in the validation data. Automated ML experiments perform model validation automatically.
2426

2527
The following sections describe how you can customize validation settings with the [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/). To learn more about how metrics are calculated based on validation type, see the [Set metric calculation for cross validation](#set-metric-calculation-for-cross-validation) section. If you're interesting in a low-code or no-code experience, see [Create your automated ML experiments in Azure Machine Learning studio](../how-to-use-automated-ml-for-ml-models.md#create-and-run-experiment).

articles/machine-learning/v1/how-to-configure-databricks-automl-environment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ monikerRange: 'azureml-api-1'
1616

1717
# Set up a development environment with Azure Databricks and AutoML in Azure Machine Learning
1818

19+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
20+
1921
Learn how to configure a development environment in Azure Machine Learning that uses Azure Databricks and automated ML.
2022

2123
Azure Databricks is ideal for running large-scale intensive machine learning workflows on the scalable Apache Spark platform in the Azure cloud. It provides a collaborative Notebook-based environment with a CPU or GPU-based compute cluster.

0 commit comments

Comments
 (0)