Commit Graph

25 Commits

Author SHA1 Message Date
Alexandre Gramfort 13be59db7f TST : use nose assert_true and not python assert 2012-09-13 11:47:26 +02:00
Andreas Mueller 520da07178 ENH make GMMs and LLE cloneable. 2012-06-26 14:16:03 +02:00
Andreas Mueller 1ebcc4a486 COSMIT pep8 2012-05-15 21:18:30 +02:00
Subhodeep Moitra 598dbff146 P3K : Refactored test cases to use setUp 2012-05-11 11:21:01 +02:00
Andreas Mueller 43d1aa4d6c COSMIT pep8 2012-04-23 21:22:27 +02:00
Jaques Grobler a3eb84d114 modified test_gmm to match API changes in gmm.py 2012-04-22 19:38:57 +02:00
Andreas Mueller ea5f0f3177 COSMIT pep8 2012-02-06 22:40:44 +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 06c48ff65d ENH: Removal of properties from GMM -- unfinished 2012-01-09 10:34:18 +01:00
bthirion 6cd4ff619e Several details outlined by Jake 2011-12-29 19:00:22 +01:00
bthirion 0c926b57ac Fixed an example that happened to fail 2011-12-29 18:22:36 +01:00
bthirion 33aca24fc8 Changed the shape of spherical covariance matrices to be equal to disgonal covariance matrix, in order to avoir handling the dimension in particular 2011-12-26 19:12:38 +01:00
bthirion 5c6ea0c1e2 ENH: Added AIC/BIC + tests. Seems to work 2011-12-23 19:11:43 +01:00
bthirion de202d7e7a ENH: renaming cv_type and posterior to more explicit name + tested multiple init 2011-12-22 00:20:41 +01:00
bthirion d3954a390e added some tests to ensure that GMMs work in about all conditions 2011-12-21 19:59:57 +01:00
bthirion aad9a42a6e ENH: Removed X and z varaibles from dpmm cladd (should not ship the data) 2011-12-21 18:44:30 +01:00
bthirion 6a37e47983 ENH: renaming estimated variables from self._variable to self.variable_ 2011-12-21 18:43:00 +01:00
bthirion 2108fcfa6f merged with master logsum -> logsumexp 2011-12-21 18:39:59 +01:00
Andreas Mueller 1955ffdba4 COSMIT some pep8 2011-11-28 23:39:46 +01: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