AttributeError: 'ConceptModel' object has no attribute 'image_cluster_df'
aysedeniz09 opened this issue · 3 comments
AttributeError: 'ConceptModel' object has no attribute 'image_cluster_df'
Reinstalled sklearn to pre 1.0 from this thread: #19
still getting the error.
Could you share your full code? Also which version do you have installed? I do not believe the model has any image_cluster_df
attributes at all.
Lastly, it might be worthwhile to also checkout BERTopic since it has multi-modal topic modeling alongside a number of other features that were recently integrated.
If image_cluster_df
was still working then, then it would definitely be a version issue. I believe one of the previous version still had that attribute but was removed later on. If you do version control of the package version you used then and use the same version now, then it should work.