remove_highcorr: Remove highly correlated predictors

Description Usage Arguments Examples

Description

This function finds and removes attributes that are highly corrected.

Usage

1
remove_highcorr(x, cutoff = 0.75)

Arguments

x

a data frame or matrix of predictors (x).

cutoff

cutoff correlation value (ideally >0.75)

Examples

1
## T.B.A.

woobe/predictr documentation built on May 4, 2019, 9:47 a.m.