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