Learn R Programming

iai (version 1.7.0)

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

Description

Julia Equivalent: IAI.predict

Usage

predict(lnr, X, ...)

Arguments

lnr

The learner or grid to use for prediction.

X

The features of the data.

...

Refer to the Julia documentation for available parameters.

Examples

Run this code
if (FALSE) iai::predict(lnr, X)

Run the code above in your browser using DataLab