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
PS C:\Users\Administrator\Desktop\alg> python .\hdbscan.py
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\alg\hdbscan.py", line 1, in <module>
import fast_hdbscan
File "C:\Python\Python311\Lib\site-packages\fast_hdbscan\__init__.py", line 1, in <module>
from .hdbscan import HDBSCAN, fast_hdbscan
File "C:\Python\Python311\Lib\site-packages\fast_hdbscan\hdbscan.py", line 22, in <module>
from hdbscan.plots import CondensedTree, SingleLinkageTree, MinimumSpanningTree
File "C:\Users\Administrator\Desktop\alg\hdbscan.py", line 6, in <module>
clusterer = fast_hdbscan.HDBSCAN(min_cluster_size=10)
^^^^^^^^^^^^^^^^^^^^
AttributeError: partially initialized module 'fast_hdbscan' has no attribute 'HDBSCAN' (most likely due to a circular import)
Got an AttributeError.
Code:
Output:
Packages:
The text was updated successfully, but these errors were encountered: