Learn R Programming

iai (version 1.4.0)

set_display_label: Show the probability of a specified label when visualizing a learner

Description

Julia Equivalent: IAI.set_display_label!

Usage

set_display_label(lnr, display_label)

Arguments

lnr

The learner to modify.

display_label

The label for which to show probabilities.

Examples

Run this code
# NOT RUN {
iai::set_display_label(lnr, "A")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab