MaartenGr / BERTopic

Leveraging BERT and c-TF-IDF to create easily interpretable topics.
https://maartengr.github.io/BERTopic/
MIT License
6.2k stars 767 forks source link

Fixes to chain strategy example in outlier_reduction.md #2065

Closed reuning closed 5 months ago

reuning commented 5 months ago

What does this PR do?

The chain strategies example in the outlier reduction has new_topics being acted on in the first step and then topics acted on in the second step. I'm pretty sure this is supposed to be other way around. This fixes that.

Before submitting

MaartenGr commented 5 months ago

Yep, you are completely right! Thank you for the PR 😄