Description Usage Arguments Value See Also
View source: R/normalizeFeatures.R
Normalize features by different methods.
Internally 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.
1 2 | normalizeFeatures(obj, target = character(0L), method = "standardize",
cols = NULL, range = c(0, 1), on.constant = "quiet")
|
obj |
[ |
target |
[ |
method |
[ |
cols |
[ |
range |
[ |
on.constant |
[ |
[data.frame
| Task
]. Same type as obj
.
Other eda_and_preprocess: capLargeValues
,
createDummyFeatures
,
dropFeatures
,
mergeSmallFactorLevels
,
removeConstantFeatures
,
summarizeColumns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.