Learn R Programming

iml (version 0.1)

predict.LIME: LIME prediction

Description

Predict the response for newdata with the LIME model.

Usage

# S3 method for LIME
predict(object, newdata = NULL, ...)

Arguments

object

A LIME R6 object

newdata

A data.frame for which to predict

...

Further arguments for the objects predict function

Value

A data.frame with the predicted outcome.

Details

This function makes the LIME object call its iternal object$predict() method. For examples see lime

See Also

lime