Package: xgb2sql 0.1.3
xgb2sql: Convert Trained 'XGBoost' Model to SQL Query
This tool enables in-database scoring of 'XGBoost' models built in R, by translating trained model objects into SQL query. 'XGBoost' <https://github.com/dmlc/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) <doi:10.1214/aos/1013203451>, and more details on 'XGBoost' can be found in Chen & Guestrin (2016) <doi:10.1145/2939672.2939785>.
Authors:
xgb2sql_0.1.3.tar.gz
xgb2sql_0.1.3.zip(r-4.7)xgb2sql_0.1.3.zip(r-4.6)xgb2sql_0.1.3.zip(r-4.5)
xgb2sql_0.1.3.tgz(r-4.6-any)xgb2sql_0.1.3.tgz(r-4.5-any)
xgb2sql_0.1.3.tar.gz(r-4.7-any)xgb2sql_0.1.3.tar.gz(r-4.6-any)
xgb2sql_0.1.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
xgb2sql/json (API)
NEWS
| # Install 'xgb2sql' in R: |
| install.packages('xgb2sql', repos = c('https://chengjunhou.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/chengjunhou/xgb2sql/issues
Last updated from:db2503b025. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 123 | ||
| source / vignettes | OK | 165 | ||
| linux-release-x86_64 | OK | 121 | ||
| macos-release-arm64 | OK | 77 | ||
| macos-oldrel-arm64 | OK | 72 | ||
| windows-devel | OK | 74 | ||
| windows-release | OK | 74 | ||
| windows-oldrel | OK | 77 | ||
| wasm-release | OK | 101 |
Exports:booster2sqlonehot2sql
Dependencies:data.tablejsonlitelatticeMatrixxgboost
