Feature filtering for non-linear correlation #1091
Unanswered
lilytong20
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @lilytong20 ! The tsfresh feature selection (tries to) checks for statistical independence of a feature vs. the target and then applies the Benjamini-Yekutieli method to apply this to all features. I assume your question relates to a continuous feature and continuous target vector. For this case, we use the Kendal rank test. It does not fully test on statistically independence, but also tests more than just linear correlations. You can find more information in this paper https://arxiv.org/abs/1610.07717 and potentially the references from there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
Thanks very much for this nice toolbox.
Can I ask that if the feature filtering process deals with linear relationships between each feature and the target variable only, or non-linear relationship is included too?
If I want to investigate non-linear significance association between extracted features and the target variables, can tsfresh be used for this?
Looking forward to some advice.
Appreciate very much.
BW,
Lily
Beta Was this translation helpful? Give feedback.
All reactions