How can I restrict the number of features for testing set in SVM classification with linear kernel?
조회 수: 1 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (1개)
Aditya Patil
2021년 2월 17일
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!