microsoft / topologic

A python library for intelligently building networks and network embeddings, and for analyzing connected data.
https://topologic.readthedocs.io
MIT License
27 stars 8 forks source link

Update ari_scores #10

Closed nicaurvi closed 4 years ago

nicaurvi commented 4 years ago
daxpryce commented 4 years ago

After some more thought it doesn't make sense to use Jaccard at all; it's superficially a good choice to add but it doesn't inherently take into consideration label names changing, which is pretty much a guaranteed. I'm not sure jaccard would make sense for any of the comparisons we're trying to do re: cluster or partition membership as a result of our embedding clustering algorithms or our global partitioning algorithms.