Recursive Feature Elimination with Cross-validation

5 次查看(过去 30 天)
I want to do Recursive Feature Elimination with Cross-validation in matlab code. How can I do this with functions?

回答(1 个)

Christopher McCausland
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

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by