Metadata-Version: 2.1
Name: so-magic
Version: 0.5.3
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.3.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

.. image:: ./docs/static/magic-logo-prototype-1.png
   :align: center
   :height: 200
   :alt: So Magic

*Self-Organising Map inference, data encoding, high performance, easy to use*


.. start-badges

| |circleci| |travis| |codecov| |docs|
| |release_version| |wheel| |supported_versions| |commits_since|
| |better_code_hub| |codacy| |codeclimate_tech_debt| |scrutinizer_code_quality|

|
| **Documentation:** https://so-magic.readthedocs.io/en/master
| **Source Code:** https://github.com/boromir674/so-magic
|

So Magic is a Python package (`import so_magic`) that can infer *Self-Organing Map* models, out of structured data.



.. |circleci|  image:: https://img.shields.io/circleci/build/github/boromir674/so-magic/master?logo=circleci
    :alt: CircleCI
    :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

.. |codecov| image:: https://img.shields.io/codecov/c/github/boromir674/so-magic/master?logo=codecov
    :alt: Codecov
    :target: https://codecov.io/gh/boromir674/so-magic

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


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

.. |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.3.svg
    :alt: Commits since latest release
    :target: https://github.com/boromir674/so-magic/compare/v0.5.3..master


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

.. |codacy| image:: https://app.codacy.com/project/badge/Grade/319e57e2ec484dce9b953c608f88455d
    :alt: Codacy
    :target: https://www.codacy.com/gh/boromir674/so-magic/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=boromir674/so-magic&amp;utm_campaign=Badge_Grade

.. |codeclimate_tech_debt| image:: https://img.shields.io/codeclimate/tech-debt/boromir674/so-magic?logo=code%20climate
    :alt: Code Climate technical debt

.. |scrutinizer_code_quality| image:: https://img.shields.io/scrutinizer/quality/g/boromir674/so-magic/master?logo=scrutinizer-ci
    :alt: Scrutinizer code quality
    :target: https://scrutinizer-ci.com/g/boromir674/so-magic/?branch=master



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


