Skip to content

Commit 37ec3aa

Browse files
authored
Update how-to-auto-train-forecast.md
1 parent cf2125b commit 37ec3aa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -772,8 +772,6 @@ After the job is submitted, AutoML provisions compute resources, applies featuri
772772

773773
## Orchestrate training, inference, and evaluation with components and pipelines
774774

775-
[!INCLUDE [preview v2](includes/machine-learning-preview-generic-disclaimer.md)]
776-
777775
Your ML workflow likely requires more than just training. Inference, or retrieving model predictions on newer data, and evaluation of model accuracy on a test set with known target values are other common tasks that you can orchestrate in Azure Machine Learning along with training jobs. To support inference and evaluation tasks, Azure Machine Learning provides [components](concept-component.md), which are self-contained pieces of code that do one step in an Azure Machine Learning [pipeline](concept-ml-pipelines.md).
778776

779777
# [Python SDK](#tab/python)
@@ -1047,8 +1045,6 @@ For more information on rolling evaluation, see [Inference and evaluation of for
10471045

10481046
## Forecast at scale: many models
10491047

1050-
[!INCLUDE [preview v2](includes/machine-learning-preview-generic-disclaimer.md)]
1051-
10521048
The many models components in AutoML enable you to train and manage millions of models in parallel. For more information on many models concepts, see [Many models](concept-automl-forecasting-at-scale.md#many-models).
10531049

10541050
### Many models training configuration
@@ -1326,8 +1322,6 @@ For a more detailed example, see the [demand forecasting with many models notebo
13261322

13271323
## Forecast at scale: hierarchical time series
13281324

1329-
[!INCLUDE [preview v2](includes/machine-learning-preview-generic-disclaimer.md)]
1330-
13311325
The hierarchical time series (HTS) components in AutoML enable you to train a large number of models on data with hierarchical structure. For more information, see the [HTS article section](concept-automl-forecasting-at-scale.md#hierarchical-time-series-forecasting).
13321326

13331327
### HTS training configuration

0 commit comments

Comments
 (0)