transform_df_fixed {AutoScore} | R Documentation |
Internal function: Categorizing continuous variables based on cut_vec (AutoScore Module 2)
Description
Internal function: Categorizing continuous variables based on cut_vec (AutoScore Module 2)
Usage
transform_df_fixed(df, cut_vec)
Arguments
df |
dataset(training, validation or testing) to be processed |
cut_vec |
fixed cut vector |
Value
Processed data.frame
after categorizing based on fixed cut_vec
[Package AutoScore version 1.0.0 Index]