Skip to content

Commit 18ebbfd

Browse files
authored
add parallelism limit
1 parent 37ec3aa commit 18ebbfd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

articles/machine-learning/concept-automl-forecasting-evaluation.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ show_latex: true
1515
#customer intent: As a data scientist, I want to understand model inference and evaluation in forecasting tasks.
1616
---
1717

18-
# Inference and evaluation of forecasting models (preview)
19-
20-
[!INCLUDE [machine-learning-preview-generic-disclaimer](./includes/machine-learning-preview-generic-disclaimer.md)]
18+
# Inference and evaluation of forecasting models
2119

2220
This article introduces concepts related to model inference and evaluation in forecasting tasks. For instructions and examples for training forecasting models in AutoML, see [Set up AutoML to train a time-series forecasting model with SDK and CLI](./how-to-auto-train-forecast.md).
2321

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,6 +1318,9 @@ For a more detailed example, see the [demand forecasting with many models notebo
13181318
> [!NOTE]
13191319
> The many models training and inference components conditionally partition your data according to the `partition_column_names` setting so that each partition is in its own file. This process can be very slow or fail when data is very large. In this case, we recommend partitioning your data manually before running many models training or inference.
13201320

1321+
> [!NOTE]
1322+
> The default parallelism limit for a many models run within a subscription is set to 320. If your workload requires a higher limit, please don't hesitate to reach out to us.
1323+
13211324
<a name="forecasting-at-scale-hierarchical-time-series"></a>
13221325

13231326
## Forecast at scale: hierarchical time series
@@ -1594,6 +1597,9 @@ For a more detailed example, see the [demand forecasting with hierarchical time
15941597
> [!NOTE]
15951598
> The HTS training and inference components conditionally partition your data according to the `hierarchy_column_names` setting so that each partition is in its own file. This process can be very slow or fail when data is very large. In this case, we recommend partitioning your data manually before running HTS training or inference.
15961599

1600+
> [!NOTE]
1601+
> The default parallelism limit for a hierarchical time series run within a subscription is set to 320. If your workload requires a higher limit, please don't hesitate to reach out to us.
1602+
15971603
## Forecast at scale: distributed DNN training
15981604

15991605
- To learn how distributed training works for forecasting tasks, see [Distributed DNN training](concept-automl-forecasting-at-scale.md#distributed-dnn-training-preview).

0 commit comments

Comments
 (0)