How to extract best features using MRMR function?
조회 수: 4 (최근 30일)
이전 댓글 표시
I extracted features using wavelet scattering that is for each time series (36 x 361) features. my response is either 0 or 1 for each cell. I am trying to use the MRMR function to select the best features among the 361 features.
A screenshot of the data is attached.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/653375/image.png)
댓글 수: 0
답변 (1개)
Aditya Patil
2021년 7월 12일
As per my understanding, you are looking to get the feature importance using the minimum redundancy maximum relevance algorithm.
The fscmrmr algorithm gives you the feature importance of the predictors. You can follow the example about Rank Predictors by Importance for more details.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!