cpflat / causaltestdata

A toolkit to generate synthetic dataset for causal inference.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Causaltestdata

Causaltestdata is a Python toolkit to generate pseudo dataset for causal inference and causal discovery.

This toolkit assumes all causality is linear in the potential model (i.e., using Structural equation modelling). The input model can be specified as a DAG in networkx graph format, and the generated data is in pandas DataFrame format.

How to use?

See notebooks in tutorial directory.

About

A toolkit to generate synthetic dataset for causal inference.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 59.9%Language:Jupyter Notebook 40.1%