predict.fastai.tabular.learner.TabularLearner {fastai}R Documentation

Predict

Description

Prediction on 'item', fully decoded, loss function decoded and probabilities

Usage

## S3 method for class 'fastai.tabular.learner.TabularLearner'
predict(object, row, ...)

Arguments

object

the model

row

row

...

additional arguments to pass

Value

data frame


[Package fastai version 2.2.2 Index]