Installation
This guide shows the quickest way to install Causalis directly from GitHub.
Prerequisites
- python>=3.7
- numpy>=1.19.0
- pandas>=1.0.0
- plotly>=5.0.0
- scikit-learn
- pip
- pip:
- doubleml
- -e .
Install from pip
code.bash
Install from GitHub
code.bash
Verify the installation
code.bash
Optional: conda environment after cloning the repo
You can also create a conda env using the provided file (useful for local development):
code.bash
You're all set! Import the library to get started: