Difficulty implementing time series cross-validation with forecast package in R
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-10
r forecast timeseries cross-validation
I'm trying to implement time series cross-validation using the `forecast` package in R, but I'm running into issues with the `tsCV` function. Specifically, when...