Learn R Programming

funModeling (version 1.9.5)

var_rank_info: Importance variable ranking based on information theory

Description

Retrieves a data frame containing several metrics related to information theory. Metrics are: entropy (en), mutual information (mi), information gain (ig) and gain ratio (gr).

Usage

var_rank_info(data, target)

Value

data frame ordered by gain ratio metric

Arguments

data

input data frame, all the variables will be evaluated against the variable defined in 'target' parameter

target

string variable name containing the output variable.

Examples

Run this code
# \donttest{
var_rank_info(data_golf, "play_golf")
# }

Run the code above in your browser using DataLab