tidypredict-package | R Documentation |
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.
Maintainer: Edgar Ruiz edgar@posit.co
Authors:
Max Kuhn max@posit.co
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.