Skip to content

Version 0.9.2 on CRAN

Latest
Compare
Choose a tag to compare
@Blunde1 Blunde1 released this 10 Nov 22:40
· 1 commit to master since this release

See NEWS.md for details.
Summary:

  • Patch fixing slow gbt.save() functionality.
  • Obtain XGBoost and LightGBM hyperparameters from gbt.complexity().
  • Include attribute "offset" in gbt.train() and predict().
  • Throw error when gb-loss-approximation deviates from true loss. Suggest lower learning_rate.
  • Solves $\arg\min_\eta \sum_i l(y_i, g^{-1}(offset_i+\eta))$ numerically instead of simple average to obtain initial prediction
  • Deprecate warnings for zero-inflation
  • Decrease package size drastically by stripping debugging information