View source on GitHub
|
Outputs a table of R&F optimization results.
Inherits From: Converter
scenarioplanner.converters.dataframe.rf_opt_converters.RfOptimizationResultsConverter(
mmm_wrapper: scenarioplanner.converters.mmm.Mmm
)
When called, this converter returns a data frame with the columns:
- "Group ID" A UUID generated for a budget optimization result present in the output.
- "Channel"
- "Is Revenue KPI" Whether the KPI is revenue or not.
- "Initial Spend"
- "Optimal Avg Frequency"
- "Optimal Impression Effectiveness"
- "Optimal ROI"
- "Optimal mROI"
- "Optimal CPC"
Methods
__call__
__call__() -> Iterator[tuple[str, pd.DataFrame]]
Call self as a function.
View source on GitHub