Skip to content

Commit 3d3fdf9

Browse files
authored
Merge pull request #115661 from nibaccam/many-models
AutoML | many models accelerator links
2 parents 76b5851 + e3ce058 commit 3d3fdf9

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,19 @@ Consider these pros and cons when choosing to use local vs. remote.
186186
| Register and visualize experiment's info and metrics in UI ||| |
187187
| Data guardrails ||| |
188188

189+
## Many models
189190

190-
## Automated ML in Azure Machine Learning
191+
The [Many Models Solution Accelerator](https://aka.ms/many-models) (preview) builds on Azure Machine Learning and enables you to use automated ML to train, operate, and manage hundreds or even thousands of machine learning models.
192+
193+
For example, building a model __for each instance or individual__ in the following scenarios can lead to improved results:
194+
195+
* Predicting sales for each individual store
196+
* Predictive maintenance for hundreds of oil wells
197+
* Tailoring an experience for individual users.
198+
199+
For more information, see the [Many Models Solution Accelerator](https://aka.ms/many-models) on GitHub.
200+
201+
## AutoML in Azure Machine Learning
191202

192203
Azure Machine Learning offers two experiences for working with automated ML
193204

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