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
829 stars 172 forks source link

Align casing of NumPyro with canonical spelling #291

Open erictleung opened 6 months ago

erictleung commented 6 months ago

The NumPyro site uses this casing (capital N and P), so this PR makes this consistent https://num.pyro.ai/en/stable/index.html. The changes shouldn't affect any code where the casing would break a function call. I should have only touched the casing in the doc strings, but feel free to flag if it does break a function call.

google-cla[bot] commented 6 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.