tsfresh to generate features for test data #846
-
Greetings, I am using tsfresh for generating features which I then want to use for clustering the data. The way I am doing that is by using Now the issue is when it comes to do the same on test data, So my question is how do I extract those same 3184 features obtained from extract_features on test set? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi! Are you applying any inputing already during the feature extraction? In principle, the number of extracted features does only depend on the settings you use (as you said default, I assume you did not change those) and the number of unique kinds you have. |
Beta Was this translation helpful? Give feedback.
Hi!
Are you applying any inputing already during the feature extraction?
In principle, the number of extracted features does only depend on the settings you use (as you said default, I assume you did not change those) and the number of unique kinds you have.
If you have both dataframes, could you just do a diff of the column sets to see, which columns are additional?