- cross validation (in
crossval_ts
) on a percentage of the original dataset (training/testing dataset) - evaluation on a validation set (function
eval_ts
, must have the exact samep
ascrossval_ts
to avoid overlapping slices)
- Fix bug in
show_progress
(0% displayed whenshow_progress==FALSE
)