View source: R/visualization.R
| tl_plot_model_comparison | R Documentation |
Plot model comparison
tl_plot_model_comparison(..., new_data = NULL, metrics = NULL, names = NULL)
... |
tidylearn model objects to compare |
new_data |
Optional data frame for evaluation (if NULL, uses training data) |
metrics |
Character vector of metrics to compute |
names |
Optional character vector of model names |
A ggplot object with model comparison
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.