pymc-marketing icon indicating copy to clipboard operation
pymc-marketing copied to clipboard

Bayesian marketing toolbox in PyMC. Media Mix (MMM), customer lifetime value (CLV), buy-till-you-die (BTYD) models and more.

Results 240 pymc-marketing issues
Sort by recently updated
recently updated
newest added

## Description This change adds scaling to the budget, bounds, and initial guess inside the `BudgetOptimizer` before handing the budget to the `minimize` function. It then unscales the data inside...

MMM
request discussion

I will be working on this example 🚀 https://github.com/takechanman1228/mmm_pydata_global_2022/issues/3

docs
MMM

Hello Bayesian Wizards, There are times when nested models are needed to model the interactions , as below : ![Screenshot 2024-08-16 at 6 54 16 PM](https://github.com/user-attachments/assets/66fc06ec-ca0d-41ca-aa3d-01f5b4b85f79) I am thinking if...

MMM

This method is not restricting the domain of the distribution. Maybe some examples and clarification in the docstring would be helpful

docs
Prior class

The Bayesian approach to MMM is appealing because the posteriors over parameters encodes not only our beliefs about those parameters, but also how certain/uncertain we are about their values. If...

enhancement

@ferrine mentioned having some experimental marketing functionality. Where would it make sense to include this in the package? A `pymc_marketing.experimental` module or `pymc_marketing.mmm.experimental`? In `pymc_experimental` itself? What are people's thoughts...

MMM

Hello! I was looking through the MLFlow module and I thought it might be nice to add a wrapper to allow people to actually register their MMM in MLFlow. Having...

MMM
Deployment
mlflow

The `MediaConfigList` should support more than (date, channel) inputs as the `AdstockTransformation` and `SaturationTransformation` do. For instance, the following will likely not work: ```python # (date, channel, geo) X =...

enhancement
good first issue
MMM

There is room for improvement in the test for functionality including: - `to_dict` & `from_dict` methods - `equality` method

good first issue
MMM
maintenance
tests

Following #968, both `MediaTransformation` and `MediaConfigList` are following the same API which it easier to use them in the `MMM`. However, there will be some API changes in order to...

MMM
request discussion