How can I restrict the number of features for testing set in SVM classification with linear kernel?

1 Ansicht (letzte 30 Tage)
I have trained a dataset with linear SVM with 300 features. However, I want to restrict the number of features to 150. How can I find which features are most critical to classification?

Antworten (1)

Aditya Patil
Aditya Patil am 17 Feb. 2021
Generally, you can't determine feature importance in SVM, unless a linear kernel is used. Refer following answer for more information. It's recommended to use feature extraction or dimensionality reduction techniques instead of SVM. https://se.mathworks.com/matlabcentral/answers/406577-how-can-i-determine-feature-importance-of-an-svm-classifier

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by