scikit-learn/scikit-learn

Consensus Index for Clustering Model Selection

Open

#11,778 opened on Aug 7, 2018

View on GitHub
 (6 comments) (1 reaction) (0 assignees)Python (27,020 forks)batch import
Documentationhelp wantedmodule:cluster

Repository metrics

Stars
 (66,084 stars)
PR merge metrics
 (Avg merge 10d) (90 merged PRs in 30d)

Description

The sentence:

XXX can also be useful in a purely unsupervised setting as a
  building block for a Consensus Index that can be used for clustering
  model selection (TODO).

is in the description of every clustering metric that requires a ground truth label. Is there a write-up somewhere of an example workflow to build such a Consensus Index using these metrics? I searched through old issues and the original PRs creating this documentation and I can't see anything that looks like that. Though to be fair, I'm a big dummy, so I could just be missing it. If there isn't, is this TODO still really a TODO and is there an existing issue for it that I'm also too dumb to find? Thanks!

❤️

cc @ogrisel since you seem to be the og implementor and the original author of these docs.

Contributor guide