Commit Graph

18 Commits

Author SHA1 Message Date
Gael varoquaux 4d1dcd2e65 DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +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
Fabian Pedregosa c77bf7b14c Rename n_states --> n_components in mixture & hmm + cosmetic changes. 2011-07-20 15:41:35 +02:00
Gael varoquaux c86a507a7c MISC: Prettify GMM example 2011-05-02 19:15:38 +02:00
Alexandre Passos 70acebe8c7 Adding a squiggly curve example for the mixture models 2011-04-24 17:36:45 -03:00
Gael varoquaux f66733b792 DOC: Improve the GMM vs DPGMM example 2011-04-24 17:09:40 +02:00
Gael varoquaux affa6a98ff COSMIT 2011-04-24 01:27:08 +02:00
Alexandre Passos f2fc81e4fb Editing a single example for the GMM and DPGMM explaining the difference 2011-04-15 09:14:24 -03:00
Alexandre Passos 98314020fd Fix the 'give' in plot-dpmm 2011-04-15 09:04:57 -03:00
Alexandre Passos b2a5669023 Merge branch 'master' of https://github.com/scikit-learn/scikit-learn into variational-infinite-gmm 2011-04-11 21:18:09 -03:00
Alexandre Passos 560efef0dd Fixing last bugs in the bound and updates; improving docs 2011-04-11 21:16:55 -03:00
Gael varoquaux 09851fcc05 DOC: Fix warnings
Patching the numpy docscraper to avoid the use of 'toctree' that create a
lot of warnings for little good.

Fix warnings throughout the docs.
2011-04-10 22:44:13 +02:00
Alexandre Passos aa15792fd4 Using a smaller example to speed things up 2011-04-04 14:12:57 -03:00
Alexandre Passos 2eff92e86d Adding example; adding explicit lower bound computation; optionally monitoring convergence; full and tied work, somehow spherical and diag diverge. 2011-04-03 14:37:23 -03:00
Ron Weiss 10bb5bc0de scikits.learn.gmm -> scikits.learn.mixture 2010-12-05 14:53:39 -05:00
Fabian Pedregosa f00bdfa5b0 Rename scikits.learn.gmm to scikits.learn.mixture.
In the future mixture will become a directory, but for now there are
just GMMs.
2010-11-23 15:15:38 +01:00