cubist
R package cubist by topepo — release notes from GitHub.
The R port of Quinlan's Cubist gets reproducibility fixes, not new modelling
◆Recent moves
- 5mo ago
strip_time_stamps makes fitted models reproducible
A new strip_time_stamps control removes embedded date, time and duration information so two fits of the same model compare as equal — the change that makes Cubist objects usable with caching and snapshot testing. Passing a date or date-time column now errors outright instead of producing questionable output, and messages move to cli.
View source ↗ - 9mo ago
Cubist 0.5.1
A formatting fix for how rule values are displayed. Cosmetic against the model output, though rule readability is most of what users of a rule-based model look at.
View source ↗ - 1y ago
Cubist 0.5.0
C code updated to stop overwriting keyword symbols — the kind of latent hazard in ported legacy sources that surfaces only when a compiler gets stricter. No user-visible change.
View source ↗ - 2y ago
Cubist 0.4.4
Vignette fixes, including a switch from tidyrules::tidyRules() to rules::tidy(). Documentation catching up with where the tidymodels ecosystem put this functionality.
View source ↗ - 4y ago
Cubist 0.4.0
Windows build configuration changes only. Representative of the long stretch where this package's releases existed to keep it compiling on CRAN's machines.
View source ↗