google / lightweight_mmm

LightweightMMM 🦇 is a lightweight Bayesian Marketing Mix Modeling (MMM) library that allows users to easily train MMMs and obtain channel attribution information.
https://lightweight-mmm.readthedocs.io/en/latest/index.html
Apache License 2.0
868 stars 178 forks source link

More flexibility with the plot functions #154

Open ibrahim-taher opened 1 year ago

ibrahim-taher commented 1 year ago

I would love if we could get better flexibility with formatting the plots. For example, being able to rotate the ticks on the x axis would be huge. The project I am working on has quite a few channels so I've had to dig into each function and recreate the plot functions to make the plots readable.

I've had to recreate the media contribution bar plot, the response curves and may have to recreate the budget allocation plot.

steven-struglia commented 1 year ago

Can you share your code for the plot function changes? I'm running into the same thing using a large number of channels as well