フィルターのクリア

gradient tree boosting implementation

7 ビュー (過去 30 日間)
Mahmoud Zeydabadinezhad
Mahmoud Zeydabadinezhad 2017 年 10 月 18 日
コメント済み: denny 2018 年 4 月 4 日
I need to implement gradient boosting with shrinkage in MATLAB. I'm allowed to use the built-in function(s) for decision tree. In gradient boosting (https://en.wikipedia.org/wiki/Gradient_boosting) there is a model update step which updates the current model as the sum of previously learned models and a weighted base learner (e.g. tree). My question is that if I use the fitrtree() function to train a base learner in each iteration, then how I should add the trained tree to update the model? The output of fitrtree() is a Regression Tree object and I don't know how to add two Regression Tree objects.
Thank you,
  1 件のコメント
denny
denny 2018 年 4 月 4 日
I want to known it too.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeGaussian Process Regression についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by