uber / causalml

Uplift modeling and causal inference with machine learning algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add instructions for Windows install to docs

ras44 opened this issue · comments

Steps to conda/pip install in windows:

image

  • Once installation is complete, open up a Developer Command Prompt (windows button + type "developer command prompt") and execute the command 'cl'. This should produce no errors and produce output similar to:

image

  • now go back to your anaconda powershell prompt and run
git clone https://github.com/uber/causalml.git
cd causalml
pip install .
python setup.py build_ext --inplace
  • This should install the latest causalml code into your conda environment.

Troubleshooting

See additional helpful comments in #665 (comment) for installing with miniconda.