tidypredict-package {tidypredict}R Documentation

tidypredict: Run Predictions Inside the Database

Description

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() and randomForest() models.

Author(s)

Maintainer: Edgar Ruiz edgar@rstudio.com

See Also

Useful links:


[Package tidypredict version 0.1.0 Index]