CRAN

xgb2sql 0.1.2

Convert Trained 'XGBoost' Model to SQL Query

Released Mar 13, 2019 by Chengjun Hou

This package cannot yet be used with Renjin it depends on other packages which are not available: xgboost 0.82.1 and data.table 1.12.0

Dependencies

data.table 1.12.0 xgboost 0.82.1

This tool enables in-database scoring of 'XGBoost' models built in R, by translating trained model objects into SQL query. 'XGBoost' provides parallel tree boosting (also known as gradient boosting machine, or GBM) algorithms in a highly efficient, flexible and portable way. GBM algorithm is introduced by Friedman (2001) , and more details on 'XGBoost' can be found in Chen & Guestrin (2016) .

Source

R

View GitHub Mirror

Release History