Olivier Grisel
b2c5f4d9e7
Better title
2013-10-30 21:10:28 +01:00
Laurent Pierron
48c2c15f57
Improve the GMM PDF example.
2013-10-28 17:07:26 +01:00
Andreas Mueller
32eb8b57f8
ENH rename eval / pseudolikelihood to score_samples
2013-07-26 23:32:23 +02:00
Jaques Grobler
65cce1b43c
fix merge conflict
2013-07-22 16:20:31 +02:00
Jaques Grobler
cbfe851751
example fixes to clean first docstring paragraph of rst code
2013-07-22 15:48:44 +02:00
Jaques Grobler
8861833ec9
DOC spellfixes
2013-06-29 16:18:23 +03:00
Robert Layton
dacfd8bd5d
DOC: Replaced all BSD style licenses with "BSD 3 clause"
...
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!
Removed duplicate "3 clause, 3 clause"
Removed trailing period if exists
Fixed some missed licences, still about 50 to do, but those can be automated
Think I got the last of them.
Apparently me and sed have different ideas of regex.
Found a few more
2013-04-30 08:34:46 +02:00
Lars Buitinck
541987802f
P3K range vs. xrange
2013-02-14 02:05:35 +01:00
Lars Buitinck
85ec0fd1ae
P3K death to the print statement
2013-02-11 23:11:57 +01:00
Andreas Mueller
38b455d541
Cosmit pep8
2012-12-25 13:16:05 +01:00
Andreas Mueller
1b367e56e5
ENH set n_fold default to 3, rename k to n_fold in all doctests, docs, and examples
2012-10-10 19:10:29 +01:00
Lars Buitinck
7896f7281d
COSMIT don't call magic methods directly
...
One tricky case left in doc/sphinxext/gen_rst.py.
Also, don't use relative imports in tests.
2012-07-21 17:38:15 +02:00
Andreas Mueller
dcc1c7431c
COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples.
2012-04-29 23:13:06 +02:00
Jaques Grobler
3fb93330ff
Changed variable name `x` to `covar_type`
2012-04-22 19:38:57 +02:00
Jaques Grobler
da56baabe5
DPGMM and VBGMM API change, example updated
2012-04-22 19:38:57 +02:00
Jaques Grobler
7752db8b82
DPGMM API updated, along with plot_gmm_sin example
2012-04-22 19:38:57 +02:00
Jaques Grobler
8ba6995693
mixture/plot_gmm* examples updated
...
* plot_gmm_sin will get another update when
DPGMM and VBGMM get their API's updated too
2012-04-22 19:38:57 +02:00
GaelVaroquaux
7c4f418ad8
Cosmit
2012-02-05 23:28:54 +01:00
GaelVaroquaux
b187b9e9b1
DOC: more examples for DPGMM
2012-02-05 23:28:19 +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
3242c6a041
removed get_means, set_means, get_weights, set_weights
2012-02-02 15:16:26 +01:00
bthirion
9687df4a85
A pass on the docs
2012-01-26 10:18:52 +01:00
bthirion
81dca0351d
ENH: Some cleaning in the examples
2012-01-24 23:34:23 +01:00
bthirion
8db0338bfd
replace log_weights_ by weights_, which makes the API more consistent
2012-01-10 00:27:23 +01:00
bthirion
06c48ff65d
ENH: Removal of properties from GMM -- unfinished
2012-01-09 10:34:18 +01:00
bthirion
e77ee68947
Oups: really added an example with model selection
2012-01-06 18:56:20 +01:00
bthirion
f8b8c2dcba
Added an example with model selection
2012-01-06 18:55:50 +01:00
bthirion
5ecb141d85
Hopefully clarified notations in dpgmm
2011-12-28 15:50:09 +01:00
bthirion
86559e55f6
detail fixed in an example
2011-12-26 19:29:06 +01:00
bthirion
74b95bb865
merged with master
2011-12-24 20:03:07 +01:00
Jake Vanderplas
96d6060cd7
pep8
2011-12-23 10:12:26 -08:00
bthirion
de202d7e7a
ENH: renaming cv_type and posterior to more explicit name + tested multiple init
2011-12-22 00:20:41 +01:00
Gilles Louppe
63331849ea
DOC: Fixed links to modules in the example gallery
2011-12-19 16:07:01 +01:00
Olivier Grisel
ca48f82ab8
s/\bcross_val\b/cross_validation/g
2011-09-06 14:44:32 +02:00
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