Explanation of hyperparameter tuning procedure for regression tree ensembles

조회 수: 35 (최근 30일)
Aziz Granat
Aziz Granat 2021년 3월 15일
답변: Alan Weiss 2021년 3월 15일
What regression tree ensemble methods and what parameters does Matlab actually consider in hyperparameter tuning?
See https://se.mathworks.com/help/stats/fitrensemble.html and the example "Optimize Regression Ensemble" therein. It says "You can find hyperparameters that minimize five-fold cross-validation loss by using automatic hyperparameter optimization."
But what is the search space here?
The output in that example only displays Bag and LSBoost as methods. Does it neglect random forests, i.e. subset sampling instead of bootstrapping the input space? Or is bagging here an umbrella term that covers also Random Forests?
Furthermore, the output in the above example only displays NumLearnCycles (tree count), LearnRate (for boosting) and MinLeafSize (obvious). How about treatment of the other CART decision tree algorithm hyperparameters? Are they included as default values - if so, then where to find them?

답변 (1개)

Alan Weiss
Alan Weiss 2021년 3월 15일
You can find all the information later on in that same reference page:
Alan Weiss
MATLAB mathematical toolbox documentation

카테고리

Help CenterFile Exchange에서 Regression에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by