Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4791c48 + fd2226d commit f72ecb0Copy full SHA for f72ecb0
sklearn/mixture/dpgmm.py
@@ -485,7 +485,9 @@ def fit(self, X):
485
algorithm.
486
487
For a full derivation and description of the algorithm see
488
- doc/dp-derivation/dp-derivation.tex
+ doc/modules/dp-derivation.rst
489
+ or
490
+ http://scikit-learn.org/stable/modules/dp-derivation.html#
491
492
A initialization step is performed before entering the em
493
algorithm. If you want to avoid this step, set the keyword
0 commit comments