Skip to content

Commit 4ed97c7

Browse files
authored
Merge pull request #109823 from vivek-dani/patch-6
Forecasting: Update Origin column in table-2
2 parents 40c9ce1 + c9f48ff commit 4ed97c7

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)