View source: R/feature_creation.R
Create variable from behavior data
1 2 | feature_creation(data, id_var = SK_ID_CURR, time_var = MONTHS_BALANCE,
diff = c(6, 12, 24, 48, 96), verbose = TRUE)
|
data |
A data frame. |
id_var |
The ID var. |
time_var |
The TIME var. |
diff |
A numeric vector to make sub variables |
verbose |
verbose. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.