Skip to content

Bugfixes

Choose a tag to compare

@mathias-von-ottenbreit mathias-von-ottenbreit released this 05 Jan 21:44
· 285 commits to main since this release
  • Estimating the intercept only once as the (weighted) average training response, instead of updating it in each boosting step. This prevents predictors that are almost constants from competing with the intercept term.
  • Fixed a minor bug related to min_observations_in_split.