Learn R Programming

iai (version 1.10.2)

predict.supervised_multi_learner: Return the predictions made by a multi-task supervised learner for each point in the features

Description

Julia Equivalent: IAI.predict and IAI.predict

Usage

# S3 method for supervised_multi_learner
predict(obj, X, ...)

Arguments

obj

The learner or grid to use for prediction.

X

The features of the data.

...

Refer to the Julia documentation for available parameters.

IAI Compatibility

Requires IAI version 3.2 or higher.

Examples

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

Run the code above in your browser using DataLab