필터 지우기
필터 지우기

Recursive Feature Elimination with Cross-validation

조회 수: 5 (최근 30일)
パンダ
パンダ 2022년 1월 31일
답변: Christopher McCausland 2023년 11월 5일
I want to do Recursive Feature Elimination with Cross-validation in matlab code. How can I do this with functions?

답변 (1개)

Christopher McCausland
Christopher McCausland 2023년 11월 5일
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

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by