Grammar Fix in Introduction to Boosted Trees (#8166)

Added "of" to "objective functions is that they consist of two parts" in line 32 of ./doc/tutorials/model.rst
This commit is contained in:
Andy Kattine 2022-08-15 01:19:47 -06:00 committed by GitHub
parent fa869eebd9
commit a9458fd844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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** 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. 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:: .. math::