butcher
butcher copied to clipboard
Reduce the size of model objects saved to disk
Please consider adding a warning to `axe_*.default()` methods that the package, which created the object (and might contain more specific `axe_*` methods) is not loaded. I ran into this while...
and fix https://github.com/mlverse/tabnet/issues/96
### Tips for a helpful feature request: * See our [contributing guidelines](https://github.com/tidymodels/tidymodels/blob/master/.github/CONTRIBUTING.md) and [development guide](https://www.tidymodels.org/contribute/) for more on design goals and how to contribute. * Please include a **minimal reproducible...
I wrote a bit of code from a few years ago to recursively remove all .Environment attributes from an object and all its sub objects. It was a bit of...
I am trying to use the [butcher package](https://cran.r-project.org/web/packages/butcher/vignettes/butcher.html) to cut down on the size of fitted objects, in my case fits using lme4::lmer. That led me to parsnip, then here!...
Consider implementing a plot function to show the reduction in memory footprint with each axe method
Going forward, new model objects should not (or mostly should not) require axing, esp for those built with the `hardhat` package. Consider putting together a modeling package using `hardhat` and...
Create a new function that uses some heuristic to "intelligently" reduce a model object such that only the `predict()` generic works. This version of the model object would release more...