Create a pp module which normalizes numerical features.
1 2 |
cols |
A character vector. Specify the names of features to normalize. |
method |
A character, one of ("mean-sd", "zero-one"). If '"mean-sd"', subtract by mean and then divide by standard deviation. If '"zero-one"', fit range into [0, 1]. |
desc |
(optional) Description of the module. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.