Arnaud Joly
Results
3
issues of
Arnaud Joly
Thanks for the explication :-)
Hi, I was reading your gradient boosting implementation and I think that at the line https://github.com/mblondel/ivalice/blob/master/ivalice/impl/gradient_boosting.py#L97 . I would do ``` diff = y - y_pred with np.errstate(divide="ignore", invalid="ignore"): diff...