Skip to content

Commit 1fab0fe

Browse files
committed
Removing depreciated AutoML
1 parent f395113 commit 1fab0fe

11 files changed

+15
-526
lines changed

articles/synapse-analytics/.openpublishing.redirection.synapse-analytics.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
"redirect_url": "/azure/synapse-analytics/partner/data-integration",
2626
"redirect_document_id": false
2727
},
28+
{
29+
"source_path_from_root": "/articles/synapse-analytics/machine-learning/tutorial-automl.md",
30+
"redirect_url": "/azure/machine-learning/what-is-machine-learning",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path_from_root": "/articles/synapse-analytics/spark/apache-spark-azure-machine-learning-tutorial.md",
35+
"redirect_url": "/azure/machine-learning/what-is-machine-learning",
36+
"redirect_document_id": false
37+
},
2838
{
2939
"source_path_from_root": "/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-partner-data-management.md",
3040
"redirect_url": "/azure/synapse-analytics/partner/data-management",

articles/synapse-analytics/database-designer/quick-start-create-lake-database.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ df = spark.sql("SELECT * FROM `Retail_mil`.`RetailProduct`")
7777
df.show(10)
7878
```
7979

80-
## Train machine learning models
81-
82-
You can use lake database to train your machine learning models and score the data. For more details [Train machine learning models](../machine-learning/tutorial-automl.md)
83-
8480
## Next steps
8581

8682
Continue to explore the capabilities of the database designer using the links below.

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

Lines changed: 0 additions & 137 deletions
This file was deleted.

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-synapse-analytics
55
ms.subservice: machine-learning
66
ms.topic: overview
77
ms.reviewer: whhender
8-
ms.date: 08/31/2022
8+
ms.date: 12/30/2024
99
author: nelgson
1010
ms.author: negust
1111
---
@@ -54,17 +54,6 @@ Machine learning models can be trained with help from various algorithms and lib
5454

5555
In addition to MLlib, popular libraries such as [Scikit Learn](https://scikit-learn.org/stable/) can also be used to develop models. See [Manage libraries for Apache Spark in Azure Synapse Analytics](../spark/apache-spark-azure-portal-add-libraries.md) for details on how to install libraries on Synapse Spark Pools.
5656

57-
### Train models with Azure Machine Learning automated ML
58-
59-
Another way to train machine learning models, that does not require much prior familiarity with machine learning, is to use automated ML. [Automated ML](/azure/machine-learning/concept-automated-ml) 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.
60-
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-
6857
## Model deployment and scoring
6958

7059
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/migration-guides/netezza/7-beyond-data-warehouse-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Azure Machine Learning studio is a fully managed cloud service that lets you bui
236236

237237
#### Azure Machine Learning
238238

239-
Azure Machine Learning provides an SDK and services for Python that supports can help you quickly prepare data and also train and deploy machine learning models. You can use Azure Machine Learning in Azure notebooks using Jupyter Notebook, with open-source frameworks, such as PyTorch, TensorFlow, scikit-learn, or Spark MLlib—the machine learning library for Spark. Azure Machine Learning provides an AutoML capability that automatically tests multiple algorithms to identify the most accurate algorithms to expedite model development.
239+
Azure Machine Learning provides an SDK and services for Python that supports can help you quickly prepare data and also train and deploy machine learning models. You can use Azure Machine Learning in Azure notebooks using Jupyter Notebook, with open-source frameworks, such as PyTorch, TensorFlow, scikit-learn, or Spark MLlib—the machine learning library for Spark.
240240

241241
>[!TIP]
242242
>Azure Machine Learning provides an SDK for developing machine learning models using several open-source frameworks.

articles/synapse-analytics/migration-guides/oracle/7-beyond-data-warehouse-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Azure Machine Learning studio is a fully managed cloud service that lets you bui
236236

237237
#### Azure Machine Learning
238238

239-
Azure Machine Learning provides an SDK and services for Python that supports can help you quickly prepare data and also train and deploy machine learning models. You can use Azure Machine Learning in Azure notebooks using Jupyter Notebook, with open-source frameworks, such as PyTorch, TensorFlow, scikit-learn, or Spark MLlib—the machine learning library for Spark. Azure Machine Learning provides an AutoML capability that automatically tests multiple algorithms to identify the most accurate algorithms to expedite model development.
239+
Azure Machine Learning provides an SDK and services for Python that supports can help you quickly prepare data and also train and deploy machine learning models. You can use Azure Machine Learning in Azure notebooks using Jupyter Notebook, with open-source frameworks, such as PyTorch, TensorFlow, scikit-learn, or Spark MLlib—the machine learning library for Spark.
240240

241241
>[!TIP]
242242
>Azure Machine Learning provides an SDK for developing machine learning models using several open-source frameworks.

articles/synapse-analytics/migration-guides/teradata/7-beyond-data-warehouse-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Azure Machine Learning studio is a fully managed cloud service that lets you bui
236236

237237
#### Azure Machine Learning
238238

239-
Azure Machine Learning provides an SDK and services for Python that supports can help you quickly prepare data and also train and deploy machine learning models. You can use Azure Machine Learning in Azure notebooks using Jupyter Notebook, with open-source frameworks, such as PyTorch, TensorFlow, scikit-learn, or Spark MLlib—the machine learning library for Spark. Azure Machine Learning provides an AutoML capability that automatically tests multiple algorithms to identify the most accurate algorithms to expedite model development.
239+
Azure Machine Learning provides an SDK and services for Python that supports can help you quickly prepare data and also train and deploy machine learning models. You can use Azure Machine Learning in Azure notebooks using Jupyter Notebook, with open-source frameworks, such as PyTorch, TensorFlow, scikit-learn, or Spark MLlib—the machine learning library for Spark.
240240

241241
>[!TIP]
242242
>Azure Machine Learning provides an SDK for developing machine learning models using several open-source frameworks.

0 commit comments

Comments
 (0)