Gradient Boosted Regression (GBR) Algorithm: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A Gradient Boosted Regression (GBR) Algorithm is a gradient boosted algorithm that is a regression algorithm. * <B>See:</B> Random Forest Regression. ---- ----") |
No edit summary |
||
Line 1: | Line 1: | ||
A [[Gradient Boosted Regression (GBR) Algorithm]] is a [[gradient boosted algorithm]] that is a [[regression algorithm]]. | A [[Gradient Boosted Regression (GBR) Algorithm]] is a [[gradient boosted algorithm]] that is a [[regression algorithm]]. | ||
* <B>Context:</B> | |||
** It can be implemented by a [[GBR System]] (that solves [[GBR task]]). | |||
* <B>See:</B> [[Random Forest Regression]]. | * <B>See:</B> [[Random Forest Regression]]. | ||
---- | ---- | ||
---- | ---- |
Revision as of 19:26, 23 April 2018
A Gradient Boosted Regression (GBR) Algorithm is a gradient boosted algorithm that is a regression algorithm.
- Context:
- It can be implemented by a GBR System (that solves GBR task).
- See: Random Forest Regression.