Skip to content

Commit 3a562e6

Browse files
Merge pull request #268706 from midesa/main
Missing AutoML warnings
2 parents e18d472 + 023a1c7 commit 3a562e6

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

articles/synapse-analytics/machine-learning/tutorial-automl.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ ms.service: synapse-analytics
55
ms.subservice: machine-learning
66
ms.topic: tutorial
77
ms.reviewer: sngun, garye
8-
9-
ms.date: 09/03/2021
10-
author: nelgson
11-
ms.author: negust
8+
ms.date: 03/06/2024
9+
author: midesa
10+
ms.author: midesa
1211
---
1312

1413
# Tutorial: Train a machine learning model without code
@@ -21,6 +20,13 @@ You'll use automated machine learning in Azure Machine Learning, instead of codi
2120

2221
If you don't have an Azure subscription, [create a free account before you begin](https://azure.microsoft.com/free/).
2322

23+
> [!WARNING]
24+
> - Effective September 29, 2023, Azure Synapse will discontinue official support for [Spark 2.4 Runtimes](../spark/apache-spark-24-runtime.md). Post September 29, 2023, we will not be addressing any support tickets related to Spark 2.4. There will be no release pipeline in place for bug or security fixes for Spark 2.4. Utilizing Spark 2.4 post the support cutoff date is undertaken at one's own risk. We strongly discourage its continued use due to potential security and functionality concerns.
25+
> - As part of the deprecation process for Apache Spark 2.4, we would like to notify you that AutoML in Azure Synapse Analytics will also be deprecated. This includes both the low code interface and the APIs used to create AutoML trials through code.
26+
> - Please note that AutoML functionality was exclusively available through the Spark 2.4 runtime.
27+
> - For customers who wish to continue leveraging AutoML capabilities, we recommend saving your data into your Azure Data Lake Storage Gen2 (ADLSg2) account. From there, you can seamlessly access the AutoML experience through Azure Machine Learning (AzureML). Further information regarding this workaround is available [here](../machine-learning/access-data-from-aml.md).
28+
>
29+
2430
## Prerequisites
2531

2632
- An [Azure Synapse Analytics workspace](../get-started-create-workspace.md). Ensure that it has an Azure Data Lake Storage Gen2 storage account configured as the default storage. For the Data Lake Storage Gen2 file system that you work with, ensure that you're the *Storage Blob Data Contributor*.

articles/synapse-analytics/machine-learning/what-is-machine-learning.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ In addition to MLlib, popular libraries such as [Scikit Learn](https://scikit-le
5858

5959
Another way to train machine learning models, that does not require much prior familiarity with machine learning, is to use automated ML. [Automated ML](../../machine-learning/concept-automated-ml.md) is a feature that automatically trains a set of machine learning models and allows the user to select the best model based on specific metrics. Thanks to a seamless integration with Azure Machine Learning from Azure Synapse Notebooks, users can easily leverage automated ML in Synapse with passthrough Microsoft Entra authentication. This means that you only need to point to your Azure Machine Learning workspace and do not need to enter any credentials. The tutorial, [Train a model in Python with automated machine learning](../spark/apache-spark-azure-machine-learning-tutorial.md), describes how to train models using Azure Machine Learning automated ML on Synapse Spark Pools.
6060

61+
> [!WARNING]
62+
> - Effective September 29, 2023, Azure Synapse will discontinue official support for [Spark 2.4 Runtimes](../spark/apache-spark-24-runtime.md). Post September 29, 2023, we will not be addressing any support tickets related to Spark 2.4. There will be no release pipeline in place for bug or security fixes for Spark 2.4. Utilizing Spark 2.4 post the support cutoff date is undertaken at one's own risk. We strongly discourage its continued use due to potential security and functionality concerns.
63+
> - As part of the deprecation process for Apache Spark 2.4, we would like to notify you that AutoML in Azure Synapse Analytics will also be deprecated. This includes both the low code interface and the APIs used to create AutoML trials through code.
64+
> - Please note that AutoML functionality was exclusively available through the Spark 2.4 runtime.
65+
> - For customers who wish to continue leveraging AutoML capabilities, we recommend saving your data into your Azure Data Lake Storage Gen2 (ADLSg2) account. From there, you can seamlessly access the AutoML experience through Azure Machine Learning (AzureML). Further information regarding this workaround is available [here](../machine-learning/access-data-from-aml.md).
66+
>
67+
6168
## Model deployment and scoring
6269

6370
Models that have been trained either in Azure Synapse or outside Azure Synapse can easily be used for batch scoring. Currently in Synapse, there are two ways in which you can run batch scoring.

articles/synapse-analytics/spark/apache-spark-machine-learning-training.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,12 @@ Azure Machine Learning is a cloud-based environment that allows you to train, de
4242

4343
When using automated ML within Azure Synapse Analytics, you can leverage the deep integration between the different services to simplify authentication & model training.
4444

45-
> [!NOTE]
46-
>
47-
> You can learn more about creating an Azure Machine Learning automated ML experiment by following this [tutorial](./spark/../apache-spark-azure-machine-learning-tutorial.md).
45+
> [!WARNING]
46+
> - Effective September 29, 2023, Azure Synapse will discontinue official support for [Spark 2.4 Runtimes](../spark/apache-spark-24-runtime.md). Post September 29, 2023, we will not be addressing any support tickets related to Spark 2.4. There will be no release pipeline in place for bug or security fixes for Spark 2.4. Utilizing Spark 2.4 post the support cutoff date is undertaken at one's own risk. We strongly discourage its continued use due to potential security and functionality concerns.
47+
> - As part of the deprecation process for Apache Spark 2.4, we would like to notify you that AutoML in Azure Synapse Analytics will also be deprecated. This includes both the low code interface and the APIs used to create AutoML trials through code.
48+
> - Please note that AutoML functionality was exclusively available through the Spark 2.4 runtime.
49+
> - For customers who wish to continue leveraging AutoML capabilities, we recommend saving your data into your Azure Data Lake Storage Gen2 (ADLSg2) account. From there, you can seamlessly access the AutoML experience through Azure Machine Learning (AzureML). Further information regarding this workaround is available [here](../machine-learning/access-data-from-aml.md).
50+
>
4851
4952
<a name='azure-cognitive-services'></a>
5053

0 commit comments

Comments
 (0)