Problem:
Time series predictions with lagged variables aren't possible with intial_time_split() and rolling_origin() in certain situations.
Solution:
Add an overlap argument to offset the testing / assessment datasets.
A pull request is coming shortly.
Problem:
Time series predictions with lagged variables aren't possible with
intial_time_split()androlling_origin()in certain situations.Solution:
Add an
overlapargument to offset the testing / assessment datasets.A pull request is coming shortly.