output_table.RdGenerates the output table for model and data
output_table(data, model)
| data | A dataframe generated from the pre-processing step |
|---|---|
| model | A model object used to classify ids with, generated from the model selection layer |
A tibble providing high-level segment attributes such as mean and max (numeric) or mode (categorical) for the segmentation features used.