required_dims_from_named_vars_to_dims#

pymc_marketing.mmm.lift_test.required_dims_from_named_vars_to_dims(named_vars_to_dims)[source]#

Get the required dimensions from a named_vars_to_dims dictionary.

Parameters:

named_vars_to_dims (dict[str, tuple[str, ...]]) – Dictionary of variable names to dimensions.

Returns:

List of required dimensions.

Return type:

list[str]