rescale_zscore {theftdlc} | R Documentation |
Calculate z-score for all columns in a dataset using train set central tendency and spread
Description
Calculate z-score for all columns in a dataset using train set central tendency and spread
Usage
rescale_zscore(data, rescalers)
Arguments
data |
|
rescalers |
|
Value
data.frame
of rescaled data
Author(s)
Trent Henderson
[Package theftdlc version 0.1.0 Index]