You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/tutorials/model.rst
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Introduction to Boosted Trees
3
3
#############################
4
4
XGBoost stands for "Extreme Gradient Boosting", where the term "Gradient Boosting" originates from the paper *Greedy Function Approximation: A Gradient Boosting Machine*, by Friedman.
5
5
6
-
The **gradient boosted trees** has been around for a while, and there are a lot of materials on the topic.
6
+
The term **gradient boosted trees** has been around for a while, and there are a lot of materials on the topic.
7
7
This tutorial will explain boosted trees in a self-contained and principled way using the elements of supervised learning.
8
8
We think this explanation is cleaner, more formal, and motivates the model formulation used in XGBoost.
9
9
@@ -119,13 +119,16 @@ Let the following be the objective function (remember it always needs to contain
0 commit comments