MIND-Lab / OCTIS

OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)
MIT License
705 stars 98 forks source link

Attribute Error #107

Open sridivyar opened 11 months ago

sridivyar commented 11 months ago

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'
silviatti commented 11 months ago

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