oob_ci | R Documentation |
Computes a confidence interval for the random forest generalization error.
https://arxiv.org/abs/2112.06101
oob_ci(rf, conf_level = 0.95, M = 10^3)
rf |
A ranger object. |
conf_level |
Confidence level (defaults to 0.95). |
M |
Number of bootstrap replications (defaults to 10^3). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.