Description Usage Arguments Value See Also
View source: R/ml_mean_target_apply.R
This function is used to apply mean target encoding mapping table that was output from function ml_mean_target_encoder
1 2 3 4 5 | ml_mean_target_apply(
calculate_columns_mean_table,
applying_dataset,
impute_missing = T
)
|
calculate_columns_mean_table |
mean target encoding mapping table outputed from function ml_mean_target_encoder |
applying_dataset |
new dataset that you wish to apply same mean target encoding |
impute_missing |
determine if we want to impute missing when new dataste levels could not be found in mapping table, defualt is to impute |
dataset that has been applied mean target encoding
ml_mean_target_encoder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.