Run Predictions Inside the Database


[Up] [Top]

Documentation for package ‘tidypredict’ version 1.1.0

Help Pages

acceptable_formula Checks that the formula can be parsed
as_parsed_model Prepares parsed model object
generate_tree_node Construct a single node of a tree
parse_model Converts an R model object into a parsed model
path_formula Turn a path object into an expression
path_formulas Turn a path object into a combined expression
set_catboost_categories Set categorical feature mappings for CatBoost model
tidy.pm_regression Tidy the parsed model results
tidypredict_fit Returns a Tidy Eval formula to calculate fitted values
tidypredict_interval Returns a Tidy Eval formula to calculate prediction interval.
tidypredict_test Tests base predict function against tidypredict
tidypredict_to_column Adds the prediction columns to a piped command set.