Initialize predictions to something better than just 0
NicolasHug opened this issue · 0 comments
NicolasHug commented
Saving it here so we remember: instead of initializing y_pred
to 0 we may want to do something more sensible like boosting from the average target, or even accept an init
predictor.