View source: R/information_theory.R
gain_ratio | R Documentation |
Computes the information gain between an 'input' and 'target' variable (using log2). Similar to information gain but less sensitive to high cardinality variables.
gain_ratio(input, target)
input |
numeric/character vector |
target |
numeric/character vector |
gain ratio
gain_ratio(input=data_golf$outlook, target=data_golf$play_golf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.