Convert large/infinite numeric values in a data.frame or task.
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 |
( |
Other eda_and_preprocess:
createDummyFeatures()
,
dropFeatures()
,
mergeSmallFactorLevels()
,
normalizeFeatures()
,
removeConstantFeatures()
,
summarizeColumns()
,
summarizeLevels()
capLargeValues(iris, threshold = 5, impute = 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.