Skip to content

Passed

test.demonstrator_test.DemonstratorTestCase.test_topic_modeling (from pytest)

Took 0.12 sec.

Standard Error

103496 INFO: Accessing user input ...
103496 INFO: Got 1 text files.
103496 INFO: Got 1 topics.
103496 INFO: Got 1 iterations.
103496 INFO: Using external stopwords list.
103496 INFO: Processing text files ...
103497 DEBUG: Tokenizing <FileStorage: 'document.txt' ('text/plain')> ...
103497 DEBUG: Tokenizing document ...
103497 DEBUG: Lowering all characters ...
103498 INFO: Creating document-term matrix ...
103498 INFO: Creating document-term matrix for small corpus ...
103498 DEBUG: Updating do
...[truncated 363 chars]...
2 INFO: Accessing corpus vocabulary ...
103502 INFO: LDA training ...
103504 INFO: n_documents: 1
103504 INFO: vocab_size: 15
103504 INFO: n_words: 40
103504 INFO: n_topics: 1
103504 INFO: n_iter: 1
103506 INFO: <0> log likelihood: -165
103506 INFO: <0> log likelihood: -165
103506 INFO: Accessing topics ...
103506 INFO: Accessing topics from lda model ...
103507 INFO: Accessing document-topic matrix ...
103507 INFO: Creating interactive heatmap ...
103546 INFO: Creating interactive boxplots ...