CRAN
tidypredict 0.3.0
Run Predictions Inside the Database
Released Jan 10, 2019 by Edgar Ruiz
This package cannot yet be used with Renjin it depends on other packages which are not available: dplyr 0.7.8 and rlang 0.3.1
An older version of this package is
more compatible with Renjin.
Dependencies
rlang 0.3.1 dplyr 0.7.8 purrr 0.2.5 knitr 1.21
It 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(), ranger() and earth() models.