Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,14 @@
"remote_run.wait_for_completion()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Many Models Option\n",
"In this data set, we have more than one time series in the data set (for each brand in each store), and the above steps trained the same models for all the series. If training each model for each series makes more sense to you, we recommend you to consider many models accelerator which allows user to train and manage millions of models in parallel. Please refer to [this notebook](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/forecasting-many-models/auto-ml-forecasting-many-models.ipynb) for more details."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -841,4 +849,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}