Metadata-Version: 2.1
Name: python-clustering
Version: 1.0.2
Summary: Intuitive access to clustering datasets, methods and tasks
Home-page: https://github.com/IvanReznikov/python-clustering
Author: ce1ebi
Author-email: ivanreznikov@gmail.com
License: MIT
Download-URL: https://pypi.org/project/python-clustering/
Keywords: clustering,datasets
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# python_clustering: all you need for clustering
python_clustering is a Python library based on sklearn and numpy. It provides a wide range of functionality one might consider using during clustering

## Documentation
ToDo

## Dependencies
    Python >= 3.6
    =============
    scipy>=1.7.3
    pandas>=1.3.4
    scikit-learn>=0.24.2
    numpy>=1.19.5
    arff==0.9
    pytablewriter==0.64.2
    requests>=2.28.1
## Installation
```pip install python-clustering```

## Examples
ToDo

## Development
Seaborn development takes place on Github: https://github.com/IvanReznikov/python-clustering
Please submit bugs that you encounter to the [issue tracker](https://github.com/IvanReznikov/python-clustering/issues)

## Further plans
1. Implement Task ideas regarding anomaly detection, calculating number of cluster using various methods, cluster ensembling and cluster similarity
2. Create functionality to detect pathwised cluster
3. Add experimental clustering methods

