Replies: 1 comment 1 reply
-
Hi @alfin0831, raw_preds, _, decoded_preds = fcst.get_X_preds(X_to_be_pred)
``` |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm sorry I'm really new to this AI stuff, but my question is how do you actually predict future values?
I am stuck where it says:
raw_preds, target, preds = fcst.get_X_preds(X[splits[0]], y[splits[0]])
I know that target are the values you are trying to predict and preds are the values predicted. But preds is based on the past predictions. My question is what's the next step in predicting the future values?
Beta Was this translation helpful? Give feedback.
All reactions