Installation

Prerequisites

The som-learn package requires the following dependencies:

  • numpy (>=1.11)
  • scipy (>=0.17)
  • scikit-learn (>=0.21)
  • matplotlib (>=3.0)
  • somoclu (==1.7.5)

Install

som-learn is currently available on the PyPi’s reporitories and you can install it via pip:

pip install -U som-learn

The package is released also in Anaconda Cloud platform:

conda install -c algowit som-learn

If you prefer, you can clone it and run the setup.py file. Use the following commands to get a copy from Github and install all dependencies:

git clone https://github.com/AlgoWit/som-learn.git
cd som-learn
pip install .

Or install using pip and GitHub:

pip install -U git+https://github.com/AlgoWit/som-learn.git