AdaBoost Regression to Select Predictors
조회 수: 2 (최근 30일)
이전 댓글 표시
Is it possible to use the LSBooost alogorithm to select a subset of appropriate predictor variables in a similar way to the step-wise regression function. I cannot find any examples of using it to select variables (and ideally showing final coefficients?)? Thanks
댓글 수: 0
채택된 답변
Neil Guertin
2018년 5월 4일
The fitrensemble function uses the LSBoost algorithm. Then you can use the removeLearners function to remove members of the ensemble, as described in this example:
Also, the Regression Learner and Classification Learner apps allow you to use Principle Component Analysis to train on only the most significant predictor variables.
댓글 수: 0
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!