Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f72ecb0

Browse files
committed
Merge pull request scikit-learn#2706 from likang7/patch-2
Update dpgmm.py
2 parents 4791c48 + fd2226d commit f72ecb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sklearn/mixture/dpgmm.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,9 @@ def fit(self, X):
485485
algorithm.
486486
487487
For a full derivation and description of the algorithm see
488-
doc/dp-derivation/dp-derivation.tex
488+
doc/modules/dp-derivation.rst
489+
or
490+
http://scikit-learn.org/stable/modules/dp-derivation.html#
489491
490492
A initialization step is performed before entering the em
491493
algorithm. If you want to avoid this step, set the keyword

0 commit comments

Comments
 (0)