View source: R/rewardestimation.R
fit_predict.numeric_reward_estimator | R Documentation |
Julia Equivalent:
IAI.fit_predict!
## S3 method for class 'numeric_reward_estimator'
fit_predict(obj, X, treatments, ...)
obj |
The learner or grid to use for estimation |
X |
The features of the data. |
treatments |
The treatment applied to each point in 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::fit_predict(obj, X, treatments, outcomes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.