Commits


Tsukasa OMOTO authored and Guolin Ke committed 27d3eb33352
Fix huber loss (#178) * fix typo * fix hessians to approximate hessians with Gaussian function * fix ApproximateHessianWithGaussian * take fabs of gradient * use atan(1) to calculate pi * fix pi