Metadata-Version: 2.1
Name: so-magic
Version: 0.5.1
Summary: Self Organising MAp Graceful InterfaCe
Home-page: UNKNOWN
Author: Konstantinos Lampridis
Author-email: k.lampridis@hotmail.com
License: GNU GPLv3
Download-URL: https://github.com/boromir674/so-magic/archive/v0.5.1.tar.gz
Project-URL: Issue Tracker, https://github.com/boromir674/so-magic/issues
Project-URL: Changelog, https://github.com/boromir674/so-magic/blob/master/CHANGELOG.rst
Project-URL: Source, https://github.com/boromir674/so-magic
Project-URL: Documentation, https://so-magic.readthedocs.io/
Keywords: unsupervised learning,self-organizing map
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
Requires-Dist: attrs
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: somoclu

SOMAGIC
Self-organising map

Self-Organising MAp Graceful InterfaCe (SO-MAGIC)

A python library providing with an elegant interface (API) to infer models of the Self-organing Map family, based on structured data.


.. start-badges

|circleci| |travis| |release_version| |wheel| |supported_versions| |commits_since| |codacy_coverage| |docs| |better_code_hub| |codacy_quality| |scrutinizer_code_quality| |code_intelligence_status|


.. |circleci| image:: https://circleci.com/gh/boromir674/so-magic/tree/master.svg?style=shield
    :alt: CircleCI Build Status
    :target: https://circleci.com/gh/boromir674/so-magic/tree/master

.. |travis| image:: https://travis-ci.org/boromir674/so-magic.svg?branch=master
    :alt: Travis-CI Build Status
    :target: https://travis-ci.org/boromir674/so-magic

.. |codacy_coverage| image:: https://app.codacy.com/project/badge/Coverage/3c5b20d36ce94865b704e589b89204d4
    :alt: Codacy code coverage
    :target: https://www.codacy.com/manual/boromir674/so-magic?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=boromir674/so-magic&amp;utm_campaign=Badge_Coverage

.. |docs| image:: https://readthedocs.org/projects/so-magic/badge/?version=stable
    :target: https://so-magic.readthedocs.io/en/latest/?badge=stable
    :alt: Documentation Status

.. |release_version| image:: https://img.shields.io/pypi/v/so-magic
    :target: https://pypi.org/project/so-magic/
    :alt: Production Version

.. |better_code_hub| image:: https://bettercodehub.com/edge/badge/boromir674/so-magic?branch=master
    :alt: Better Code Hub
    :target: https://bettercodehub.com/

.. |codacy_quality| image:: https://app.codacy.com/project/badge/Grade/3c5b20d36ce94865b704e589b89204d4
    :alt: Codacy Code quality
    :target: https://www.codacy.com/manual/boromir674/so-magic?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=boromir674/so-magic&amp;utm_campaign=Badge_Grade

.. |scrutinizer_code_quality| image:: https://scrutinizer-ci.com/g/boromir674/so-magic/badges/quality-score.png?b=master
    :alt: Code Quality
    :target: https://scrutinizer-ci.com/g/boromir674/so-magic/?branch=master

.. |code_intelligence_status| image:: https://scrutinizer-ci.com/g/boromir674/so-magic/badges/code-intelligence.svg?b=master
    :alt: Code Intelligence
    :target: https://scrutinizer-ci.com/code-intelligence

.. |codecov| image:: https://codecov.io/gh/boromir674/so-magic/branch/master/graph/badge.svg
    :alt: Codecov.io code coverage
    :target: https://codecov.io/gh/boromir674/so-magic

.. |wheel| image:: https://img.shields.io/pypi/wheel/so-magic.svg
    :alt: Python Wheel
    :target: https://pypi.org/project/so-magic

.. |supported_versions| image:: https://img.shields.io/pypi/pyversions/so-magic.svg
    :alt: Supported Python versions
    :target: https://pypi.org/project/so-magic

.. |commits_since| image:: https://img.shields.io/github/commits-since/boromir674/so-magic/v0.5.1.svg
    :alt: Commits since latest release
    :target: https://github.com/boromir674/so-magic/compare/v0.5.1..master

To read more about the library (installation guide, features, how-to-use, etc)
please read further in the So Magic documentation in https://so-magic.readthedocs.io/.

