Open fernaper opened 3 years ago
Thank you for filing @fernaper ! Our support for time series is currently in "beta" status, so we appreciate the feedback. I agree our API shouldn't expect you to pass in future target values that you couldn't know. We'll take a look at this.
Hello,
I'm training a Time series regression model and I have a problem when predicting.
This error appears because I'm not passing the target on the
y
parameter. But how I can pass the target for a future value?I also tried modifying your predict method with the next code:
And then the error is the next one:
Do you have any idea what I am doing wrong? How can a predict for future values?
Thank you very much