causal#

Causal module.

Classes

BuildModelFromDAG(*[, dag, df, target, ...])

Construya un modelo probabilístico de PyMC directamente a partir de un DAG causal y un conjunto de datos tabular.

CausalGraphModel(causal_model, treatment, ...)

Representar un modelo causal basado en un Grafo Acíclico Dirigido (DAG).

TBFPC(target, *[, target_edge_rule, ...])

Target-first Bayes Factor PC (TBF-PC) causal discovery algorithm.

TestResult

Conditional independence test statistics recorded during fitting.