MIND-Lab / OCTIS

OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)
MIT License
718 stars 102 forks source link

FIX #58 #60

Closed mistel1225 closed 2 years ago

mistel1225 commented 2 years ago

Fix the bug report #58 Since the pairwise_distances() will return a matrix which diagonal is filled with 0 So the equation will be 1 - pairwise_distances - diagonal_ones

silviatti commented 2 years ago

Looks fine to me. Thanks again!