View source: R/rewardestimation.R
predict_reward.numeric_reward_estimator | R Documentation |
Julia Equivalent:
IAI.predict_reward
## S3 method for class 'numeric_reward_estimator'
predict_reward(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 3.0 or higher.
## Not run: iai::predict_reward(lnr, X, treatments, outcomes, predictions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.