Ross ROSS = Recommend OSS · open-source software intelligence for agents

nicodv/kmodes

Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data observed · 2026-08-28

github.com/nicodv/kmodes · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4780
  • days_rel: n/a
  • days_push: 805
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1286 stars · 412 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Python library implementing the k-modes and k-prototypes clustering algorithms for categorical and mixed numerical/categorical data. It follows the scikit-learn API and relies on numpy for performance.

Use cases

  • cluster categorical survey responses
  • group customers by categorical attributes
  • cluster mixed numeric and categorical data
  • segment data without one-hot encoding
  • apply k-modes clustering in a scikit-learn pipeline

When to choose

  • your dataset is mostly or entirely categorical features
  • you want a scikit-learn-compatible clustering API
  • you need k-prototypes for mixed data types

When to avoid

  • your data is purely numerical and k-means suffices
  • you need very large-scale distributed clustering

Facets

library · maturity stable

machine-learning data-science machine-learning data-science python clustering k-modes k-prototypes categorical-data scikit-learn unsupervised-learning

2 sources

Member repositories

RepositoryRoleHealth v2
nicodv/kmodesmain23

For agents

markdown · JSON · MCP: product_card(name="nicodv/kmodes")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem