tl_plot_actual_predicted: Plot actual vs predicted values for a regression model
Description
Plot actual vs predicted values for a regression model
Usage
tl_plot_actual_predicted(model, new_data = NULL, ...)
Arguments
- model
A tidylearn regression model object
- new_data
Optional data frame for evaluation (if NULL, uses training data)
- ...
Additional arguments