Metadata-Version: 2.1
Name: yeroyan-clustering
Version: 0.1.0
Summary: Automated Clustering and Anomaly Detection
Home-page: https://github.com/Ara-Yeroyan/yeroyan_clustering
Author: Ara Yeroyan
Author-email: ar23yeroyan@gmail.com
License: Apache Software License 2.0
Keywords: yeroyan_clustering
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
License-File: LICENSE
License-File: AUTHORS.rst

==================
yeroyan_clustering
==================


.. image:: https://img.shields.io/pypi/v/yeroyan_clustering.svg
        :target: https://pypi.python.org/pypi/yeroyan_clustering

.. image:: https://img.shields.io/travis/Ara-Yeroyan/yeroyan_clustering.svg
        :target: https://travis-ci.com/Ara-Yeroyan/yeroyan_clustering

.. image:: https://readthedocs.org/projects/yeroyan-clustering/badge/?version=latest
        :target: https://yeroyan-clustering.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Automated Clustering and Annomally Detection


* Free software: Apache Software License 2.0
* Documentation: https://yeroyan-clustering.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2023-05-08)
------------------

* First release on PyPI.

1. Automated Data Processing (+ PCA)
2. Dimensionality Reduction through t-SNE
3. Clustering with KMeans
4. Post Analysis utilities through plots and stats
