Skip to content

Commit 4e19c3c

Browse files
committed
many models links
1 parent 71869c7 commit 4e19c3c

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
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+
## Auto ML 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: 1 addition & 1 deletion
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. Learn how to train multiple models with auto ML in the [Many Models Solution Accelerator](https://aka.ms/many-models).
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

0 commit comments

Comments
 (0)