Commit Graph

64 Commits

Author SHA1 Message Date
Andreas Mueller ff313267b4 FIX adjust gamma in kernelPCA tests to fit slightly modified circles with balanced classes. 2012-10-28 20:40:21 +00:00
Mathieu Blondel 6eec2e651b Even more sklearn.utils.testing. 2012-10-26 00:09:46 +09:00
osdf 229f8139f8 adapted to new signature of score(). 2012-10-13 19:29:02 +02:00
osdf 8b8a1a8dca Extended test a bit. 2012-10-13 19:29:02 +02:00
osdf 46d16318b7 TST: Make factor analysis test repeatable. 2012-10-13 19:29:01 +02:00
Alexandre Gramfort f85b658e4a TST : add test that FA log like increases over iterations 2012-10-13 19:29:00 +02:00
Alexandre Gramfort dd58d6ee54 API : rename psi to noise_variance + some cleanup in FA 2012-10-13 19:29:00 +02:00
Alexandre Gramfort bf96a1418d ENH : cleanup FactorAnalysis object 2012-10-13 19:29:00 +02:00
osdf 1929892f48 Factor Analysis -- implemented with EM + SVD. 2012-10-13 19:29:00 +02:00
Andreas Mueller 912f2bc009 FIX fixed typo in code, added smoke test. 2012-09-17 23:49:24 +01:00
Andreas Mueller 109b07a20e ENH in NMF only use svd initialization by default if n_components < n_features. 2012-09-17 23:49:24 +01:00
Peter Prettenhofer 0c59872708 n_iter must not be 0 2012-09-06 21:41:23 +02:00
kuantkid 1575e50512 FIX: this fixes issues #746 ProbabilisticPCA minor things 2012-09-03 11:02:14 +02:00
Andreas Mueller 9ddb1803f7 COSMIT comments not docstrings in tests 2012-08-05 16:38:31 +01:00
Andreas Mueller 9a520779c2 FIX/TST test anc fix grid search with kernel pca and precomputed kernel in pipeline. 2012-08-05 16:23:25 +01:00
Andreas Mueller 440cafbe27 ENH Removed stupid ``_pairwise`` property in BaseEstimator. 2012-08-05 14:56:20 +01:00
Andreas Mueller 37cadf03c0 Merge branch 'master' into fit_pairwise
Conflicts:
	sklearn/svm/base.py
2012-06-22 22:20:18 +02:00
Alexandre Gramfort 6d9a86477c FIX: fix buildbot ICA pb 2012-06-04 15:56:27 +02:00
Andreas Mueller ef82d75c5b ENH going for a universal property ``_pairwise`` instead of many functions. 2012-06-03 20:39:02 +02:00
Andreas Mueller 4f11178a97 ENH fit_transform_pairwise for KernelPCA 2012-06-03 20:34:25 +02:00
Andreas Mueller c39ad04bb4 ENH fit_pairwise, transform_pairwise for KernelPCA 2012-06-03 20:33:06 +02:00
Andreas Mueller 02d1d85566 ENH rename unmixing_matrix_ to components_ in FastICA 2012-05-15 23:11:01 +02:00
Gael Varoquaux f6d7f45a45 FIX: control RNG seeds in ICA tests 2012-05-08 20:25:45 +02:00
Andreas Mueller eeb6dcc4cc ENH use random states everywhere, never call np.random. 2012-05-06 18:35:14 +02:00
Andreas Mueller 3e5f2e5e08 ENH backport "assert_less" and "assert_greater", rename "assert_lower" and use it everywhere :) 2012-05-06 15:43:29 +02:00
Andreas Mueller b75833f720 COSMIT removed unused import in test 2012-05-04 23:16:15 +02:00
Olivier Grisel 4e19dc30f6 typo 2012-05-04 14:38:19 +02:00
Olivier Grisel 9b4be76534 FIX #807: non regression test for KPCA on make_circles dataset 2012-05-02 04:24:54 +02:00
Andreas Mueller 3e391c809f COSMIT pep8 2012-03-31 15:54:10 +02:00
Gael Varoquaux c8d3617678 Merge pull request #705 from agramfort/fix_ica
FIX : ICA with small n_components and whiten=False (fix for #697)
2012-03-21 15:45:20 -07:00
Alexandre Gramfort 67adfaa08b TST: capture warning in test 2012-03-21 09:20:08 +01:00
Alexandre Gramfort e660ab3cce FIX : prevent ICA with defined n_camponents and whiten=False (fix for #697) 2012-03-21 08:02:44 +01:00
David Marek f5b56fa0ef Added test for SparsePCA.transform (checks #615) 2012-03-19 12:24:28 +01:00
GaelVaroquaux 30f7b5a3a4 TST: fix trivial bug and control the rng 2012-03-04 18:15:03 +01:00
Olivier Grisel 9c6e0445ae FIX #614: raise ValueError at KernelPCA init if fit_inverse_transform and precomputed kernel 2012-02-17 09:34:43 +01:00
Andreas Mueller da4651f94c COSMIT pep8 2012-02-11 15:45:10 +01:00
Alexandre Gramfort ad8e4912cb TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01:00
Andreas Mueller 9c330c6dfe COSMIT pep8 wooops thanks @ogrisel 2012-02-10 21:46:51 +01:00
Andreas Mueller bf1cb6b7cc MISC more sensible NMF test. 2012-02-10 21:43:34 +01:00
Andreas Mueller 8bdf267bfa COSMIT pep8 2012-02-02 17:29:08 +01:00
GaelVaroquaux 4f55d52818 TEST: add a test for whitening in ICA 2012-02-02 16:05:33 +01:00
Jake Vanderplas 7f53024ae9 remove unused imports 2011-12-23 09:27:40 -08:00
Vlad Niculae 384f4b7326 Hide sparse_encode -- redundant 2011-12-19 20:15:22 +01:00
Vlad Niculae 66796ca366 FIX: slices generation 2011-12-19 19:32:48 +01:00
Vlad Niculae 697653eee2 Test for almost equal instead of equal in sparse_encode_error 2011-12-19 19:03:27 +01:00
Vlad Niculae 5d06bee420 skip tests that were wrongly passing before 2011-12-19 18:57:26 +01:00
Vlad Niculae 63f06a1952 work on failing tests 2011-12-19 18:31:57 +01:00
Vlad Niculae 13a0507da9 Fix the API and the scaling inside dict_learning 2011-12-19 17:14:11 +01:00
Vlad Niculae e22429f67e Merge branch 'master' into sparse-coder 2011-12-19 10:34:34 +01:00
Andreas Mueller e0f8a9d056 COSMIT: pep8 2011-12-16 15:07:14 +01:00