Sheng-Feng Hsu

Results 4 comments of Sheng-Feng Hsu

You could try to reinstall the previous version of gensim and the it solved my problem: `$ pip install gensim==3.6`

請問你問題解決了嗎? 我也遇到相同的問題,使用自己的資料集訓練,[email protected] [email protected]:.95都是0

I have the same question here. In my case, the min_samples=2 and min_cluster_size = 2. The cuml HDBSCAN yield a very different result than the CPU version of HDBSCAN.

I think the symmetrical problem could be solved by editing https://github.com/VHRanger/CSRGraph/blob/db3caaa58fc84de36e4645e37b268e8f656f090a/csrgraph/methods.py#L33 to `sparse.csr_matrix((weights, dst, new_src), shape = (new_src.shape[0] - 1, new_src.shape[0] - 1))`