offsetreg
An Extension of Tidymodels Supporting Offset Terms
The parsnip extension for exposure models grew from one algorithm to three
◆Recent moves
- 4mo ago
Argument passthrough to glm and glmnet, xgboost 3.0 minimum
Lets additional named arguments reach stats::glm() and glmnet::glmnet() through the offset wrappers, which removes a common reason to drop out of the parsnip interface. The xgboost 3.0 requirement and its API accommodation are the maintenance cost of having taken on a boosted-tree engine in the previous release.
View source ↗ - 1y ago
Boosted trees and weighted decision trees join the offset model family
⚡ SPARKThe release note bundles a routine parsnip 1.3.0 compatibility bump with the 1.1.0 notes, where the real content sits. Going from one model specification to three is what turned offsetreg from a glm wrapper into an extension package with a family of methods behind a common interface.
View source ↗ - 2y ago
Initial release with Poisson regression over offsets
The founding release: one model specification, poisson_reg_offset(), wrapping stats::glm() and glmnet::glmnet() as two engines. A narrow starting point that the tree specifications a year later would widen considerably.
View source ↗