TypeError while using Past Feat Dynamic Real Features #1855
Unanswered
sayedathar11
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I am also facing a similar issue during the evaluation of my model; Appreciate it if someone can provide any leads to this issue we are facing. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a time series data which consists of multiple time series , the problem is with feat_static_cat , feat_dynamic_cat and feat_dynamic_real , the model was working fine and was being evaluated properly but when I added Past Feat Dynamic Real Features it was showing " TypeError: source_array must be array like object" , The model trained properly but was not being evaluated on Test Dataset .

I have also printed out the shape of test and train values of past_feat_dynamic_real .
@mbohlkeschneider @lostella can you please help !
Beta Was this translation helpful? Give feedback.
All reactions