Changes between Version 2 and Version 3 of Ticket #1795
- Timestamp:
- 07/08/15 10:00:21 (9 years ago)
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 5 5 Friedmans "Stochasic Gradient Boosting" (1999) could be implemented for regression and classification problems. 6 6 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.7 Since 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.