monk1337/Mixclu
A Python package for unsupervised mixed datatypes clustering
This package helps you automatically group similar observations when your dataset contains a mix of different types of information, like both numbers and categories (e.g., age and marital status). You provide your raw data, and it outputs assigned group labels for each entry. It's ideal for data scientists or analysts who need to find natural segments or patterns within complex, varied datasets.
No commits in the last 6 months.
Use this if you need to find inherent groupings in a dataset that combines numerical measurements and categorical labels, without pre-defining the groups.
Not ideal if your data contains only one type of variable (e.g., all numbers or all categories) or if you already know the specific groups you want to analyze.
Stars
9
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 09, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/monk1337/Mixclu"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scikit-learn-contrib/hdbscan
A high performance implementation of HDBSCAN clustering.
annoviko/pyclustering
pyclustering is a Python, C++ data mining library.
panagiotisanagnostou/HiPart
Hierarchical divisive clustering algorithm execution, visualization and Interactive visualization.
erdogant/clusteval
Clusteval provides methods for unsupervised cluster validation
mqcomplab/MDANCE
MDANCE: O(N) clustering for molecular dynamics. Process 1.5M frames in 40min. 8 specialized algorithms.