normalize {xgboost} | R Documentation |
Scale feature value to have mean 0, standard deviation 1
Description
This is used to compare multiple features on the same plot. Internal utility function
Usage
normalize(x)
Arguments
x |
Numeric vector |
Value
Numeric vector with mean 0 and sd 1.
[Package xgboost version 1.7.8.1 Index]