Skip to main content

Self-Organizing Map algorithm.

Project description

Travis Codecov CircleCI ReadTheDocs PythonVersion Pypi Conda

som-learn

Implementation of Self-Organizing Map algorithm [1] that is compatible with scikit-learn API. It provides a wrapper class around Somoclu.

Documentation

Installation documentation, API documentation, and examples can be found on the documentation.

Dependencies

som-learn is tested to work under Python 3.6+. The dependencies are the following:

  • scikit-learn(>=0.21)

  • somoclu(>=1.7.5)

Additionally, to run the examples, you need matplotlib(>=2.0.0) and pandas(>=0.22).

Installation

som-learn is currently available on the PyPi’s repository 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

Testing

After installation, you can use pytest to run the test suite:

make test

References:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

som-learn-0.1.1.tar.gz (18.7 kB view hashes)

Uploaded Source

Built Distribution

som_learn-0.1.1-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page