Skip to content

Commit e3ce058

Browse files
committed
PM feedback
1 parent 4e19c3c commit e3ce058

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ For example, building a model __for each instance or individual__ in the followi
198198

199199
For more information, see the [Many Models Solution Accelerator](https://aka.ms/many-models) on GitHub.
200200

201-
## Auto ML in Azure Machine Learning
201+
## AutoML in Azure Machine Learning
202202

203203
Azure Machine Learning offers two experiences for working with automated ML
204204

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Use custom validation dataset if random split is not acceptable, usually time se
131131

132132
Next determine where the model will be trained. An automated machine learning training experiment can run on the following compute options:
133133
* Your local machine such as a local desktop or laptop – Generally when you have small dataset and you are still in the exploration stage.
134-
* A remote machine in the cloud – [Azure Machine Learning Managed Compute](concept-compute-target.md#amlcompute) is a managed service that enables the ability to train machine learning models on clusters of Azure virtual machines. Learn how to train multiple models with auto ML in the [Many Models Solution Accelerator](https://aka.ms/many-models).
134+
* A remote machine in the cloud – [Azure Machine Learning Managed Compute](concept-compute-target.md#amlcompute) is a managed service that enables the ability to train machine learning models on clusters of Azure virtual machines.
135135

136136
See this [GitHub site](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/automated-machine-learning) for examples of notebooks with local and remote compute targets.
137137

@@ -527,6 +527,7 @@ For general information on how model explanations and feature importance can be
527527

528528
## Next steps
529529

530-
Learn more about [how and where to deploy a model](how-to-deploy-and-where.md).
530+
+ Learn more about [how and where to deploy a model](how-to-deploy-and-where.md).
531531

532-
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](how-to-auto-train-remote.md).
532+
+ 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](how-to-auto-train-remote.md).
533+
+ Learn how to train multiple models with autoML in the [Many Models Solution Accelerator](https://aka.ms/many-models).

0 commit comments

Comments
 (0)