tidypredict 0.2.0 Now on CRAN
Run predictions inside the database. tidypredict
parses a fitted R model object, and returns a formula in ‘Tidy Eval’ code that calculates the predictions.
It works with several databases back-ends because it leverages dplyr
and dbplyr
for the final SQL translation of the algorithm. It currently supports lm()
, glm()
, randomForest()
and ranger()
models.
More information is available in the package’s official site: http://tidypredict.netlify.com/