Skip to content

Commit db0a2cd

Browse files
authored
Update concept-automated-ml.md
1 parent b81beba commit db0a2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/concept-automated-ml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ While model building is automated, you can also [learn how important or relevant
6161

6262
## Time-Series Forecasting
6363
Building forecasts is an integral part of any business, whether it’s revenue, inventory, sales, or customer demand.
64-
Automated ML uses a number of combined techniques and approaches to recommend a high quality time-series forecast. Time-series experiments in Automated ml are treated as a multivariate regression problem. Past time series values are “pivoted” to become additional dimensions for the regressor together with other predictors.
64+
Automated ml uses a number of combined techniques and approaches to recommend a high quality time-series forecast. Time-series experiments in Automated ml are treated as a multivariate regression problem. Past time series values are “pivoted” to become additional dimensions for the regressor together with other predictors.
6565

6666
This approach, unlike classical time series methods, has an advantage of naturally incorporating multiple contextual variables and their relationship to one another during training. In real-world forecasting applications, multiple factors can influence a forecast. For example, when forecasting sales, interactions of historical trends, exchange rate and price all jointly drive the sales outcome. A further benefit is that all recent innovations in regression models apply immediately to forecasting.
6767

0 commit comments

Comments
 (0)