Installation GuideΒΆ
Before installing the forestci module, you will need numpy, scipy and scikit-learn
pip install numpy scipy scikit-learn
Then, to install forestci:
pip install forestci
If you wish to install from the source code (available here ), change your working directory to the top-level directory of the source code, and issue:
python setup.py install