-
First, thank you for this wonderful package. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @msemenoff, |
Beta Was this translation helpful? Give feedback.
-
First, thank you for this wonderful package. |
Beta Was this translation helpful? Give feedback.
-
Hi @msemenoff, |
Beta Was this translation helpful? Give feedback.
Hi @msemenoff,
Whenever you prepare new samples to generate predictions on, they need to have the same shape in axes 1 & 2. They can only differ on axis 0 (number of samples). Based on your comment above your new samples should have the shape (#samples, 30, 15). You can get to this by using the same df2Xy function but without the target col argument.