prepare_model_data: Prepare dataset for modeling
Description
Prepare dataset for modeling
Usage
prepare_model_data(df, outcome_col = "Label")
Value
A processed data.frame with factor outcome
Arguments
- df
A data.frame
- outcome_col
Name of the outcome column