ClassificationInterpretation_from_learner {fastai} | R Documentation |
ClassificationInterpretation_from_learner
Description
Construct interpretation object from a learner
Usage
ClassificationInterpretation_from_learner(
learn,
ds_idx = 1,
dl = NULL,
act = NULL
)
Arguments
learn |
learner/model |
ds_idx |
ds by index |
dl |
dataloader |
act |
activation |
Value
interpretation object
[Package fastai version 2.2.2 Index]