Fixed Spacing (#2498)

Fixed spacing under "Model Complexity" section
This commit is contained in:
Jeff Macaluso 2017-07-08 11:17:45 -05:00 committed by Tianqi Chen
parent 7350085955
commit be1f76a06a

View File

@ -173,7 +173,7 @@ We need to define the complexity of the tree ``$\Omega(f)$``. In order to do so,
f_t(x) = w_{q(x)}, w \in R^T, q:R^d\rightarrow \{1,2,\cdots,T\} .
```
Here ``$ w $`` is the vector of scores on leaves, ``$ q $`` is a function assigning each data point to the corresponding leaf, and``$ T $`` is the number of leaves.
Here ``$ w $`` is the vector of scores on leaves, ``$ q $`` is a function assigning each data point to the corresponding leaf, and ``$ T $`` is the number of leaves.
In XGBoost, we define the complexity as
```math