필터 지우기
필터 지우기

How to use sequentialfs in regression?

조회 수: 4 (최근 30일)
azarang asadi
azarang asadi 2023년 3월 6일
답변: Sarvesh Kale 2023년 3월 13일
I'm trying to use sequential feature selection in a regression problem and I keep on getting errors. I know something is wrong with my function handle but can't figure it out. Tried these three handles:
%fun = @(XT,yT,Xt,yt)loss(regress(yT,XT),Xt,yt);
%fun = @(XT,yT,Xt,yt)rmse(predict(fitlm(XT,yT),Xt),yt);
%fun = @(XT,yT,Xt,yt)rmse(predict(regress(yT,XT),Xt),yt);
[fs,history] = sequentialfs(fun,X,y,'cv',c,'options',opts);
  댓글 수: 1
Sarvesh Kale
Sarvesh Kale 2023년 3월 13일
It would be very helpful if you post the full code, along with screenshots of error messages, this would help in quick resolution of issue

댓글을 달려면 로그인하십시오.

답변 (1개)

Sarvesh Kale
Sarvesh Kale 2023년 3월 13일
Hi azarang asadi,
The documentation link to the sequentialfs function is attached here. There is also an example that demonstrates how to use the function. I hope this helps with your query.
Thank you

Community Treasure Hunt

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

Start Hunting!

Translated by