M Pearson

Results 4 issues of M Pearson

Default saving methods #1 and #2 don't store Representative Documents. This is intentional, but prevents downstream LLM topic analysis on previously run models. Include guidance in the documentation for storing...

Update Multimodal documentation to add an axis keyword for the drop function. This addresses issue #1884 Existing Code: ``` # Extract dataframe df = topic_model.get_topic_info().drop("Representative_Docs", 1).drop("Name", 1) ``` Suggested Code:...

Note: Will submit pull request with updated document. Error: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[12], line 1 ----> 1 df.drop("Representative_Docs", 1).drop("Name", 1) TypeError: DataFrame.drop() takes from...

The markdown code is generating links on the headers, but it is appending the # to the root of the app and not to the current page. I.e. if the...

enhancement