Feature extraction and frame length dependency #1054
-
Hi, first of all, great job with this library. I use it quite alot! But i got a some questions regarding regarding the feature calculations and frame length dependencies. To give some background about my question: When i input a random column to each of theese frames i can see that the random features get quite high importance to the prediction. I use the EfficientFCParameters settings where i filter out the parameters which i suspect the most: Of course it could be something in my dataset why this happens, i would just like to know there exist some settings which are not normalized by the length of the frame? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @jonaslindstrm - sorry for the late (and also not very useful answer). As far as I know there has not been any study on the dependency of the length on the feature extractors, so I do not know which of them would have the least dependency. |
Beta Was this translation helpful? Give feedback.
Hi @jonaslindstrm - sorry for the late (and also not very useful answer). As far as I know there has not been any study on the dependency of the length on the feature extractors, so I do not know which of them would have the least dependency.
One way to test this would be exactly like you did: testing with some random data/artificial data. Another possibility is to normalize your data to have the same/similar length - either by padding or even better by re-sampling or windowing.