tidypredict: Run Predictions Inside the Database

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(), earth(), xgb.Booster.complete(), cubist(), and ctree() models.

Version: 0.4.8
Depends: R (≥ 3.1)
Imports: dplyr (≥ 0.7), rlang, purrr, knitr, generics, stringr, tibble, tidyr
Suggests: dbplyr, testthat (≥ 2.1.0), randomForest, ranger, earth (≥ 5.1.2), rmarkdown, nycflights13, RSQLite, methods, DBI, covr, xgboost, Cubist, mlbench, partykit, yaml, parsnip, modeldata
Published: 2020-10-28
Author: Max Kuhn [aut, cre]
Maintainer: Max Kuhn <max at rstudio.com>
BugReports: https://github.com/tidymodels/tidypredict/issues
License: GPL-3
URL: https://tidypredict.tidymodels.org, https://github.com/tidymodels/tidypredict
NeedsCompilation: no
Materials: README NEWS
In views: ModelDeployment
CRAN checks: tidypredict results

Documentation:

Reference manual: tidypredict.pdf
Vignettes: cubist
glm
lm
mars
non-r
ranger
regression
rf
save
randomForest
tree
xgboost

Downloads:

Package source: tidypredict_0.4.8.tar.gz
Windows binaries: r-devel: tidypredict_0.4.8.zip, r-release: tidypredict_0.4.8.zip, r-oldrel: tidypredict_0.4.8.zip
macOS binaries: r-release (arm64): tidypredict_0.4.8.tgz, r-oldrel (arm64): tidypredict_0.4.8.tgz, r-release (x86_64): tidypredict_0.4.8.tgz, r-oldrel (x86_64): tidypredict_0.4.8.tgz
Old sources: tidypredict archive

Reverse dependencies:

Reverse imports: dbglm, modeldb

Linking:

Please use the canonical form https://CRAN.R-project.org/package=tidypredict to link to this page.