Replies: 1 comment
-
Hi @kkckk1110 - sorry for the super late response (I just missed your question). The index is the normal pandas index. It is used to relate the "X" and "y" of the data. For tsfresh, it does not matter at all what exactly you put into the index, as long as the "X" an the "y" have the same index (and we can relate the two) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem with the data format for the select_features function. the document said the data should be index, feature 1, .., feature N. What should be the index? I have multiple time series distinguished by id and date, how should I prepare my data for the function?
Beta Was this translation helpful? Give feedback.
All reactions