Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot_top_losses

Plot_top_losses


Description

Plot_top_losses

Usage

plot_top_losses(interp, k, largest = TRUE, figsize = c(7, 5), ..., dpi = 90)

Arguments

interp

interpretation object

k

number of images

largest

largest

figsize

plot size

...

additional parameters to pass

dpi

dots per inch

Value

None

Examples

## 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)

fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.