Changelog
Source:NEWS.md
brulee 0.3.0
CRAN release: 2024-02-14
Fixed bug where
coef()
didn’t would error if used on abrulee_logistic_reg()
that was trained with a recipe. (#66)Fixed a bug where SGD always being used as the optimizer (#61).
Additional activation functions were added (#74).
brulee 0.2.0
CRAN release: 2022-09-19
Several learning rate schedulers were added to the modeling functions (#12).
An
optimizer
was added to [brulee_mlp()], with a new default being LBFGS instead of stochastic gradient descent.