Learn R Programming

mlr (version 2.3)

normalizeFeatures: Normalize features

Description

Normalize features by different methods. Internally normalize is used. Non numerical features will be left untouched and passed to the result.

Usage

normalizeFeatures(task, method = "standardize", exclude = character(0L),
  range = c(0, 1))

Arguments

Value

[Task].

See Also

Other eda_and_preprocess: capLargeValues; createDummyFeatures; dropFeatures; mergeSmallFactorLevels; removeConstantFeatures; summarizeColumns