Skip to content

Commit a383729

Browse files
committed
Merge pull request scikit-learn#3801 from cmd-ntrf/typo_vbgmm
DOC: Remove extra # from url in fit.
2 parents b7ee11b + f0405a2 commit a383729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/mixture/dpgmm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def fit(self, X):
478478
For a full derivation and description of the algorithm see
479479
doc/modules/dp-derivation.rst
480480
or
481-
http://scikit-learn.org/stable/modules/dp-derivation.html#
481+
http://scikit-learn.org/stable/modules/dp-derivation.html
482482
483483
A initialization step is performed before entering the em
484484
algorithm. If you want to avoid this step, set the keyword

0 commit comments

Comments
 (0)