Learn R Programming

iai (version 1.10.2)

predict_outcomes.prescription_learner: Return the predicted outcome for each treatment made by a prescription learner for each point in the features

Description

Julia Equivalent: IAI.predict_outcomes

Usage

# S3 method for prescription_learner
predict_outcomes(obj, X, ...)

Arguments

obj

The learner or grid to use for prediction.

X

The features of the data.

...

Additional arguments (unused)

Examples

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

Run the code above in your browser using DataLab