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
perhaps split cross-validation into expanding/rolling window and sliding/fixed window cross validation since both are in forecast_cv
the current implementation is based on sorting the ids of the task, will have to see if this logic holds otherwise I see two options: either the user is on his own and data is already sorted or better sort the data based on the date column, perhaps as well on a key index in case that will be supported. Perhaps only support this in the as_task_fcst() functions and no the more low level once.
PR of old mlr3 implementation that is based on an ordered task with date column: mlr-org/mlr3#633
The text was updated successfully, but these errors were encountered:
m-muecke
changed the title
perhaps split cross-validation into expanding/rolling window and sliding/fixed window cross validation
resampling
Aug 13, 2024
resampling methods to add:
further todos:
Notes:
as_task_fcst()
functions and no the more low level once.PR of old mlr3 implementation that is based on an ordered task with date column: mlr-org/mlr3#633
The text was updated successfully, but these errors were encountered: