Metadata-Version: 2.1
Name: score-clustering
Version: 0.1.2
Summary: A clustering algorithm to divide points into clusters of equal score.
Home-page: https://github.com/arnauqb/score_clustering
Author: Arnau Quera-Bofarull
Author-email: arnauq@protonmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.20)
Requires-Dist: scikit-learn (>=0.24)
Requires-Dist: scipy (>=1.6)
Requires-Dist: sortedcontainers (>=2.3)

[![Python package](https://github.com/arnauqb/score_clustering/actions/workflows/python-package.yml/badge.svg)](https://github.com/arnauqb/score_clustering/actions/workflows/python-package.yml)
[![codecov](https://codecov.io/gh/arnauqb/score_clustering/branch/main/graph/badge.svg)](https://codecov.io/gh/arnauqb/score_clustering)


# Score Clustering
Algorithm to split n points into k clusters of equal custom score.


