Timeline for how does XGBoost do regression using trees?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 27, 2018 at 17:27 | comment | added | Anton Tarasenko | Parameter objective="reg:linear" refers to the loss function: stackoverflow.com/questions/40231686/… The approximation function is still a non-linear tree, set by parameter booster="gbtree". See booster="gblinear" for linear options: xgboost.readthedocs.io/en/latest/… | |
| May 10, 2017 at 16:49 | answer | added | meh | timeline score: 8 | |
| May 10, 2017 at 16:22 | history | asked | user152503 | CC BY-SA 3.0 |