Open
Description
Dear cuml team,
I am utilizing BERTopic for topic modeling. I understand that when I import UMAP from umap, and HDBSCAN from hdbscan, I can reproduce the results of topic modeling by setting random_state in UMAP.
But I realized that if I import HDBSCAN from cuml.cluster, and UMAP from cuml.manifold, then the results of topic modeling can no longer be replicated even when I set random_state in UMAP.
This is done on the Colab platform, and I upgrade BERTopic to 0.16.2.
Any ideas on how I can reproduce topic modeling results using cuml? Thanks much!