Learn R Programming

iai (version 1.0.0)

set_display_label: set_display_label

Description

Show the probability of a specified label when visualizing a learner

Usage

set_display_label(lnr, display_label)

Arguments

lnr

The learner to modify.

display_label

The label for which to show probabilities.

Details

Julia Equivalent: IAI.set_display_label!

Examples

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

Run the code above in your browser using DataLab