View source: R/rewardestimation.R
score.categorical_reward_estimator | R Documentation |
Julia Equivalent:
IAI.score
## S3 method for class 'categorical_reward_estimator'
score(obj, X, ...)
obj |
The learner or grid to evaluate. |
X |
The features of the data. |
... |
Other parameters, including zero or more target vectors as required by the problem type. Refer to the Julia documentation for other available parameters. |
Requires IAI version 2.1 or higher.
## Not run: iai::score(lnr, X, treatments, outcomes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.