Free cookie consent management tool by TermsFeed Policy Generator

Opened 12 years ago

Last modified 8 years ago

#1795 closed feature request

Boosting support for classification and regression algorithms — at Version 2

Reported by: gkronber Owned by: gkronber
Priority: low Milestone: HeuristicLab 3.3.14
Component: Algorithms.DataAnalysis Version:
Keywords: Cc:

Description (last modified by gkronber)

It would be nice to support a kind of boosting where multiple models are learned step by step and the weight of observations is adapted based on the residuals of the models learned so far. See AdaBoost.

AdaBoost with sampling instead of weighting could be implemented for classification problems.

Friedmans "Stochasic Gradient Boosting" (1999) could be implemented for regression and classification problems.

One important question is where the gradient for our target functions is implemented. In gradient boosting we need to use the correct gradient which is appropriate for the currently selected fitness function.

Change History (2)

comment:1 Changed 11 years ago by gkronber

  • Priority changed from medium to low

comment:2 Changed 10 years ago by gkronber

  • Description modified (diff)
Note: See TracTickets for help on using tickets.