ml_add_interactions: Add interaction panels to a feature list
Description
Builds new panels from existing ones via elementwise operations.
Specification accepts either a shorthand list(new = c("A","B")) (defaults to product),
or a structured form list(new = list(panels=c("A","B","C"), op=/, how="intersect", fill=NA)).
Usage
ml_add_interactions(features, interactions)
Value
The input features list with additional interaction panels.
Arguments
features
List of existing panels (wide data frames with Date).