Aymeric Masurelle
3adaaa7d4d
FIX : pass random_state to kmeans in gmm.fit
2012-10-30 11:33:23 +01:00
Andreas Mueller
3941a4b34a
COSMIT pep8
2012-09-23 18:03:07 +01:00
Lars Buitinck
77e69edcec
COSMIT rm deprecated stuff -- lots of it
2012-09-20 21:40:33 +02:00
VirgileFritsch
3a73c2bf46
BF: Fix broken tests: change a check for compatibility with HMM.
2012-09-13 15:29:34 +02:00
VirgileFritsch
c763dead34
BF: Address issue #1059 in GMM by adding a supplementary check.
2012-09-13 14:57:29 +02:00
Alexandre Gramfort
13be59db7f
TST : use nose assert_true and not python assert
2012-09-13 11:47:26 +02: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
Vlad Niculae
006e7ef801
Add __all__ for the second half of the scikit
2012-09-04 18:00:49 +01:00
Vlad Niculae
9e7c03f71a
Add or fix deprecation schedule in warnings.
2012-09-01 20:02:14 +02:00
Andreas Mueller
e42c43500a
ENH Convert input into float in GMM
2012-08-26 19:57:45 +02:00
Andreas Mueller
c50fa29627
COSMIT pep8
2012-07-20 22:41:01 +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
Gael Varoquaux
522942ae43
COSMIT: k -> n_clusters
...
Avoid deprecation warnings
2012-05-30 07:41:35 +02:00
Andreas Mueller
b1cef0728d
DOC fix see also in gmm
2012-05-21 16:40:54 +02:00
Andreas Mueller
1ebcc4a486
COSMIT pep8
2012-05-15 21:18:30 +02:00
Subhodeep Moitra
6592fdbee4
P3K: Fixing prints and dtypes
2012-05-11 11:24:27 +02:00
Subhodeep Moitra
598dbff146
P3K : Refactored test cases to use setUp
2012-05-11 11:21:01 +02:00
Andreas Mueller
e6ecf5773c
DOC fix last docstring error. Don't remove redundant docstring. I dare you, I double dare you mother******!
2012-05-06 23:43:49 +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
GaelVaroquaux
36418a984d
COSMITs on GGM
2012-04-22 19:40:06 +02:00
Jaques Grobler
51ddf4a992
updated documentation for gmm,dpgmm and vbgmm
2012-04-22 19:38:57 +02:00
Jaques Grobler
a3eb84d114
modified test_gmm to match API changes in gmm.py
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
d2ed2dbaf1
restored last changes
2012-04-22 19:38:57 +02:00
Jaques Grobler
691d1e135d
Fixed syntax error
2012-04-22 19:38:57 +02:00
Jaques Grobler
436589fbac
restored last changes
2012-04-22 19:38:57 +02:00
Jaques Grobler
c9ccf242a0
1.Fixed typo 2.Removed has_key entries
2012-04-22 19:38:56 +02:00
Jaques Grobler
d19abab803
Changed GMM's API to suite rest of sklearn
...
- parameters not to be set via 'fit' anymore
- parameters are to be set in __init__
- previous way of doing it set as deprecated with warning
--fixed three docstrings to match new signature
--no errors/failures during 'make'
--Examples that still use 'fit' in the old way will still
work
2012-04-22 19:38:56 +02:00
GaelVaroquaux
0337bde36f
Merge branch 'hmmc'
...
Conflicts:
doc/whats_new.rst
sklearn/hmm.py
sklearn/tests/test_hmm.py
2012-03-09 23:53:53 +01:00
GaelVaroquaux
4479b5707c
ENH: Add controled random_state in HMMs
2012-03-02 17:37:46 +01:00
Andreas Mueller
c6c011dfe9
DOC more rst fixes....
2012-02-14 23:15:23 +01:00
Andreas Mueller
4ef2a86829
DOC fix sphinx errors
2012-02-06 23:17:47 +01:00
Andreas Mueller
ea5f0f3177
COSMIT pep8
2012-02-06 22:40:44 +01:00
GaelVaroquaux
c8eb01902a
BUG: fix doctests
2012-02-06 06:50:44 +01:00
GaelVaroquaux
4faf20e85b
MISC: remove custom __repr__
2012-02-05 23:36:04 +01:00
bthirion
907f8972af
ENH:Added back rvs as deprectaed and updated whatsnew.rst
2012-02-03 23:05:14 +01:00
bthirion
7c5518bb8d
ENH: changes in the code to fulfill Gaels requirements
2012-02-03 19:47:18 +01:00
bthirion
0177e7da0d
Corrected the docs
2012-02-03 19:31:30 +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