Installation¶
Install release¶
To install the current release of OptBinning:
pip install optbinning
Optionally, download a different release from https://github.com/guillermo-navas-palencia/optbinning/releases and install using
python setup.py install
Install from source¶
To install from source, download or clone the git repository https://github.com/guillermo-navas-palencia/optbinning
cd optbinning
python setup.py install