scikit-learn/scikit-learn

Consensus Index for Clustering Model Selection

Open

#11,778 opened on 2018年8月7日

GitHub で見る
 (6 comments) (1 reaction) (0 assignees)Python (66,084 stars) (27,020 forks)batch import
Documentationhelp wantedmodule:cluster

説明

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.

コントリビューターガイド