You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, each tree updater tests if each data point has negative Hessian value and ignores the data point with negative Hessian. This complicates the updater code. We should have extra validation steps so as to ensure that all Hessian values are non-negative. The updater code then can be simplified by removing the Hessian check.
The text was updated successfully, but these errors were encountered:
Currently, each tree updater tests if each data point has negative Hessian value and ignores the data point with negative Hessian. This complicates the updater code. We should have extra validation steps so as to ensure that all Hessian values are non-negative. The updater code then can be simplified by removing the Hessian check.
The text was updated successfully, but these errors were encountered: