"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "46d29e8ad5ee8e64d59b384eb86b4563ec36d39a"
sigmoid_ in grad and hess for rank objective (#2322)
* Lambdas and hessians need to factor sigmoid_ into the computation. Additionally, the sigmoid function has an arbitrary factor of 2 in the exponent; it is not just non-standard but the gradients are not computed correctly anyway. * Update unit test * Also remove a heuristic that normalizes the gradient by the difference in scores. * Also fix unit test after removing the heuristic
Showing
Please register or sign in to comment