|
Dear developer,
however, the topic generated on two computers is different parameters are here: `UMAP_neighbors = 15 topic_model = BERTopic( top_n_words=10, topics, probs = topic_model.fit_transform(abstract_list, embeddings)` |
Replies: 1 comment 1 reply
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. |
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.