For a binary classification problem, update the the predicted labels in the leaves of the learner to predict a label only if the predicted probability is at least the specified threshold.
Julia Equivalent:
IAI.set_threshold!
set_threshold(lnr, label, threshold, ...)
lnr |
The learner to modify. |
label |
The referenced label. |
threshold |
The probability threshold above which |
... |
Refer to the Julia documentation for available parameters. |
## Not run: iai::set_threshold(lnr, "A", 0.4)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.