View source: R/FeatureEngineering.R
minMaxNormalize | R Documentation |
A function that normalizes continous features to have values between 0 and 1
minMaxNormalize(trainData, featureEngineeringSettings, done = FALSE)
trainData |
The training data to be normalized |
featureEngineeringSettings |
The settings for the normalization |
done |
Whether the data has already been normalized (bool) |
uses value - min / (max - min) to normalize the data
The normalized data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.