You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to work on custom dataset and during implementation I ran into 2 issues
What I Did
Error 1 : AttributeError: 'TfidfVectorizer' object has no attribute 'get_feature_names'
Error 2: AttributeError: 'DataFrame' object has no attribute 'get_partitioned_corpus'
The text was updated successfully, but these errors were encountered:
Hi @sridivyar , could you provide more details please? For example the OCTIS and python version you are using, the piece of code and a description of the data.
Description
I was trying to work on custom dataset and during implementation I ran into 2 issues
What I Did
The text was updated successfully, but these errors were encountered: