Commit Graph

53 Commits

Author SHA1 Message Date
Stephen McDowell bfad4da2d0 DOC Add missing colon for rst link (#10930) 2018-04-06 23:35:17 +08:00
Hunan Rostomyan adbf9754f2 DOC: add missing article to gmm docs (#10551) 2018-01-30 11:11:47 +11:00
Roman Yurchak 083985ee7f DOC Fix a few typos (#10038) 2017-10-30 08:13:16 +11:00
Taehoon Lee dd7a3dd0eb Fix typos (#8980) 2017-06-03 23:54:04 +02:00
Loïc Estève e5cc3c3567 DOC fix more rst links 2017-05-11 10:48:15 +02:00
mathurinm b379060650 Correct figure number + matplotlib 2 (#8483) 2017-03-02 15:40:48 +01:00
JC Liu 4910e11d29 DOC Fix link (#8171) 2017-01-08 08:53:22 +11:00
Olivier Grisel a86fd7f5e7 Add Dirichlet process prior to BayesianGaussianMixture (#7386) 2016-09-10 15:41:52 +02:00
Andreas Mueller 6972d6c15c DOC minor doc fixes for sphinx. (#7357) 2016-09-08 10:07:40 +10:00
Thierry Guillemot f0862f7af3 [MRG+1] Bayesian Gaussian Mixture (Integration of GSoC2015 -- second step) (#6651)
* Add the new BayesianGaussianMixture class.
Add the test file for the BayesianGaussianMixture.

* Add the use of the cholesky decomposition of the precision matrix.

* Fix some bugs.

* Modification of GaussianMixture class.

The purpose here is to prepare the integration of BayesianGaussianMixture.

* Fix comments.

* Modification of the Docstring.

* Add license and author.

* Fix pb typo of eq 10.64 and 10.62.

* Correct VBGMM bugs.

* Fix full version.

* Fix the precision normalisation pb.

* Fix all cov_type algo for BayesianGaussianMixture.

* Optimisation of spherical and diag computation.

* Code simplification.

* Check the Gaussian Mixture tests are ok.

* Add test.

* Add new tests for BayesianGaussianMixture and GaussianMixture.

* Add the bayesian_gaussian_example and the doc.

* Fix comments.

* Fix review comments and add license and author.

* Fix test compare covar type.

* Fix reviews.

* Fix tests.

* Fix review comments.

* Correct reviews.

* Fix travis pb.

* Fix circleci pb.

* Fix review comments.

* Fix typo.

* Fix comments.

Add reg_covar and what's new.

* Fix comments.

* Fix comments.

* [ci skip] Correct legend.
2016-08-30 19:02:30 +02:00
Óscar Nájera 90fe87fea5 Extra missing links complained by sphinx 2016-08-03 20:23:50 +02:00
Óscar Nájera bd5cecce44 update references link namespace 2016-08-03 20:23:50 +02:00
Óscar Nájera 04116ce286 update image sources namespace 2016-08-03 20:23:50 +02:00
Thierry Guillemot 8f199fe4f5 Modification of the GaussianMixture class to use cholesky precision matrices. (#6743) 2016-05-10 16:33:38 +02:00
Thierry 0625e0384e Integration of the new GaussianMixture class.
Depreciation of the GMM class.

Modification of the GaussianMixture class.
  Some functions from the original GSoC code have been removed, renamed or simplified.
  Some new functions have been introduced (as the 'check_parameters' function).
  Some parameters names have been changed :
   - covars_ -> covariances_ : to be coherent with sklearn/covariances
  Addition of the parameter 'warm_start' allowing to fit data by using the previous computation.

The old examples have been modified to replace the deprecated GMM class by the new GaussianMixture class.
Every exemple use the eigenvectors norm to solve the scale ellipse problem (Issues 6548).

Correction of all commentaries from the PR
- Rename MixtureBase -> BaseMixture
- Remove n_features_
- Fix some problems
- Add some tests

Correction of the bic/aic test.

Fix the test_check_means and test_check_covariances.

Remove all references to the deprecated GMM class.

Remove initialized_.
Add and correct docstring.

Correct the order of random_state.

Fix small typo.

Some fix in prevision of the integration of the new BayesianGaussianMixture class.

Modification in preparation of the integration of the BayesianGaussianMixture class.
Add 'best_n_iter' attribute.
Fix some bugs and tests.

Change the parameter order in the documentation.

Change best_n_iter_ name to n_iter_.

Fix of the warm_start problem.
Fix the divergence error message.
Correction of the random state init in the test file.
Fix the testing problems.

Update and add comments into the monotonic test.
2016-04-21 18:08:54 +02:00
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
Alexander Fabisch 86974f8d72 Rename example to plot_gmm_covariances.py 2015-11-02 19:24:51 +01:00
Alexander Fabisch edd2ddf4a6 Remove "clustering" from headings 2015-11-02 18:11:43 +01:00
Alexander Fabisch 9717a81f1b Make clear that GMM is a clustering algorithm 2015-11-02 11:51:13 +01:00
Andreas Mueller 0650d5502e DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
Andreas Mueller c970fb51e7 COSMIT spelling 2015-01-15 15:09:35 -05:00
Olivier Grisel 2eb1e98eef MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
Steve Tjoa ec05d9866f fixed typo: diriclet -> dirichlet 2014-07-11 14:21:29 -07:00
Lars Buitinck c176ced74d DOC double backticks for fixed-width (code) font
Fixes #3337. Also other minor fixes while I was at it.
2014-07-06 14:18:33 +02:00
GaelVaroquaux b187b9e9b1 DOC: more examples for DPGMM 2012-02-05 23:28:19 +01:00
GaelVaroquaux ac62e91d25 DOC: reorganize GMM docs 2012-02-05 23:27:41 +01:00
GaelVaroquaux ad5007585f DOC: reorganize GMM docs 2012-02-05 23:26:53 +01:00
bthirion ae83ab7530 ENH: fixed the GMM docs 2012-02-04 22:17:59 +01:00
bthirion 0177e7da0d Corrected the docs 2012-02-03 19:31:30 +01:00
bthirion e1938f9be3 ENH: renamed plot_gmm_model_selection.py to plot_gmm_selection.py 2012-02-02 15:43:25 +01:00
bthirion 9687df4a85 A pass on the docs 2012-01-26 10:18:52 +01:00
Andreas Mueller 0ed1fadf02 FIX rst errors in docs 2011-12-19 11:52:35 +01:00
Andreas Mueller 08df0d5e4d FIX RST references 2011-12-19 11:40:41 +01:00
Gael varoquaux 91d0333ed0 MISC: fix rst bug 2011-11-11 11:41:36 +01:00
Gael varoquaux e3dc529589 DOC: fix links in mixture 2011-11-06 18:31:09 +01:00
Fabian Pedregosa 1b400586af Initial changelog -- to be completed. 2011-09-14 13:19:23 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
Gael varoquaux 85d0a816ed DOC: fix layout 2011-07-17 01:00:39 +02:00
Gael varoquaux b7e01daad3 DOC: Fix layout 2011-07-17 00:53:10 +02:00
Gael varoquaux 703599f8b6 DOC: Tweaks in mixture 2011-04-24 20:24:01 +02:00
Alexandre Passos 153ed8df73 Finish removing quadratic dependence on n_states; update docs 2011-04-21 18:07:30 -03:00
Alexandre Passos 5e5fab5ccb Changing the image url in the doc 2011-04-21 06:40:49 -03:00
Alexandre Passos 188490bd73 Fixing the docs 2011-04-20 10:41:09 -03:00
Alexandre Passos 137f2168f6 Adding doc to VBGMM 2011-04-20 08:24:50 -03:00
Alexandre Passos 8e69f436f2 Editing the documentation substantially 2011-04-20 08:21:47 -03:00
Gael varoquaux cbb9f0dd26 DOC: Tweak DPGMM docs 2011-04-19 12:11:44 +02:00
Alexandre Passos 04668827ba Making the documentation findable 2011-04-17 07:42:39 -03:00
Julien Miotte 1ff16f53dd Since we changed the name of the figure names, changing the rst files.
In a previous commit, I changed the way the figures files where
generated. Each figure file is now similar to plot_example_<n>.png,
where n is the number of the figure. Therefore, even if there is only
one figure generated, the name of the file will be plot_example_1.png.
2011-04-01 18:59:56 +02:00