How does predict with ensemble regression works?

2 visualizzazioni (ultimi 30 giorni)
This might be a silly question...iam using bagging with regression trees. I built for instance 10 different trees, then I average them. when I then use predict to predict my y value, how does it work? does it somehow average the fitted y values?!
thanks for your help!!

Risposta accettata

Shashank Prasanna
Shashank Prasanna il 13 Ago 2014
Modificato: Shashank Prasanna il 13 Ago 2014
For classification the output of the ensemble is the class that gets majority vote from all the learners. For regression the results are averaged.
  2 Commenti
Tania
Tania il 14 Ago 2014
So for instance, if i have 10 observations and I built 5 different trees. i take all their predicted y values of the different trees and average them,yes?
Machine Learning
Machine Learning il 10 Feb 2015
Short answer is yes.
However if you want a more accurate y you have to look into boosting.

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by