fit_itr {evalITR} | R Documentation |
Estimate ITR for Single Outcome
Description
Estimate ITR for Single Outcome
Usage
fit_itr(data, algorithms, params, folds, budget, user_model, ...)
Arguments
data |
A dataset. |
algorithms |
Machine learning algorithms. |
params |
A list of parameters. |
folds |
Number of folds. |
budget |
The maximum percentage of population that can be treated under the budget constraint. |
user_model |
User's own function to estimated the ITR. |
... |
Additional arguments passed to |
Value
A list of estimates.
[Package evalITR version 1.0.0 Index]