We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd126c0 commit d549040Copy full SHA for d549040
1 file changed
turftopic/base.py
@@ -161,7 +161,7 @@ def print_highest_ranking_documents(
161
ID of the topic to display.
162
raw_documents: list of str
163
List of documents to consider.
164
- document_topic_matrix: ndarray of shape (n_topics, n_topics), optional
+ document_topic_matrix: ndarray of shape (n_documents, n_topics), optional
165
Document topic matrix to use. This is useful for transductive methods,
166
as they cannot infer topics from text.
167
top_k: int, default 5
0 commit comments