View source: R/helpers-labels.R
iv_label | R Documentation |
Get labels for Information Values
iv_label(x)
x |
A numeric vector |
N <- 10000
predicted <- runif(N)
actual <- rbinom(N, size = 1, prob = predicted)
iv_label(information_value(actual, predicted))
predicted <- runif(N)
iv_label(information_value(actual, predicted))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.