Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 726 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 726 Bytes

CausalInference

A few notebooks about causality and causal inference:

  • Do-Calculus: a notebook discussing do-calculus rules and showing simple applications.

  • Causal Inference: an illustration of counterfactual inference following Ferenc Huszar example.

  • Causal Inference - Probability of Necessity: an illustration in computing the probability of necessity.

  • Causal Inference - Probability of Necessity and Sufficiency: an illustration in computing the probability of necessity and sufficiency.

  • Scenarios of confounding: a long notebook going through various examples and scenarios of confounding.

  • Causality In Practice - Causal Discovery: an illustration of causal discovery on synthetic data.