Dispatches to the appropriate plotting function based on model type and requested plot type.
Arguments
- model
A tidylearn supervised model object
- type
Plot type. For regression: "auto", "actual_predicted", "residuals", "diagnostics". For classification: "auto", "confusion", "roc", "precision_recall", "calibration", "lift", "gain". "importance" is available for tree-based and regularized models.
- ...
Additional arguments passed to the underlying plot function
