zenna / CounterfactualFairness.jl

1 stars 1 forks source link

Add support distributions in graph representation #1

Closed zenna closed 3 years ago

zenna commented 3 years ago

Currently, CausalInference.jl produces (lightgraph.jl based) graphs. In order to support counterfactual inference, we need a fully specified probabilistic causal model, which means that we must express prior probability distributions over the exogenous variables.

We must therefore introduce a representation that supports distributions over these variables.