Skip to contents

Fits a ranger model, selects important numeric predictors, and removes rows outside their interquartile-range envelopes.

Usage

removeOutliersIQR(.data, n = 3, q = 3)

Arguments

.data

Training data.

n

Number of important features to inspect.

q

IQR multiplier.

Value

A filtered data.table.