AttributeError: 'ClassTfidfTransformer' object has no attribute 'seed_words' #2234
Unanswered
archanatikayatray19
asked this question in
Q&A
Replies: 1 comment
-
Thanks for sharing! You might have missed this, but you could also open up an issue as that seems to relate a bit more to your question. That said, there are a couple of things missing. Could you share the exact version of BERTopic? Also, could you share the full error log? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's a simple piece of code I am trying to run:
I get the following error, am I missing something:
I am using
pip install bertopic>=0.16.0
to install the library.Thanks! :)
Beta Was this translation helpful? Give feedback.
All reactions