optimal_tree_policy_maximizer {iai} | R Documentation |
Learner for training Optimal Policy Trees where the policy should aim to maximize outcomes
Description
Julia Equivalent:
IAI.OptimalTreePolicyMaximizer
Usage
optimal_tree_policy_maximizer(...)
Arguments
... |
Use keyword arguments to set parameters on the resulting learner. Refer to the Julia documentation for available parameters. |
IAI Compatibility
Requires IAI version 2.0 or higher.
Examples
## Not run: lnr <- iai::optimal_tree_policy_maximizer()
[Package iai version 1.10.1 Index]