Learn R Programming

iai (version 1.0.0)

predict: predict

Description

Return the predictions made by the model for each point in the features

Usage

predict(lnr, X)

Arguments

lnr

The learner or grid to use for prediction.

X

The features of the data.

Details

Julia Equivalent: IAI.predict

Examples

Run this code
# NOT RUN {
iai::predict(lnr, X)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab