predict.fastai.learner.Learner {fastai} | R Documentation |
Predict
Description
Prediction on 'item', fully decoded, loss function decoded and probabilities
Usage
## S3 method for class 'fastai.learner.Learner'
predict(object, row, ...)
Arguments
object |
the model |
row |
row |
... |
additional arguments to pass |
Value
data frame
[Package fastai version 2.2.2 Index]