Explanation of hyperparameter tuning procedure for regression tree ensembles

33 ビュー (過去 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 Center および File ExchangeRegression についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by