-
I have multiple time-series with multiple targets that needs to be predicted. When I try to train I get the below error. Please Help
dataset[1]['feat_dynamic_cat'].shape
|
Beta Was this translation helpful? Give feedback.
Answered by
hshenai
May 9, 2023
Replies: 1 comment
-
My Bad, the issue was with the target dimension. The below code changes fixed the issue
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hshenai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My Bad, the issue was with the target dimension. The below code changes fixed the issue