FASTopic_trainer ================ .. py:module:: topmost.trainers.basic.FASTopic_trainer Module Contents --------------- .. autoapisummary:: topmost.trainers.basic.FASTopic_trainer.FASTopicTrainer .. autoapisummary:: topmost.trainers.basic.FASTopic_trainer.logger .. py:data:: logger .. py: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) .. py:attribute:: dataset .. py:attribute:: num_top_words :value: 15 .. py:attribute:: model .. py:attribute:: epochs :value: 200 .. py:method:: train() .. py:method:: test(texts) .. py:method:: get_beta() .. py:method:: get_top_words(num_top_words=None) .. py:method:: export_theta()