Skip to content

Commit 1b0fe67

Browse files
authored
Merge pull request #208310 from sdgilley/sdg-v2
Move tutorials to v1
2 parents 38ad18f + d4d51f5 commit 1b0fe67

23 files changed

+73
-73
lines changed

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,12 @@
10121012
},
10131013
{
10141014
"source_path_from_root": "/articles/machine-learning/service/tutorial-auto-train-models.md",
1015-
"redirect_url": "/azure/machine-learning/tutorial-auto-train-models",
1015+
"redirect_url": "/azure/machine-learning/v1/how-to-auto-train-models-v1",
1016+
"redirect_document_id": false
1017+
},
1018+
{
1019+
"source_path_from_root": "/articles/machine-learning/tutorial-auto-train-models.md",
1020+
"redirect_url": "/azure/machine-learning/v1/how-to-auto-train-models-v1",
10161021
"redirect_document_id": true
10171022
},
10181023
{

articles/machine-learning/concept-automated-ml.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ Automated machine learning, also referred to as automated ML or AutoML, is the p
1818

1919
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.
2020

21-
<a name="parity"></a>
2221

2322
## Ways to use AutoML in Azure Machine Learning
2423

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.
2625

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)
2827

2928
* For limited/no-code experience customers, Azure Machine Learning studio at [https://ml.azure.com](https://ml.azure.com/). Get started with these tutorials:
3029
* [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
9796

9897
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).
9998

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).
101100

102101
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),
103102

@@ -176,7 +175,7 @@ Using **Azure Machine Learning**, you can design and run your automated ML train
176175
1. **Identify the ML problem** to be solved: classification, forecasting, regression or computer vision (preview).
177176

178177
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).
180179

181180
* For limited or no code experience, try the Azure Machine Learning studio web experience at [https://ml.azure.com](https://ml.azure.com/)
182181
* 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.
308307

309308
### Tutorials/ how-tos
310309
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)
312312

313313
+ **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).
314314

articles/machine-learning/concept-manage-ml-pitfalls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The following techniques are additional options to handle imbalanced data **outs
114114

115115
See examples and learn how to build models using automated machine learning:
116116

117-
+ Follow the [Tutorial: Automatically train a regression model with Azure Machine Learning](tutorial-auto-train-models.md)
117+
+ Follow the [Tutorial: Train an object detection model (preview) with AutoML and Python](tutorial-auto-train-image-models.md).
118118

119119
+ Configure the settings for automatic training experiment:
120120
+ In Azure Machine Learning studio, [use these steps](how-to-use-automated-ml-for-ml-models.md).

articles/machine-learning/concept-train-machine-learning-model.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Define the iterations, hyperparameter settings, featurization, and other setting
5959
6060
* [What is automated machine learning?](concept-automated-ml.md)
6161
* [Tutorial: Create your first classification model with automated machine learning](tutorial-first-experiment-automated-ml.md)
62-
* [Tutorial: Use automated machine learning to predict taxi fares](tutorial-auto-train-models.md)
6362
* [Examples: Jupyter Notebook examples for automated machine learning](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/automated-machine-learning)
6463
* [How to: Configure automated ML experiments in Python](how-to-configure-auto-train.md)
6564
* [How to: Autotrain a time-series forecast model](how-to-auto-train-forecast.md)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For this article you need,
3535

3636
* An Azure Machine Learning workspace. To create the workspace, see [Create workspace resources](quickstart-create-resources.md).
3737

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.
3939

4040
[!INCLUDE [automl-sdk-version](../../includes/machine-learning-automl-sdk-version.md)]
4141

@@ -429,6 +429,6 @@ See the [forecasting sample notebooks](https://github.com/Azure/azureml-examples
429429

430430
## Next steps
431431

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).
433433
* 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.
434+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,4 +388,4 @@ automl_settings = {
388388

389389
* Learn more about [how and where to deploy a model](./v1/how-to-deploy-and-where.md).
390390

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).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For this article you need,
3131

3232
* An Azure Machine Learning workspace. To create the workspace, see [Create workspace resources](quickstart-create-resources.md).
3333

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.
3535

3636
* An understanding of train/validation data splits and cross-validation as machine learning concepts. For a high-level explanation,
3737

@@ -251,5 +251,5 @@ Passing the `test_data` or `test_size` parameters into the `AutoMLConfig`, autom
251251
## Next steps
252252

253253
* [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+
255255
* How to [Auto-train a time-series forecast model](how-to-auto-train-forecast.md).

articles/machine-learning/how-to-generate-automl-training-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following diagram illustrates that you can generate the code for automated M
4343

4444
* An Azure Machine Learning workspace. To create the workspace, see [Create workspace resources](quickstart-create-resources.md).
4545

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.
4747

4848
* Automated ML code generation is only available for experiments run on remote Azure ML compute targets. Code generation isn't supported for local runs.
4949

@@ -484,5 +484,5 @@ However, in order to load that model in a notebook in your custom local Conda en
484484

485485
## Next steps
486486

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).
488488
* See how to [enable interpretability features](how-to-machine-learning-interpretability-automl.md) specifically within automated ML experiments.

articles/machine-learning/how-to-machine-learning-interpretability-automl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this article, you learn how to:
3030
## Prerequisites
3131

3232
- 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).
3434

3535
## Interpretability during training for the best model
3636

articles/machine-learning/how-to-troubleshoot-auto-ml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,6 @@ If you have over 100 automated ML experiments, this may cause new automated ML e
207207
208208
## Next steps
209209
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).
211211
212212
+ Learn more about [how and where to deploy a model](./v1/how-to-deploy-and-where.md).

0 commit comments

Comments
 (0)