scenarioplanner.converters.dataframe.budget_opt_converters.NamedOptimizationGridConverter

Outputs named tables for budget optimization grids.

Inherits From: Converter

When called, this converter returns a data frame with the columns:

  • "Group ID" A UUID generated for each named incremental outcome grid.
  • "Channel"
  • "Spend"
  • "Incremental Outcome" For each named budget optimization result in the MMM output proto.

Methods

__call__

View source

Call self as a function.