How does predict with ensemble regression works?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tania
el 13 de Ag. de 2014
Comentada: Machine Learning
el 10 de Feb. de 2015
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!!
0 comentarios
Respuesta aceptada
Shashank Prasanna
el 13 de Ag. de 2014
Editada: Shashank Prasanna
el 13 de Ag. de 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 comentarios
Machine Learning
el 10 de Feb. de 2015
Short answer is yes.
However if you want a more accurate y you have to look into boosting.
Más respuestas (0)
Ver también
Categorías
Más información sobre Classification Ensembles en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!