필터 지우기
필터 지우기

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,

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by