matheusfacure / python-causality-handbook

Causal Inference for the Brave and True. A light-hearted yet rigorous approach to learning about impact estimation and causality.
https://matheusfacure.github.io/python-causality-handbook/landing-page.html
MIT License
2.61k stars 456 forks source link

Issue on page /07-Beyond-Confounders.html #331

Closed marcoxingit closed 1 year ago

marcoxingit commented 1 year ago

The scatterplot with emails and payments does not run. It is sufficient to add to sns.scatterplot("email", "payments", alpha=0.8..... the. following: x = "email", y = "payments"