Skip to content

Commit aaf9cf0

Browse files
flowlight0agramfort
authored andcommitted
Fix typo in LDA documentation (scikit-learn#11073)
1 parent 13c2353 commit aaf9cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/decomposition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ a corpus with :math:`D` documents and :math:`K` topics:
848848
3. For each word :math:`i` in document :math:`d`:
849849

850850
a. Draw a topic index :math:`z_{di} \sim \mathrm{Multinomial}(\theta_d)`
851-
b. Draw the observed word :math:`w_{ij} \sim \mathrm{Multinomial}(beta_{z_{di}}.)`
851+
b. Draw the observed word :math:`w_{ij} \sim \mathrm{Multinomial}(\beta_{z_{di}})`
852852

853853
For parameter estimation, the posterior distribution is:
854854

0 commit comments

Comments
 (0)