group_forecast_setup {shapr} | R Documentation |
Set up user provided groups for explanation in a forecast model.
Description
Set up user provided groups for explanation in a forecast model.
Usage
group_forecast_setup(group, horizon_features)
Arguments
group |
The list of groups to be explained. |
horizon_features |
A list of features per horizon, to split appropriate groups over. |
Value
A list containing
group The list group with entries that differ per horizon split accordingly.
horizon_group A list of which groups are applicable per horizon.
[Package shapr version 1.0.4 Index]