FASTopic_trainer¶ Module Contents¶ FASTopicTrainer logger logger¶ class FASTopicTrainer(dataset, num_topics=50, num_top_words=15, preprocess=None, epochs=200, DT_alpha=3.0, TW_alpha=2.0, theta_temp=1.0, verbose=False)¶ dataset¶ num_top_words = 15¶ model¶ epochs = 200¶ train()¶ test(texts)¶ get_beta()¶ get_top_words(num_top_words=None)¶ export_theta()¶