Recursive Feature Elimination with Cross-validation
이전 댓글 표시
I want to do Recursive Feature Elimination with Cross-validation in matlab code. How can I do this with functions?
답변 (1개)
Christopher McCausland
2023년 11월 5일
0 개 추천
Hi,
You can use the sequentialfs() function to preform recusive feature elimination: https://uk.mathworks.com/help/stats/sequentialfs.html.
Remeber to select the name pairs "Direction","backward".
Christopher
카테고리
도움말 센터 및 File Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!