Skip to content

Commit

Permalink
Add new line to fix markdown bullet point formatting (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedesmaili authored Sep 12, 2023
1 parent 004d828 commit 58d90bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting_started/outlier_reduction/outlier_reduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ new_topics = topic_model.reduce_outliers(docs, topics)
The default method for reducing outliers is by calculating the c-TF-IDF representations of outlier documents and assigning them
to the best matching c-TF-IDF representations of non-outlier topics.

However, there are a number of other strategies one can use, either seperately or in conjunction that are worthwhile to explore:
However, there are a number of other strategies one can use, either separately or in conjunction that are worthwhile to explore:

* Using the topic-document probabilities to assign topics
* Using the topic-document distributions to assign topics
* Using c-TF-IDF representations to assign topics
Expand Down

0 comments on commit 58d90bc

Please sign in to comment.