Yes, so i used sigmoid params to compute the budget allocation because on 0.6.0, we are unable to use the mmm fitted output yet…
opt_params = mmm.compute_channel_curve_optimization_parameters_original_scale(method='sigmoid')
response = mmm.optimize_channel_budget_for_maximum_contribution(
method='sigmoid',
total_budget=total_budget,
budget_bounds=budget_bounds,
parameters=opt_params
)