Recursive Feature Elimination with Cross-validation
Ältere Kommentare anzeigen
I want to do Recursive Feature Elimination with Cross-validation in matlab code. How can I do this with functions?
Antworten (1)
Christopher McCausland
am 5 Nov. 2023
0 Stimmen
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
Kategorien
Mehr zu Get Started with Statistics and Machine Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!