Xule Lin

Results 15 comments of Xule Lin

Adding to the discussion, while we wait for the PR fix, I'm trying to do the labeling after training BERTopic models. Would it be possible to adjust the number of...

Hi @MaartenGr , I tried the solution you suggested but encountered some issues I ran ```python import pandas as pd # Assuming df_dict and models are defined in an accessible...

@MaartenGr Thank you for your quick response. I ran ```python # Access the the model and documents docs = df_dict[df_name]['Post_Content'] topic_model = models[df_name] # Create a DataFrame for the documents...

Thank you so much for spotting the error! It works now!

@jamesleverage You can try this ```python !pip install git+https://github.com/MaartenGr/BERTopic.git@6fd3e14fa0867d5d68c580b75a0b40151626e80b ``` This will install the Commits on Nov 17, 2023 (https://github.com/MaartenGr/BERTopic/pull/1572/commits/6fd3e14fa0867d5d68c580b75a0b40151626e80b)