Skip to content

pbhogale/simplexgb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplexgb : helper functions to deploy ML models

This package is a wrapper with helper functions to help deploy xgboost, glmnet and random forest models in R. it takes care of tracking categorical levels, transforming numerical features, getting predictions and so on in a consistent way across the different packages (mainly xgboost and glmnet). It uses the tibble as a fundamental data structure, and uses lists of tibbles internally.

outdated in future, use https://parsnip.tidymodels.org/ and https://recipes.tidymodels.org/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages