Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
data_mining:gradient_boosting [2017/07/19 18:31] – phreazer | data_mining:gradient_boosting [2017/07/19 18:34] (current) – [Basic idea] phreazer | ||
---|---|---|---|
Line 52: | Line 52: | ||
===== Basic idea ===== | ===== Basic idea ===== | ||
- | + | - Generate simple regression model. | |
- | 1. Generate simple regression model. | + | |
- | 2. Compute error residual. | + | |
- | 3. Learn to predict residual | + | - Add to initial model |