We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With @ricardoV94 we were talking about make the budget optimizer model agnostic. Something like:
from pymc_marketing.mmm.budget_optimizer import BudgetOptimizer BudgetOptimizer( pymc_model = model, . . . . )
Ideally, we are able to hold the current work around custom constraints and utility functions, adding this feature to be used by any pymc model.
The text was updated successfully, but these errors were encountered:
100%
However this feels not-trivial and probably out of scope for the 0.11 release WDYT?
Sorry, something went wrong.
0.12.0?
cetagostini
Successfully merging a pull request may close this issue.
With @ricardoV94 we were talking about make the budget optimizer model agnostic. Something like:
Ideally, we are able to hold the current work around custom constraints and utility functions, adding this feature to be used by any pymc model.
The text was updated successfully, but these errors were encountered: