Skip to content

Commit e2a8869

Browse files
cartacioSnibaccam
andauthored
Update articles/machine-learning/how-to-auto-train-forecast.md
Co-authored-by: Nina Baccam <[email protected]>
1 parent a291959 commit e2a8869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -77,7 +77,7 @@ Automated machine learning automatically tries different models and algorithms a
7777

7878
### Configuration settings
7979

80-
Similar to a regression problem, you define standard training parameters like task type, number of iterations, training data, and number of cross-validations. Forecasting tasks require the `time_column_name` and `forecast_horizon` parameters to configure your experiment. If the data includes multiple time series, such as sales data for multiple stores or energy data across different states, the `time_series_id_column_names` parameter will be automatically detected and set by automated ML. You can also include additional parameters to better configure your run, see the [optional configurations](#optional-configurations) section for more detail on what can be included.
80+
Similar to a regression problem, you define standard training parameters like task type, number of iterations, training data, and number of cross-validations. Forecasting tasks require the `time_column_name` and `forecast_horizon` parameters to configure your experiment. If the data includes multiple time series, such as sales data for multiple stores or energy data across different states, automated ML automatically detects this and sets the `time_series_id_column_names` parameter for you. You can also include additional parameters to better configure your run, see the [optional configurations](#optional-configurations) section for more detail on what can be included.
8181

8282
| Parameter&nbsp;name | Description |
8383
|-------|-------|

0 commit comments

Comments
 (0)