We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The variable cluster_df seems not to be used anywhere in the function: https://github.com/MaartenGr/BERTopic/blob/master/bertopic/_bertopic.py#L1008
cluster_df
The groupby call in it is the slowest line in the function too.
groupby
Maybe better remove it
The text was updated successfully, but these errors were encountered:
Thanks! Should be indeed removed. If you want, a PR is appreciated. Otherwise, I'll put it on the list for next year.
Sorry, something went wrong.
hierarchical_topics: remove unused variable cluster_df significantly …
840583f
…slowing down performance (closes MaartenGr#1698)
Successfully merging a pull request may close this issue.
The variable
cluster_df
seems not to be used anywhere in the function: https://github.com/MaartenGr/BERTopic/blob/master/bertopic/_bertopic.py#L1008The
groupby
call in it is the slowest line in the function too.Maybe better remove it
The text was updated successfully, but these errors were encountered: