Description Usage Arguments Value See Also Examples
View source: R/capLargeValues.R
Convert numeric entries which large/infinite (absolute) values in a data.frame or task. Only numeric/integer columns are affected.
1 2 | capLargeValues(obj, target = character(0L), cols = NULL, threshold = Inf,
impute = threshold, what = "abs")
|
obj |
[ |
target |
[ |
cols |
[ |
threshold |
[ |
impute |
[ |
what |
[ |
[data.frame
]
Other eda_and_preprocess: createDummyFeatures
,
dropFeatures
,
mergeSmallFactorLevels
,
normalizeFeatures
,
removeConstantFeatures
,
summarizeColumns
1 | capLargeValues(iris, threshold = 5, impute = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.