AdaBoost Regression to Select Predictors

2 ビュー (過去 30 日間)
Daniel Terry
Daniel Terry 2018 年 5 月 1 日
回答済み: Daniel Terry 2018 年 5 月 8 日
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

採用された回答

Neil Guertin
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.

その他の回答 (1 件)

Daniel Terry
Daniel Terry 2018 年 5 月 8 日
thanks Neil - much appreciated

カテゴリ

Help Center および File ExchangeClassification についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by