Skip to content

Commit 9f9aa1d

Browse files
authored
Remove preview for many models
1 parent edfbff1 commit 9f9aa1d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/machine-learning/concept-automl-forecasting-at-scale.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ ms.date: 08/01/2023
1414
show_latex: true
1515
---
1616

17-
# Forecasting at scale: many models and distributed training (preview)
18-
19-
[!INCLUDE [machine-learning-preview-generic-disclaimer](./includes/machine-learning-preview-generic-disclaimer.md)]
17+
# Forecasting at scale: many models and distributed training
2018

2119
This article is about training forecasting models on large quantities of historical data. Instructions and examples for training forecasting models in AutoML can be found in our [set up AutoML for time series forecasting](./how-to-auto-train-forecast.md) article.
2220

@@ -32,7 +30,9 @@ The many models training component applies AutoML's [model sweeping and selectio
3230

3331
You can configure the data partitioning, the [AutoML settings](how-to-auto-train-forecast.md#configure-experiment) for the models, and the degree of parallelism for many models training jobs. For examples, see our guide section on [many models components](how-to-auto-train-forecast.md#forecasting-at-scale-many-models).
3432

35-
## Hierarchical time series forecasting
33+
## Hierarchical time series forecasting (preview)
34+
35+
[!INCLUDE [machine-learning-preview-generic-disclaimer](./includes/machine-learning-preview-generic-disclaimer.md)]
3636

3737
It's common for time series in business applications to have nested attributes that form a hierarchy. Geography and product catalog attributes are often nested, for instance. Consider an example where the hierarchy has two geographic attributes, state and store ID, and two product attributes, category and SKU:
3838

@@ -53,7 +53,9 @@ AutoML supports the following features for hierarchical time series (HTS):
5353
HTS components in AutoML are built on top of [many models](#many-models), so HTS shares the scalable properties of many models.
5454
For examples, see our guide section on [HTS components](how-to-auto-train-forecast.md#forecasting-at-scale-hierarchical-time-series).
5555

56-
## Distributed DNN training
56+
## Distributed DNN training (preview)
57+
58+
[!INCLUDE [machine-learning-preview-generic-disclaimer](./includes/machine-learning-preview-generic-disclaimer.md)]
5759

5860
Data scenarios featuring large amounts of historical observations and/or large numbers of related time series may benefit from a scalable, single model approach. Accordingly, **AutoML supports distributed training and model search on temporal convolutional network (TCN) models**, which are a type of deep neural network (DNN) for time series data. For more information on AutoML's TCN model class, see our [DNN article](concept-automl-forecasting-deep-learning.md).
5961

0 commit comments

Comments
 (0)