analyse_predictiveness: Analyse variables predictiveness

Description Usage Arguments Examples

Description

This function calculates importance of all variables and selects the ones that are the most predictive and uncorrelated to each other based on a selected correlation cutoff. This process is performed iteratively from the most to least important variables. Only numerical attributes are considered.

Usage

1
analyse_predictiveness(df, target, cutoff)

Arguments

df

A a data frame

target

Target variable

cutoff

Exclude variables that have a correlation higher then a specified threshold

Examples

1
2
data <- recipes::credit_data %>%
  first_to_lower()

konradsemsch/aider documentation built on May 22, 2019, 2:40 p.m.