Comparing methods for causality analysis in a fair and just way.
Project description
Introduction
Evaluating causal inference methods in a scientifically thorough way is a cumbersome and error-prone task. To foster good scientific practice JustCause provides a framework to easily:
- evaluate your method using common data sets like IHDP, IBM ACIC, and others;
- create synthetic data sets with a generic but standardized approach;
- benchmark your method against several baseline and state-of-the-art methods.
Our cause is to develop a framework that allows you to compare methods for causal inference in a fair and just way. JustCause is a work in progress and new contributors are always welcome.
Installation
If you just want to use the functionality of JustCause, install it with:
pip install justcause
Consider using conda to create a virtual environment first.
Developers that want to develop and contribute own algorithms and data sets to the JustCause framework, should:
-
clone the repository and change into the directory
git clone https://github.com/inovex/justcause.git cd justcause
-
create an environment
justcause
with the help of conda,conda env create -f environment.yaml
-
activate the new environment with
conda activate justcause
-
install
justcause
with:python setup.py install # or `develop`
Optional and needed only once after git clone
:
- install several pre-commit git hooks with:
and checkout the configuration underpre-commit install
.pre-commit-config.yaml
. The-n, --no-verify
flag ofgit commit
can be used to deactivate pre-commit hooks temporarily.
Related Projects & Resources
- causalml: causal inference with machine learning algorithms in Python
- DoWhy: causal inference using graphs for identification
- EconML: Heterogeneous Effect Estimation in Python
- awesome-list: A very extensive list of causal methods and respective code
- IBM-Causal-Inference-Benchmarking-Framework: Causal Inference Benchmarking Framework by IBM
- CausalNex: Bayesian Networks to combine machine learning and domain expertise for causal reasoning.
Note
This project has been set up using PyScaffold 3.2.2 and the dsproject extension 0.4. For details and usage information on PyScaffold see https://pyscaffold.org/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file JustCause-0.4.tar.gz
.
File metadata
- Download URL: JustCause-0.4.tar.gz
- Upload date:
- Size: 7.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf490826b75ff73302e9bbe9d1e35f42dc824d1a68d747ae821c484c3f010ffd |
|
MD5 | ac2d5e71bd30b931a5991220ddde6d6b |
|
BLAKE2b-256 | ee8adf4460b6debad35efbc4f575324601770430da09fa089f4b9539a2de7831 |
File details
Details for the file JustCause-0.4-py2.py3-none-any.whl
.
File metadata
- Download URL: JustCause-0.4-py2.py3-none-any.whl
- Upload date:
- Size: 32.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee67ff785b5c4d04de3b835ed3a4891a97eccb53018705a5d2c630cbe312bc0b |
|
MD5 | 455308d0f74929f7de30ba03b038b7f2 |
|
BLAKE2b-256 | bcae9a546199a94b186ec9f10164356b6b3e1ca4559ba29c436a03b8038647d9 |