-
I'm trying to use Minirocket for ts classification and I'm wondering do input dimensions don't matter for Minirocket? Typically, we'd have an input of shape [N, L, C] if we were to train a PyTorch RNN. Likewise, don't Minirocket need its inputs to be shaped a certain way? I couldn't find any information on this neither on the documentation and the source code. Also, what does each dimension of sample data mean? For example:
What are the resulting dimensions of X_train? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @cheulyop, |
Beta Was this translation helpful? Give feedback.
Hi @cheulyop,
I would recommend you to take a look at the MiniRocket tutorial notebook since there are different versions of MiniRocket. I'm not sure to which one you are referring to.