Julia Equivalent:
IAI.set_threshold!
set_threshold(lnr, label, threshold, ...)
The learner to modify.
The referenced label.
The probability threshold above which label
will be
be predicted.
Refer to the Julia documentation for available parameters.
# NOT RUN {
iai::set_threshold(lnr, "A", 0.4)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab