Arnaud Rachez
5db2adf93c
MAINT Removed deprecated stuff.
2015-10-21 10:24:23 +02:00
Andreas Mueller
0650d5502e
DOC adding backlinks to docstrings
2015-06-03 00:24:04 -04:00
Sebastian Saeger
d2382e1be2
Cleaned the code. pep8, pyflakes and added comments.
2015-05-03 00:50:40 +02:00
Sebastian Saeger
43a46365cc
Removed the deprecation and added a test for a boolean flag value.
2015-05-02 20:28:18 +02:00
Sebastian Saeger
0ae311049a
Adapted the verbose flag of DPGMM. Boolean flag is deprecated now.
2015-05-01 10:11:37 +02:00
Cory Lorenz
fc87eb33ff
Add a fit_predict method for the GMM classes
...
With low iterations, the prediction might not be 100% accurate due to
the final maximization step in the EM algorithm.
2015-04-30 11:49:23 -07:00
Martin Ku
46470b418a
Fix typo of DPGMM doc
2015-03-04 19:36:37 +08:00
Herve Bredin
4a0e281510
DOC: make it clear 'thresh' should be removed in v0.18
2015-02-25 08:38:37 +01:00
Herve Bredin
0c00f1a1b5
ENH: better convergence check
2015-02-23 17:14:26 +01:00
Andreas Mueller
e3e0827243
FIX check (and enforce) that estimators can accept different dtypes.
2015-02-10 15:37:15 -05:00
Raghav R V
b3fbccca38
FIX various mismatch between docstring and signature params
...
DOC max_iterations -> max_iter. Make it consistent with kmeans
MAINT Replace the deprecated dx parameter with d in the docstrings
MAINT Deprecation warning for max_iterations parameter.
2015-01-16 11:54:57 -05:00
Raghav R V
abd31d2cad
MAINT Make uniform the error raised for not fitted condition
2015-01-12 00:33:40 +05:30
Raghav R V
88555987cc
PEP8 Fix E101, E111 errors and W191, W293, W293 and W391 warnings.
2015-01-08 04:28:24 +05:30
Nicola Montecchio
52472bc924
unused variables are redefined later
2014-11-07 10:31:46 -05:00
Félix-Antoine Fortin
f0405a2a19
DOC: Remove extra # from url in fit.
...
The extra # messes with the rst parser which produces an invalid URL where the ".html" suffix is missing.
2014-10-24 12:16:55 -04:00
Joel Nothman
b3bdb08964
DOC fix formatting of attributes etc. in docstrings
2014-07-28 19:04:59 +10:00
Lars Buitinck
56057c9630
MAINT remove deprecated code
2014-07-23 16:19:40 +02:00
Lars Buitinck
fb795ebef0
ENH factor out squared norm helper
2014-04-08 23:02:54 +02:00
Jaques Grobler
6ebcf4d020
COSMIT fix PEP8 errors
2014-02-02 00:30:28 +11:00
LK
fd2226d3dc
Update dpgmm.py
...
The document has been moved.
2014-01-02 21:47:31 +08:00
Andreas Mueller
32eb8b57f8
ENH rename eval / pseudolikelihood to score_samples
2013-07-26 23:32:23 +02:00
nzer0
4a4c2cff59
Documentation ERROR: mixture.DPGMM.precs_
...
in the code: mixture.DPGMM.precs_
in the doc: mixture.DPGMM.precisions_
2013-06-04 07:43:17 +02:00
Jim Holmström
f1df9ab19d
Replaced 'for i' with 'for _' at place where i is not used.
...
fix pep8 for weighted_boosting.py
2013-04-27 15:24:44 +02:00
Lars Buitinck
541987802f
P3K range vs. xrange
2013-02-14 02:05:35 +01:00
Olivier Grisel
1967a0b323
P3K use six to have a python 2 & 3 compatible code base
2013-02-09 18:08:44 +01:00
Andreas Mueller
e369c4339d
COSMIT remove unused imports, pep8
2013-01-26 18:26:20 +01:00
Lars Buitinck
07c56d7cd2
COSMIT rm deprecated stuff
...
One more deprecated feature to go in FastICA; not sure how to handle
that one.
2013-01-22 19:45:27 +01:00
GaelVaroquaux
47b1ba0d0e
COSMIT: pep8
2013-01-17 17:35:31 +01:00
Alexandre Passos
d4bed814d9
dpgmm: setting the weights to something reasonable
2013-01-17 17:35:31 +01:00
Andreas Mueller
b2cf99f514
DOC add version when setting parameters in fit will be removed to docstring
2012-12-22 16:48:17 +01:00
Andreas Mueller
754c2d9533
COSMIT pep8
2012-12-22 16:48:17 +01:00
Vlad Niculae
e6ca49e9a3
Use pinvh wherever it helps in the codebase.
...
Use pinvh in plot_sparse_recovery example
Use pinvh in bayes.py
Use pinvh in GMM and DPGMM
2012-09-04 19:58:47 +01:00
Andreas Mueller
520da07178
ENH make GMMs and LLE cloneable.
2012-06-26 14:16:03 +02:00
Gael Varoquaux
7054c7a0b7
COSMIT: avoid deprecation warnings
2012-05-30 07:46:23 +02:00
Andreas Mueller
b1cef0728d
DOC fix see also in gmm
2012-05-21 16:40:54 +02:00
Andreas Mueller
3b3dc2ecfd
MISC use logsumexp in DPGMM for less warnings
2012-05-05 20:56:58 +02:00
Andreas Mueller
43d1aa4d6c
COSMIT pep8
2012-04-23 21:22:27 +02:00
Jaques Grobler
51ddf4a992
updated documentation for gmm,dpgmm and vbgmm
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
Andreas Mueller
c6c011dfe9
DOC more rst fixes....
2012-02-14 23:15:23 +01:00
bthirion
3242c6a041
removed get_means, set_means, get_weights, set_weights
2012-02-02 15:16:26 +01:00
bthirion
c22e71942f
ENH: enforcing skls conventions
2012-01-26 00:07:23 +01:00
bthirion
cbdcb2bce3
ENH:pep8
2012-01-25 00:05:23 +01:00
bthirion
2729f06329
Getting rid of properties in hmm, gmm, dpgmm
2012-01-11 00:42:53 +01:00
bthirion
8db0338bfd
replace log_weights_ by weights_, which makes the API more consistent
2012-01-10 00:27:23 +01:00
bthirion
6a9a449a0b
removed properties from dpgmm
2012-01-10 00:07:24 +01:00
bthirion
06c48ff65d
ENH: Removal of properties from GMM -- unfinished
2012-01-09 10:34:18 +01:00
bthirion
e2861258be
merged the master repo
2012-01-05 00:27:06 +01:00
Shiqiao Du
51024b9cbf
Merge remote branch 'upstream/master'
2012-01-02 23:44:31 +09:00