
Answer-first summary for fast verification
Answer: Kendall correlation
The question asks for a feature extraction method. Feature extraction methods transform raw data into a reduced set of features that capture the most relevant information. Kendall correlation (C) is a rank-based correlation method that can be used for feature extraction by measuring the ordinal association between variables, making it suitable for this purpose. Mutual information (A) is also a valid feature extraction method as it measures the dependency between variables and can capture non-linear relationships. The community discussion shows strong support for C (100% consensus in answers_community), with james2033's comment specifically identifying Kendall correlation as a feature extraction method. While phdykd's comment argues for mutual information, the overwhelming community consensus and the specific mention of Kendall correlation as a feature extraction method in the referenced source make C the optimal choice. Mood's median test (B) is a statistical test for comparing medians, not a feature extraction method. Permutation Feature Importance (D) is a model-specific feature importance technique, not a general feature extraction method.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You need to select a feature extraction method for an Azure Machine Learning task. Which method should you use?
A
Mutual information
B
Mood's median test
C
Kendall correlation
D
Permutation Feature Importance