View source: R/pre_processing.R
col_minmax | R Documentation |
Helper function to scale numeric variables. Aids convergence of Midas model.
col_minmax(x)
x |
A numeric vector or column. |
Vector scaled between 0 and 1
ex_num <- runif(100,1,10)
scaled <- col_minmax(ex_num)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.