You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/concept-automated-ml.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,12 @@ Automated machine learning, also referred to as automated ML or AutoML, is the p
18
18
19
19
Traditional machine learning model development is resource-intensive, requiring significant domain knowledge and time to produce and compare dozens of models. With automated machine learning, you'll accelerate the time it takes to get production-ready ML models with great ease and efficiency.
20
20
21
-
<aname="parity"></a>
22
21
23
22
## Ways to use AutoML in Azure Machine Learning
24
23
25
-
Azure Machine Learning offers the following two experiences for working with automated ML. See the following sections to understand [feature availability in each experience](#parity).
24
+
Azure Machine Learning offers the following two experiences for working with automated ML. See the following sections to understand feature availability in each experience.
26
25
27
-
* For code-experienced customers, [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro). Get started with [Tutorial: Use automated machine learning to predict taxi fares](tutorial-auto-train-models.md).
26
+
* For code-experienced customers, [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro). Get started with [Tutorial: Train an object detection model (preview) with AutoML and Python](tutorial-auto-train-image-models.md)
28
27
29
28
* For limited/no-code experience customers, Azure Machine Learning studio at [https://ml.azure.com](https://ml.azure.com/). Get started with these tutorials:
30
29
*[Tutorial: Create a classification model with automated ML in Azure Machine Learning](tutorial-first-experiment-automated-ml.md).
@@ -97,7 +96,7 @@ See examples of classification and automated machine learning in these Python no
97
96
98
97
Similar to classification, regression tasks are also a common supervised learning task. Azure Machine Learning offers [featurizations specifically for these tasks](how-to-configure-auto-features.md#featurization).
99
98
100
-
Different from classification where predicted output values are categorical, regression models predict numerical output values based on independent predictors. In regression, the objective is to help establish the relationship among those independent predictor variables by estimating how one variable impacts the others. For example, automobile price based on features like, gas mileage, safety rating, etc. Learn more and see an example of [regression with automated machine learning](tutorial-auto-train-models.md).
99
+
Different from classification where predicted output values are categorical, regression models predict numerical output values based on independent predictors. In regression, the objective is to help establish the relationship among those independent predictor variables by estimating how one variable impacts the others. For example, automobile price based on features like, gas mileage, safety rating, etc. Learn more and see an example of [regression with automated machine learning](v1/how-to-auto-train-models-v1.md).
101
100
102
101
See examples of regression and automated machine learning for predictions in these Python notebooks: [CPU Performance Prediction](https://github.com/Azure/azureml-examples/tree/main/python-sdk/tutorials/automl-with-azureml/regression-explanation-featurization),
103
102
@@ -176,7 +175,7 @@ Using **Azure Machine Learning**, you can design and run your automated ML train
176
175
1.**Identify the ML problem** to be solved: classification, forecasting, regression or computer vision (preview).
177
176
178
177
1.**Choose whether you want to use the Python SDK or the studio web experience**:
179
-
Learn about the parity between the [Python SDK and studio web experience](#parity).
178
+
Learn about the parity between the [Python SDK and studio web experience](#ways-to-use-automl-in-azure-machine-learning).
180
179
181
180
* For limited or no code experience, try the Azure Machine Learning studio web experience at [https://ml.azure.com](https://ml.azure.com/)
182
181
* For Python developers, check out the [Azure Machine Learning Python SDK](how-to-configure-auto-train.md)
@@ -308,7 +307,8 @@ There are multiple resources to get you up and running with AutoML.
308
307
309
308
### Tutorials/ how-tos
310
309
Tutorials are end-to-end introductory examples of AutoML scenarios.
311
-
+**For a code first experience**, follow the [Tutorial: Train a regression model with AutoML and Python](tutorial-auto-train-models.md).
310
+
311
+
+**For a code first experience**, follow the [Tutorial: Train an object detection model (preview) with AutoML and Python](tutorial-auto-train-image-models.md)
312
312
313
313
+**For a low or no-code experience**, see the [Tutorial: Train a classification model with no-code AutoML in Azure Machine Learning studio](tutorial-first-experiment-automated-ml.md).
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-auto-train-forecast.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ For this article you need,
35
35
36
36
* An Azure Machine Learning workspace. To create the workspace, see [Create workspace resources](quickstart-create-resources.md).
37
37
38
-
* This article assumes some familiarity with setting up an automated machine learning experiment. Follow the [tutorial](tutorial-auto-train-models.md) or [how-to](how-to-configure-auto-train.md) to see the main automated machine learning experiment design patterns.
38
+
* This article assumes some familiarity with setting up an automated machine learning experiment. Follow the [how-to](how-to-configure-auto-train.md) to see the main automated machine learning experiment design patterns.
@@ -429,6 +429,6 @@ See the [forecasting sample notebooks](https://github.com/Azure/azureml-examples
429
429
430
430
## Next steps
431
431
432
-
* Learn more about [how and where to deploy a model](./v1/how-to-deploy-and-where.md).
432
+
* Learn more about [How to deploy an AutoML model to an online endpoint](how-to-deploy-automl-endpoint.md).
433
433
* Learn about [Interpretability: model explanations in automated machine learning (preview)](how-to-machine-learning-interpretability-automl.md).
434
-
* Follow the [Tutorial: Train regression models](tutorial-auto-train-models.md) for an end to end example for creating experiments with automated machine learning.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-configure-auto-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -388,4 +388,4 @@ automl_settings = {
388
388
389
389
* Learn more about [how and where to deploy a model](./v1/how-to-deploy-and-where.md).
390
390
391
-
* Learn more about [how to train a regression model by using automated machine learning](tutorial-auto-train-models.md) or [how to train by using automated machine learning on a remote resource](./v1/concept-automated-ml-v1.md#local-remote).
391
+
* Learn more about [how to train a regression model by using automated machine learning](./v1/how-to-auto-train-models-v1.md) or [how to train by using automated machine learning on a remote resource](./v1/concept-automated-ml-v1.md#local-remote).
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-configure-cross-validation-data-splits.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ For this article you need,
31
31
32
32
* An Azure Machine Learning workspace. To create the workspace, see [Create workspace resources](quickstart-create-resources.md).
33
33
34
-
* Familiarity with setting up an automated machine learning experiment with the Azure Machine Learning SDK. Follow the [tutorial](tutorial-auto-train-models.md) or [how-to](how-to-configure-auto-train.md) to see the fundamental automated machine learning experiment design patterns.
34
+
* Familiarity with setting up an automated machine learning experiment with the Azure Machine Learning SDK. Follow the [tutorial](tutorial-auto-train-image-models.md) or [how-to](how-to-configure-auto-train.md) to see the fundamental automated machine learning experiment design patterns.
35
35
36
36
* An understanding of train/validation data splits and cross-validation as machine learning concepts. For a high-level explanation,
37
37
@@ -251,5 +251,5 @@ Passing the `test_data` or `test_size` parameters into the `AutoMLConfig`, autom
251
251
## Next steps
252
252
253
253
*[Prevent imbalanced data and overfitting](concept-manage-ml-pitfalls.md).
254
-
*[Tutorial: Use automated machine learning to predict taxi fares - Split data section](tutorial-auto-train-models.md#split-the-data-into-train-and-test-sets).
254
+
255
255
* How to [Auto-train a time-series forecast model](how-to-auto-train-forecast.md).
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-generate-automl-training-code.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The following diagram illustrates that you can generate the code for automated M
43
43
44
44
* An Azure Machine Learning workspace. To create the workspace, see [Create workspace resources](quickstart-create-resources.md).
45
45
46
-
* This article assumes some familiarity with setting up an automated machine learning experiment. Follow the [tutorial](tutorial-auto-train-models.md) or [how-to](how-to-configure-auto-train.md) to see the main automated machine learning experiment design patterns.
46
+
* This article assumes some familiarity with setting up an automated machine learning experiment. Follow the [tutorial](tutorial-auto-train-image-models.md) or [how-to](how-to-configure-auto-train.md) to see the main automated machine learning experiment design patterns.
47
47
48
48
* Automated ML code generation is only available for experiments run on remote Azure ML compute targets. Code generation isn't supported for local runs.
49
49
@@ -484,5 +484,5 @@ However, in order to load that model in a notebook in your custom local Conda en
484
484
485
485
## Next steps
486
486
487
-
* Learn more about [how and where to deploy a model](/azure/machine-learning/how-to-deploy-managed-online-endpoints).
487
+
* Learn more about [how and where to deploy a model](how-to-deploy-and-where.md).
488
488
* See how to [enable interpretability features](how-to-machine-learning-interpretability-automl.md) specifically within automated ML experiments.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-machine-learning-interpretability-automl.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ In this article, you learn how to:
30
30
## Prerequisites
31
31
32
32
- Interpretability features. Run `pip install azureml-interpret` to get the necessary package.
33
-
- Knowledge of building automated ML experiments. For more information on how to use the Azure Machine Learning SDK, complete this [regression model tutorial](tutorial-auto-train-models.md) or see how to [configure automated ML experiments](how-to-configure-auto-train.md).
33
+
- Knowledge of building automated ML experiments. For more information on how to use the Azure Machine Learning SDK, complete this [object detection model tutorial](tutorial-auto-train-image-models.md) or see how to [configure automated ML experiments](how-to-configure-auto-train.md).
34
34
35
35
## Interpretability during training for the best model
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-troubleshoot-auto-ml.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,6 @@ If you have over 100 automated ML experiments, this may cause new automated ML e
207
207
208
208
## Next steps
209
209
210
-
+ Learn more about [how to train a regression model with Automated machine learning](tutorial-auto-train-models.md) or [how to train using Automated machine learning on a remote resource](./v1/concept-automated-ml-v1.md#local-remote).
210
+
+ Learn more about [how to train a regression model with Automated machine learning](./v1/how-to-auto-train-models-v1.md) or [how to train using Automated machine learning on a remote resource](./v1/concept-automated-ml-v1.md#local-remote).
211
211
212
212
+ Learn more about [how and where to deploy a model](./v1/how-to-deploy-and-where.md).
0 commit comments