Review



image

Benefits

Challenges

conda create -n py38 python=3.8
conda activate py38
cd causalml
python -m pip install .[test]
pytest -vs tests/ --cov causalml/

```