Skip to content

Commit c9f48ff

Browse files
authored
Update Origin column in table-2
Update concept-automl-forecasting-lags.md Corrected date in origin column for lag feature
1 parent db2dd8d commit c9f48ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Table 2: Lag featurization for $h=1$ <a name="tbl:classic-lag-1"></a>
4242
| 3/1/2001 | 20 | 2/1/2001 | 10 | 1 |
4343
| 4/1/2001 | 30 | 3/1/2001 | 20 | 1 |
4444
| 5/1/2001 | 40 | 4/1/2001 | 30 | 1 |
45-
| 6/1/2001 | 50 | 4/1/2001 | 40 | 1 |
45+
| 6/1/2001 | 50 | 5/1/2001 | 40 | 1 |
4646

4747
Table 2 is generated from Table 1 by shifting the $y_t$ column down by a single observation. We've added a column named `Origin` that has the dates that the lag features originate from. Next, we generate the lagging feature for the forecast horizon $h=2$ only.
4848

0 commit comments

Comments
 (0)