predict.fastai.learner.Learner: Predict

View source: R/predictions.R

predict.fastai.learner.LearnerR 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


fastai documentation built on June 22, 2024, 11:15 a.m.