Problem using select_features function in EEG data #890
-
Hi guys, we are very grateful with your work with tsfresh, We are using EEG signals in a dataframe that has the columns: index (default integer index from pandas), “time” (miliseconds) ,”F3” ,”F4” ,”O1” ,”O2” (electrode signals in microvolts) and an “id” (1 to 5 label). We applied the function “extract_features”, and we obtain a 200x3149 data frame. The problem appears to be when we apply the “impute” and “select_features” function the output is only a dataframe 200x33. Doy you have any suggestions to get more than this 33 selected features? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi,
Cheers, |
Beta Was this translation helpful? Give feedback.
Hi,
There are several options: