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