Feature importance with many features
조회 수: 10 (최근 30일)
이전 댓글 표시
Dear MatLab-Community,
I have a question regarding feature importance.
My input matrix has the the following form: 3000 observations and 240 predictors/features which are classified into 2 groups (0/1).
Now I want to rank the predictors by their contribution to the overall accuracy which is 84% according to the SVM algorithm.
What is the best way to do this and how do I make it statistically sound?
Best regards
Daniel
댓글 수: 1
Ritish Raghav Maram
2021년 12월 18일
편집: Ritish Raghav Maram
2021년 12월 18일
I feel MATLAB had failed to address this concern in many similar queries like this. Scikit learn offers a lot more felxibility in "feature importance" for classification models.
답변 (2개)
Shishir Singhal
2020년 4월 7일
Please refer to this link, it nicely explained the techniques to figure out the feature importance in classification model like SVM: https://www.mathworks.com/matlabcentral/answers/406577-how-can-i-determine-feature-importance-of-an-svm-classifier
댓글 수: 0
yanqi liu
2021년 12월 30일
yes,sir,it is feature select、dimension reduce,may be use mRMR to select,use pca to reduce
댓글 수: 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!