You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the value is being overwritten with 0.7 value. Immediately after the assignment, the variable is used. So that means, that the value passed in the function doesn't influence the merging process
The text was updated successfully, but these errors were encountered:
That is correct and indeed an issue! Fortunately, this is already fixes in the upcoming PR which I hope to release in the upcoming weeks after some additional documentation changes.
In
BERTopic/bertopic/_bertopic.py
Line 3020 in bcb3ca2
min_similarity
, which is 0.7 by default.However, in
BERTopic/bertopic/_bertopic.py
Line 3089 in bcb3ca2
The text was updated successfully, but these errors were encountered: