Quadratic SVM for feature selection

조회 수: 9 (최근 30일)
MariannaI
MariannaI 2020년 4월 27일
답변: Aditya Patil 2020년 8월 18일
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.

답변 (1개)

Aditya Patil
Aditya Patil 2020년 8월 18일
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.

카테고리

Help CenterFile Exchange에서 Classification에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by