Skip to content

Commit

Permalink
Fix Taylor expansion documentation (scikit-learn#24122)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
ravicodelabs and jjerphan authored Aug 5, 2022
1 parent eb64940 commit 72f91ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/ensemble.rst
Original file line number Diff line number Diff line change
@@ -681,7 +681,7 @@ approximated as follows:
.. note::

Briefly, a first-order Taylor approximation says that
:math:`l(z) \approx l(a) + (z - a) \frac{\partial l(a)}{\partial a}`.
:math:`l(z) \approx l(a) + (z - a) \frac{\partial l}{\partial z}(a)`.
Here, :math:`z` corresponds to :math:`F_{m - 1}(x_i) + h_m(x_i)`, and
:math:`a` corresponds to :math:`F_{m-1}(x_i)`

0 comments on commit 72f91ed

Please sign in to comment.