Closed shya-me closed 2 days ago
Hi, I'm trying to reproduce the issue on my end, but I'm not able to. Does it work for you to just run the following without the slice column?
l.vis()
The slice column is meant to operate on columns that contain categorical labels or quantitative values (like metadata) and isn't meant for the original text itself (which looks like what you were trying to do given that "Text"
was provided as the text_col
argument to the LLooM instance). Let me know if you still run into issues though, as perhaps there is something else about your dataset/dataframe that could be leading to this error!
I have a dataset with two columns- ID and Text. I have specified them when constructing an LLooM instance-
Now, after concept generation and scoring steps when I try to visualize the data by using
I am getting an error-