Skip to content

itu-square/causalgraphicalmodels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CausalGraphicalModels

Introduction

causalgraphicalmodels is a python module for describing and manipulating Causal Graphical Models and Structural Causal Models. Behind the scenes it is a light wrapper around the python graph library networkx, together with some CGM specific tools.

It is currently in a very early stage of development. All feedback is welcome.

Example

For a quick overview of CausalGraphicalModel, see this example notebook.

Install

pip install causalgraphicalmodels

or for the bleeding edge version

pip install git+https://github.com/arose13/causalgraphicalmodels.git

Resources

My understanding of Causality comes mainly from the reading of the follow work:

Related Packages

About

Causal Graphical Models in Python (a fork to fix an incompatibility issue, and obtain a stable repo)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 73.6%
  • Python 26.4%