research
research copied to clipboard
Public code & notebooks accompanying our blog posts & YouTube tutorials (https://www.youtube.com/c/PyMCLabs)
Changes log: - [x] Correction of strings style by @juanitorduz - [x] Correction of causalpy plot dates style by @juanitorduz - [x] Correction of derivative plot legends by @juanitorduz -...
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in ----> 1 ax = pm.Normal.dist(mu=0, sigma=2).plot() AttributeError: 'TensorVariable' object has no attribute 'plot'
These resources look great 🚀 ! It would be very nice to have a specification of the local environment to be able to run the notebooks with the correct dependencies...
This PR adds a notebooks which will form the second Colgate client write-up blog posts. The first post was [Causal sales analytics: Are my sales incremental or cannibalistic?](https://www.pymc-labs.com/blog-posts/causal-sales-analytics-are-my-sales-incremental-or-cannibalistic/) NOTE: I'll...