Using general functionalities on new docs #973
Unanswered
VenkataBuddha
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After predicting topics on new docs using transform function. How can we update or make use of the visualization methods and other topic info methods on the new docs?
For ex:
topic_model.get_document_info(test['Body_title_abs_without_stopwords'])
WHEN I RUN THE ABOVE CODE: I get the following error: array length 5102 does not match index length 3364
The number 5102 is the length of my training docs and 3364 is the length of my test docs.
Beta Was this translation helpful? Give feedback.
All reactions