Outliers detection quantile
Definition
Returns boolean, if the field is between the interval defined by quantile_min and quantile_max.
Parameters
-
Column input:
- Def: Specify the name of the column.
-
Quantile min:
- Def: Specify the minimum quantile for the interval.
-
Quantile max:
- Def: Specify the maximum quantile for the interval.
-
Replace mode:
- Def: Specify the replace mode for the outliers.
-
drop NA:
- Def: Specify if you want to drop the row's NA.
-
Get outliers:
- Def: Specify if you want to get outliers.
Additional Comment
0.25 for 25%
-
cap:
- Def: Changes the value by the nearest bound.
-
keep:
- Def: Keeps the outliers.
-
drop:
- Def: Drops the outliers.