From be1f76a06acbacb9d925cccb338fae82fb9d2743 Mon Sep 17 00:00:00 2001 From: Jeff Macaluso Date: Sat, 8 Jul 2017 11:17:45 -0500 Subject: [PATCH] Fixed Spacing (#2498) Fixed spacing under "Model Complexity" section --- doc/model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/model.md b/doc/model.md index 6dd74dd34..2bbb1b541 100644 --- a/doc/model.md +++ b/doc/model.md @@ -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