Issue with Feature Selection Algorithms in Matlab Classification Learner Except for MRMR
Show older comments
Hi, I am relatively new to Matlab and currently facing a challenge with the feature selection process in the Classification Learner app. My dataset consists of speech parameter values extracted from voice records, stored in a CSV file, with 61 columns and 700,000 rows. Parameters include features like MFCC, delta, delta delta, LPCC, HNR, ZCR.
After applying the feature selection, I've noticed that only the MRMR algorithm produces interpretable importance scores. Other algorithms such as Chi2, ANOVA, and Kruskal-Wallis return an importance score of infinity for most parameters.
I'm wondering if theres a straightforward explanation for this. Could be this related to the type of data each algorithm expects as input?
Thank you for your help.
Accepted Answer
More Answers (0)
Categories
Find more on Analysis of Variance and Covariance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!