scenarioplanner.converters.dataframe.budget_opt_converters.BudgetOptimizationResponseCurvesConverter

Outputs a table of budget optimization response curves.

Inherits From: Converter

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"
  • "Spend"
  • "Incremental Outcome"

Methods

__call__

View source

Call self as a function.