Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Ticket #1795


Ignore:
Timestamp:
07/08/15 10:00:21 (9 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1795

    • Property Version changed from 3.3.6 to branch
    • Property Summary changed from Boosting support for classification and regression algorithms to Gradient boosting meta-learner for regression and classification
  • Ticket #1795 – Description

    v2 v3  
    55Friedmans "Stochasic Gradient Boosting" (1999) could be implemented for regression and classification problems.
    66
    7 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.
     7Since version 3.3.12 there is a specific implementation of gradient boosted trees. It would be great if we could also implement gradient boosting as a meta learner that uses any regression algorithm as the base learner.