Skip to content

Commit 410232d

Browse files
Merge pull request #188639 from nibaccam/automl-rocv
AutoML | ROCV new image
2 parents 01af866 + fb06ae0 commit 410232d

File tree

3 files changed

+318
-899
lines changed

3 files changed

+318
-899
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can specify separate [training data and validation data](concept-automated-m
4848

4949
For time series forecasting, only **Rolling Origin Cross Validation (ROCV)** is used for validation by default. Pass the training and validation data together, and set the number of cross validation folds with the `n_cross_validations` parameter in your `AutoMLConfig`. ROCV divides the series into training and validation data using an origin time point. Sliding the origin in time generates the cross-validation folds. This strategy preserves the time series data integrity and eliminates the risk of data leakage
5050

51-
![rolling origin cross validation](./media/how-to-auto-train-forecast/ROCV.svg)
51+
![rolling origin cross validation](./media/how-to-auto-train-forecast/rolling-origin-cross-validation.svg)
5252

5353
You can also bring your own validation data, learn more in [Configure data splits and cross-validation in AutoML](how-to-configure-cross-validation-data-splits.md#provide-validation-data).
5454

0 commit comments

Comments
 (0)