Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 416 Bytes

install.rst

File metadata and controls

20 lines (13 loc) · 416 Bytes

Installation

Install the package by the following command from PyPI:

pip install scikit-uplift

Or install from source:

git clone https://github.com/maks-sh/scikit-uplift.git
cd scikit-uplift
python setup.py install