From d9f2c7cd09e657aad9e5d3d43bff8e0d05bedde4 Mon Sep 17 00:00:00 2001 From: Andy Kattine Date: Fri, 12 Aug 2022 08:39:27 -0600 Subject: [PATCH] Grammar Fix in Introduction to Boosted Trees Added "of" to "objective functions is that they consist of two parts" in line 32 of ./doc/tutorials/model.rst --- doc/tutorials/model.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/model.rst b/doc/tutorials/model.rst index f58a06b86254..aa9e2c1a1f57 100644 --- a/doc/tutorials/model.rst +++ b/doc/tutorials/model.rst @@ -29,7 +29,7 @@ With judicious choices for :math:`y_i`, we may express a variety of tasks, such The task of **training** the model amounts to finding the best parameters :math:`\theta` that best fit the training data :math:`x_i` and labels :math:`y_i`. In order to train the model, we need to define the **objective function** to measure how well the model fit the training data. -A salient characteristic of objective functions is that they consist two parts: **training loss** and **regularization term**: +A salient characteristic of objective functions is that they consist of two parts: **training loss** and **regularization term**: .. math::