iamsha5q
Results
1
issues of
iamsha5q
I created the following dataframe from the model output ``` topics, probs = model.fit_transform(vic_msg) topic_df = model.get_topic_info() ``` And then I created another dataframe which consist of my messages, the...