Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusion Matrix vs Correlation Table as Visualization #171

Open
BradKML opened this issue May 21, 2021 · 0 comments
Open

Confusion Matrix vs Correlation Table as Visualization #171

BradKML opened this issue May 21, 2021 · 0 comments

Comments

@BradKML
Copy link

BradKML commented May 21, 2021

Is your feature request related to a problem? Please describe.
Currently, the partition comparisons are in a sense "just an index"
https://cdlib.readthedocs.io/en/latest/reference/evaluation.html#partition-comparisons

It might be a good idea to visualize this with either Confusion Matrix (if the two partitions have the same quantity of clusters) OR Correlation Table (if the two partitions have different quantity of clusters)

Reference.

Describe the solution you'd like

  1. For a compact correlation table, it should display non-overlapping partitions A and B as an MxN grid rather than (M+N)x(M+N).
  2. Since the data is binary rather than continuous, there should be a metric for assessing correlatedness. Callback on Documentation on existing tables of External Validation methods #147
  3. For overlapping partitions C and D, a standard Correlation/Confusion Matrix would be useful to see how intra-partition verlap works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant