Skip to content

Tags: Blunde1/agtboost

Tags

v0.9.2

Toggle v0.9.2's commit message
Release agtboost 0.9.2

See NEWS.md for details
- 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

v0.9.1

Toggle v0.9.1's commit message
University of Alberta presentation

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README with CRAN and agtboost paper

v.0.1-alpha

Toggle v.0.1-alpha's commit message
small cleanup