normalize: Scale feature value to have mean 0, standard deviation 1

normalizeR 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.


xgboost documentation built on March 31, 2023, 10:05 p.m.