Replies: 1 comment
-
It looks like the feature selection just did not find any relevant features. |
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 am currently using tsfresh for one of my projects. Upon using extract_features(), I get a dataframe of 46 rows × 5439 columns (46 different ids). However, when I run the select_features() method, I get a dataframe of shape (46,0). I am not able to figure out the error occurring in the code and would appreciate if someone would help me out with it.
The main dataframe has only numerical values in the columns. The target column y (for select_features() method) is a Pandas Series having binary values for the target.
Beta Was this translation helpful? Give feedback.
All reactions