We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21a297 commit 10445f5Copy full SHA for 10445f5
examples/applications/topics_extraction_with_nmf_lda.py
@@ -76,7 +76,6 @@ def print_top_words(model, feature_names, n_top_words):
76
% (n_samples, n_features))
77
t0 = time()
78
nmf = NMF(n_components=n_topics, random_state=1, alpha=.1, l1_ratio=.5).fit(tfidf)
79
-exit()
80
print("done in %0.3fs." % (time() - t0))
81
82
print("\nTopics in NMF model:")
0 commit comments