View source: R/normalizeFeatures.R
normalizeFeatures | R Documentation |
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
.
BBmisc::normalize
Other eda_and_preprocess:
capLargeValues()
,
createDummyFeatures()
,
dropFeatures()
,
mergeSmallFactorLevels()
,
removeConstantFeatures()
,
summarizeColumns()
,
summarizeLevels()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.