View source: R/supervised-regression.R
| tl_plot_actual_predicted | R Documentation |
Plot actual vs predicted values for a regression model
tl_plot_actual_predicted(model, new_data = NULL, ...)
model |
A tidylearn regression model object |
new_data |
Optional data frame for evaluation (if NULL, uses training data) |
... |
Additional arguments |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.