Skip to content

Commit 1dd2818

Browse files
authored
Merge pull request #273913 from midesa/main
deprecation message for automl
2 parents e2068e4 + 6949882 commit 1dd2818

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Tutorial: Train a model by using automated machine learning'
3-
description: Tutorial on how to train a machine learning model without code in Azure Synapse Analytics.
2+
title: 'Tutorial: Train a model by using automated machine learning (deprecated)'
3+
description: Tutorial on how to train a machine learning model without code in Azure Synapse Analytics (deprecated).
44
ms.service: synapse-analytics
55
ms.subservice: machine-learning
66
ms.topic: tutorial
@@ -10,7 +10,7 @@ author: midesa
1010
ms.author: midesa
1111
---
1212

13-
# Tutorial: Train a machine learning model without code
13+
# Tutorial: Train a machine learning model without code (deprecated)
1414

1515
You can enrich your data in Spark tables with new machine learning models that you train by using [automated machine learning](../../machine-learning/concept-automated-ml.md). In Azure Synapse Analytics, you can select a Spark table in the workspace to use as a training dataset for building machine learning models, and you can do this in a code-free experience.
1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Learn more about the machine learning capabilities by viewing the article on how
3636
### SparkML and MLlib
3737
Spark's in-memory distributed computation capabilities make it a good choice for the iterative algorithms used in machine learning and graph computations. ```spark.ml``` provides a uniform set of high-level APIs that help users create and tune machine learning pipelines.To learn more about ```spark.ml```, you can visit the [Apache Spark ML programming guide](https://spark.apache.org/docs/1.2.2/ml-guide.html).
3838

39-
### Azure Machine Learning automated ML
39+
### Azure Machine Learning automated ML (deprecated)
4040
[Azure Machine Learning automated ML](../../machine-learning/concept-automated-ml.md) (automated machine learning) helps automate the process of developing machine learning models. It allows data scientists, analysts, and developers to build ML models with high scale, efficiency, and productivity all while sustaining model quality. The components to run the Azure Machine Learning automated ML SDK is built directly into the Synapse Runtime.
4141

4242
> [!WARNING]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Microsoft Machine Learning library for Apache Spark is [MMLSpark](https://gi
3737

3838
MMLSpark provides a layer on top of SparkML's low-level APIs when building scalable ML models, such as indexing strings, coercing data into a layout expected by machine learning algorithms, and assembling feature vectors. The MMLSpark library simplifies these and other common tasks for building models in PySpark.
3939

40-
## Automated ML in Azure Machine Learning
40+
## Automated ML in Azure Machine Learning (deprecated)
4141
Azure Machine Learning is a cloud-based environment that allows you to train, deploy, automate, manage, and track machine learning models. Automated ML in Azure Machine Learning accepts training data and configuration settings and automatically iterates through combinations of different feature normalization/standardization methods, models, and hyperparameter settings to arrive at the best model.
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.

articles/synapse-analytics/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,12 +1523,12 @@ items:
15231523
- name: With Apache Spark MLlib
15241524
displayName: train model
15251525
href: ./spark/apache-spark-machine-learning-mllib-notebook.md
1526-
- name: With automated machine learning
1526+
- name: With automated machine learning (deprecated)
15271527
items:
1528-
- name: Code-free
1528+
- name: Code-free (deprecated)
15291529
displayName: train model, automated machine learning, automated ml, automl
15301530
href: ./machine-learning/tutorial-automl.md
1531-
- name: In Python
1531+
- name: In Python (deprecated)
15321532
displayName: train model, automated machine learning, automated ml, automl
15331533
href: ./spark/apache-spark-azure-machine-learning-tutorial.md
15341534
- name: With Horovod and Petastorm

0 commit comments

Comments
 (0)