Learn R Programming

shapr (version 1.0.4)

group_forecast_setup: 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)

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.

Arguments

group

The list of groups to be explained.

horizon_features

A list of features per horizon, to split appropriate groups over.