Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no succinct way to aggregate optimization results #291

Open
cjsombric opened this issue Sep 17, 2024 · 1 comment
Open

no succinct way to aggregate optimization results #291

cjsombric opened this issue Sep 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@cjsombric
Copy link
Collaborator

When looking at the impact of media channels after training a model, there is a very nice function that returns a dataframe summary of the results (i.e., summary_table). The same can be achieved for the optimization results with a series of separate calls (e.g., budget_optimizer._get_delta_data with metrics such as "spend" and "incremental impact"), but it would be helpful to have an optimization summary function so this could all be done in one call. I am imagining that there would be the baseline spend, the optimized spend, the delta, the incremental, and measures of confidence for each channel as well as some indication of what kind of optimization was run (e.g., fixed budget) and for what time periods.

@santoso-wijaya
Copy link
Member

Thank you for your useful suggestion; we will consider adding this feature in the future.

Please let us know if you require any assistance with the current implementation to obtain the results/statistics you are seeking.

@santoso-wijaya santoso-wijaya added the enhancement New feature or request label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants