predict.numeric_reward_estimator {iai} | R Documentation |
Julia Equivalent:
IAI.predict
## S3 method for class 'numeric_reward_estimator'
predict(obj, X, ...)
obj |
The learner or grid to use for estimation |
X |
The features of the data. |
... |
Additional arguments depending on the treatment and outcome types. Refer to the Julia documentation for more information. |
Requires IAI version 2.1 or higher.
## Not run: iai::predict(lnr, X, treatments, outcomes)