Filter löschen
Filter löschen

AdaBoost Regression to Select Predictors

3 Ansichten (letzte 30 Tage)
Daniel Terry
Daniel Terry am 1 Mai 2018
Beantwortet: Daniel Terry am 8 Mai 2018
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

Akzeptierte Antwort

Neil Guertin
Neil Guertin am 4 Mai 2018
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.

Weitere Antworten (1)

Daniel Terry
Daniel Terry am 8 Mai 2018
thanks Neil - much appreciated

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by