Results 3 comments of Vela-zz

if you say reduce topics in trainng step, you need to adjust hyperparameter of UMAP and HDBSCAN used in Top2Vec Model I think, if you want to merge topics in...

` def get_num_topics(self, reduced=False): """ Get number of topics. This is the number of topics Top2Vec has found in the data by default. If reduced is True, the number of...

The class provide method called `hierarchical_topic_reduction()`, which find the smallest cluster first and merge it with the nearst cluster untill reach the num_of_topic you want