[doc] Add more detailed explanations for advanced objectives (#10283)
--------- Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
This commit is contained in:
@@ -517,6 +517,11 @@ __custom_obj_note = """
|
||||
The value of the gradient for each sample point.
|
||||
hess: array_like of shape [n_samples]
|
||||
The value of the second derivative for each sample point
|
||||
|
||||
Note that, if the custom objective produces negative values for
|
||||
the Hessian, these will be clipped. If the objective is non-convex,
|
||||
one might also consider using the expected Hessian (Fisher
|
||||
information) instead.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user