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.65k stars 463 forks source link

update cell outputs on chapter 18 #399

Open gonzalo-cordova-pou opened 1 month ago

gonzalo-cordova-pou commented 1 month ago

Chapter 18 was updated in previous commits to use "sensitivity" instead of "elasticity". The code was updated, but the corresponding outputs weren't.

I updated the output dataframes and plots that were still referencing elasticity (eg. pred_elast -> pred_sens).