The goal of add2xgb is to help translate XGBoost model R object into SQL statement. In production, I translate model file into a sixty-thousand-line SQL code and run it into impala within 1 minute. Thus, It is fine to do this workflow in the model deployment.

Installation

The development version from GitHub with:

Example

This is a basic example which shows you how to solve a common problem:

See the vignettes.

Citations

Jiaxiang Li. (2019, August 7). JiaxiangBU/add2xgb: add2xgb 0.1.1 (Version v0.1.1). Zenodo. http://doi.org/10.5281/zenodo.3362499

If you use add2xgb, I would be very grateful if you can add a citation in your published work. By citing add2xgb, beyond acknowledging the work, you contribute to make it more visible and guarantee its growing and sustainability. For citation, please use the BibTex or the citation content.


Code of Conduct

Please note that the add2xgb project is released with a Contributor Code of Conduct.
By contributing to this project, you agree to abide by its terms.

License

MIT © Roland Stevenson;Jiaxiang Li