Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update auto-ml-forecasting-orange-juice-sales.ipynb #1731

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
}
}