numeric_reward_estimator {iai} | R Documentation |
Learner for conducting reward estimation with numeric treatments
Description
This function was deprecated in iai 1.6.0, and [numeric_classification_reward_estimator()] or [numeric_classification_reward_estimator()] should be used instead.
Usage
numeric_reward_estimator(...)
Arguments
... |
Use keyword arguments to set parameters on the resulting learner. Refer to the Julia documentation for available parameters. |
Details
This deprecation is no longer supported as of the IAI v3 release.
IAI Compatibility
Requires IAI version 2.1 or 2.2.
Examples
## Not run: lnr <- iai::numeric_reward_estimator()
[Package iai version 1.10.1 Index]