plot_top_losses | R Documentation |
Plot_top_losses
plot_top_losses(interp, k, largest = TRUE, figsize = c(7, 5), ..., dpi = 90)
interp |
interpretation object |
k |
number of images |
largest |
largest |
figsize |
plot size |
... |
additional parameters to pass |
dpi |
dots per inch |
None
## Not run:
# get interperetation from learn object, the model.
interp = ClassificationInterpretation_from_learner(learn)
interp %>% plot_top_losses(k = 9, figsize = c(15,11))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.