daniwxcode
daniwxcode
I'm running into the same issue.
> When I try to do `model.predict(df)` and `df` does not contain the target, I get an error. In predict mode, it shouldn't care if the "target" is present or...
> Does this help you? https://pytorch-forecasting.readthedocs.io/en/stable/tutorials/stallion.html#Predict-on-new-data No I think I have not well expressed my problem. When I try to do model.predict(df) and df does not contain the target, I...
> > > > Well I see, I also got an error when I delete the target column, but in my case the target is used as an input variable...
I think this link should help you https://github.com/jdb78/pytorch-forecasting/issues/834