bike_get_mod_preds | R Documentation |
Generate model predictions from a model
bike_get_mod_preds(mod, mod_name, test_df, pred_mat_func = NULL)
mod |
Mode, fed to predict |
mod_name |
model name for storage |
test_df |
data frame of test data |
pred_mat_func |
function to convert from test_df into prediction matrix for mod |
the test dataframe with predictions and residuals rbind-ed in
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.