You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When function get_forecasting_splits is used with the argument unique_id_cols, the computation for the split indices is wrong. The function only substracts fcst_history - 1 from the data frame indices, which is incorrect since this can accumulate when several ids are present.
See the attached code for a minimal example and a proposition on how to solve it.
When function
get_forecasting_splits
is used with the argumentunique_id_cols
, the computation for the split indices is wrong. The function only substractsfcst_history - 1
from the data frame indices, which is incorrect since this can accumulate when several ids are present.See the attached code for a minimal example and a proposition on how to solve it.
bug_report_indices.txt
Edit: changed the zip file to a txt file
The text was updated successfully, but these errors were encountered: