InstallationΒΆ
causalml
is available on PyPI, and can be installed from pip
or source as follows:
From pip
:
pip install causalml
From source:
git clone https://github.com/uber-common/causalml.git
cd causalml
python setup.py build_ext --inplace
python setup.py install