scenarioplanner.converters.dataframe.rf_opt_converters.NamedRfOptimizationGridConverter

Outputs named tables for Reach & Frequency 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"
  • "Frequency"
  • "ROI" For each named R&F optimization result in the MMM output proto.

Methods

__call__

View source

Call self as a function.