MIND-Lab/OCTIS

Attribute Error

sridivyar opened this issue · 1 comments

  • OCTIS version:
  • Python version:
  • Operating System:

Description

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'

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.

Thanks,

Silvia