Skip to content
Discussion options

You must be logged in to vote

I run bertopic v0.16.4 on two windows11 pc, which have same version and parameters of HDBSCAN and UMAP.
and I saved the embeddings generated by SentenceTransformer funtion by following code because i think this could avoid random result of embeddings.

Did you create the exact same environment on those two PCs? As in, did you create a python environment that has the exact same set of dependencies? The python versions need to be the same. Not just HDBSCAN and UMAP, but also numpy, scikit-learn, and any other package in the environment. That's what needed for any package/model if you want to perfectly reproduce the results.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SongLin99
Comment options

Answer selected by SongLin99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants