Forecast with missing data #262
-
Hello, I have a dataset that has 260 consecutive missing days in a total of 1700 days. From my understanding this should not be an issue as I am not using the AR-Net. My goal is to forecast the 260 missing days and the 30 days after the last date of the dataset. However I got the message "More than 30 consecutive missing values encountered in column y. Please preprocess data manually". I am using events. I have set up n_lags = 0 to ensure AR-Net is not used. Do you know what I should do to be able to forecast such dataset ? Thanks a lot for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @mchessl However, you should not be getting an error. Thank you @HansikaPH might this be related to events? |
Beta Was this translation helpful? Give feedback.
Hi @mchessl
What you are trying should work, though it can still be tricky, as trend segments may be entirely in the missing section. (you can work around this by using few changepoints (<5) or regularizing trend).
However, you should not be getting an error.
Do you mind providing the minimal code needed to reproduce the error, so we can debug it?
Thank you
@HansikaPH might this be related to events?