iamsha5q

Results 3 comments of iamsha5q

Fixed it after running below found in another discussion. Thanks! topics= model._map_predictions(model.hdbscan_model.labels_) probs = hdbscan.all_points_membership_vectors(model.hdbscan_model) probs = model._map_probabilities(probs, original_topics=True)

Hi @MaartenGr , turns out that i'm still having issues with this. After executing the above commands, I just realize the representative docs are not assigned correctly to the new...

Thanks Maarten, I might just wait for the next release then. Even after the map_representative_docs() it's still not mapped properly.