scikit-learn-contrib / hdbscan

A high performance implementation of HDBSCAN clustering.
http://hdbscan.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.78k stars 497 forks source link

While doing BERTopic modeling in hdbscan clustering step i am getting error as numpy.float64 cannot be interpreted as an integer #602

Closed shubhambagalsrb closed 1 year ago

shubhambagalsrb commented 1 year ago

in _hdbscan_tree.pyx in condense_tree i am getting this error

msfrazier commented 1 year ago

Having this problem as well

rulas99 commented 1 year ago

Having this problem as well

mp-fernandes commented 1 year ago

name = "hdbscan" version = "0.8.29"

In this version I am not receiving this BUG.

aquemy commented 1 year ago

This should be solved by the newest version 0.8.33. See in particular this message and the messages below: https://github.com/scikit-learn-contrib/hdbscan/issues/600#issuecomment-1640795484

shubhambagalsrb commented 1 year ago

Yeah I created new env and again installed all packages now it is working.