Quadratic SVM for feature selection
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dear Community,
I have 9 observations, 23 features and two classes (low grade and high grade). I am trying to find a combination of these features that can help with the classification.
I am quite new at these classification problems so I decided to run the Classification Learner App. I decided to run in parallel all the models and the quadratic SVM showed the highest accuracy. Then I tried to run it outside the app with the two variables: TABLE (with the features) and grade (with the labels).
I don't really understand the results as I was expecting a 'score' for each feature so as to reduce the number of features for the classification.
Is the hypothesis wrong? Shall I use something else (as the LASSO for example)?
Thank you for the help.
0 commentaires
Réponses (1)
Aditya Patil
le 18 Août 2020
In general, SVM can't be used to determine feature importance. You can read more about this in this answer. There are various feature selection and extraction techniques available in MATLAB, which you can read about in the dimensionality reduction doc page.
0 commentaires
Voir également
Catégories
En savoir plus sur Classification Learner App dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!