Closed ericniso closed 1 year ago
This might be a result of a known issue that was fixed in the main branch. If you install BERTopic from the main branch, I believe this should be fixed.
Closing this due to inactivity. Let me know if I need to re-open the issue!
Hi,
here is a dataframe subset containing a cluster
"204"
which has clusters"48"
and"74"
as children, returned fromhierarchical_topics(docs)
method:As shown, the distance between
"48"
and"78"
is0.37515
Here is the corresponding dendrogram figure from
visualize_hierarchy()
method:As you can see, the distance displayed is clearly not equal to
0.37515
, but a little above0.6
Is this the intended behaviour?
Why are the two distances not equal?