tidypredict
Translate fitted R models into SQL so predictions can run inside a database
tidypredict now translates the gradient-boosting libraries people actually deploy
◆Recent moves
- 5mo ago
tidypredict 1.1.0 adds CatBoost, LightGBM, and rpart support
⚡ SPARKSupport arrives for rpart decision trees, CatBoost, and LightGBM, with coverage of a dozen objectives and both oblivious and non-oblivious tree types. It closes the gap between what tidypredict can translate and what practitioners actually fit on tabular data.
View source ↗ - 8mo ago
tidypredict 1.0.1 fixes base_score extraction for xgboost 3
Fixes base_score not being extracted correctly for xgboost version 3 and higher. A compatibility fix against an upstream change.
View source ↗ - 8mo ago
tidypredict 1.0.0 unifies random forest output and adds glmnet
The 1.0.0 release makes ranger and randomForest emit a single formula instead of a list of expressions, adds glmnet support, extends xgboost to tweedie and count:poisson objectives, and speeds up fit translation across several engines. A breaking output change, but a narrow one aimed at making generated code easier to consume.
View source ↗ - 1y ago
tidypredict 0.5.1 exports internals for the orbital package
Exports a number of internal functions for use by the orbital package. Plumbing for a downstream consumer.
View source ↗ - 3y ago
tidypredict 0.5 hands maintenance to a new maintainer
A maintainer handover to Edgar Ruiz, with the stringr dependency removed and assorted XGBoost and earth fixes. Custodial rather than substantive.
View source ↗ - 4y ago
tidypredict 0.4.9 relicenses to MIT and fixes SQL generation
Fixes GLM binomial earth models, adds single simple Cubist model handling, corrects SQL generation for binary:logistic xgboost objectives, and relicenses the package from GPL-3 to MIT. The relicensing matters more than the fixes for anyone embedding this in commercial tooling.
View source ↗