Normalize features.
Normalize features by different methods. Internally BBmisc::normalize is used for every feature column. Non numerical features will be left untouched and passed to the result. For constant features most methods fail, special behaviour for this case is implemented.
normalizeFeatures( obj, target = character(0L), method = "standardize", cols = NULL, range = c(0, 1), on.constant = "quiet" )
obj |
(data.frame | Task) |
target |
( |
method |
( |
cols |
(character) |
range |
( |
on.constant |
( |
data.frame | Task. Same type as obj
.
Other eda_and_preprocess:
capLargeValues()
,
createDummyFeatures()
,
dropFeatures()
,
mergeSmallFactorLevels()
,
removeConstantFeatures()
,
summarizeColumns()
,
summarizeLevels()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.