Skip to content

Changed a default hyperparameter value and bugfix

Choose a tag to compare

@mathias-von-ottenbreit mathias-von-ottenbreit released this 15 Oct 15:46
· 200 commits to main since this release

Reverted the default hyperparameter value of boosting_steps_before_pruning_is_done to 0. Further tests indicate that pruning may more often than not slightly increase predictiveness, but this comes at a significant computational cost if the model gets many terms.

Fixed a rare bug related to the updating of term coefficients.