Skip to content

paulponcet/strip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strip: lighten your R model outputs

Travis-CI Build Status CRAN_Status_Badge

The strip function deletes components of R model outputs that are useless for specific purposes, such as predict[ing], print[ing], summary[zing], etc.

The idea is to prevent the size of the model output to grow with the size of the training dataset. This is useful if one has to save the output for later use while limiting its size on disk.

The birth of this package originates with Nina Zumel's post `Trimming the Fat from glm() Models in R' on Win-Vector Blog.

Installation

You can install strip from GitHub with:

# install.packages("devtools")
devtools::install_github("paulponcet/strip")

About

Lighten your R model outputs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages