Commit Graph

182 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
Andreas Mueller 1406cdfbb7 ENH use the numbers module introduced in Python 2.6 to check for number types.
Fixes 1255.
2012-10-24 18:44:53 +02:00
Andreas Mueller 66fc97708a ENH don't use deprecated interface in PPCA & cosmit 2012-10-18 14:09:48 +02:00
GaelVaroquaux 8141cb188a ENH: make RandomizedPCA.fit idempotent 2012-10-15 12:36:53 +02:00
osdf 229f8139f8 adapted to new signature of score(). 2012-10-13 19:29:02 +02:00
osdf d2b1573033 score works like ppca.score(). 2012-10-13 19:29:02 +02:00
osdf 1458a75b35 Added score function. 2012-10-13 19:29:02 +02:00
osdf 8b8a1a8dca Extended test a bit. 2012-10-13 19:29:02 +02:00
osdf 3a46f754ce Make sure that psi=0 does not break em. 2012-10-13 19:29:01 +02:00
osdf cbe1b3dfeb pep 257. 2012-10-13 19:29:01 +02:00
osdf 46d16318b7 TST: Make factor analysis test repeatable. 2012-10-13 19:29:01 +02:00
Alexandre Gramfort 8666896070 add Bishop's book to refs in FA 2012-10-13 19:29:00 +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 9bd0aadaa3 MISC renamed n_iterations to n_iter in all other places. 2012-10-10 19:10:29 +01: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
Andreas Mueller 65cf66540d ENH remove some deprecated parameters / functions /estimators 2012-09-15 16:43:08 +01:00
Peter Prettenhofer 0c59872708 n_iter must not be 0 2012-09-06 21:41:23 +02:00
Andreas Mueller 317a928eb6 FIX removed sparse_encode_parallel 2012-09-04 18:08:39 +01:00
Vlad Niculae 7f76aa1def Add __all__ for half of the scikit 2012-09-04 18:00:49 +01:00
Andreas Mueller 713ba6006e COSMIT pep8 2012-09-04 17:24:01 +01:00
kuantkid ea14dc3ebe FIX: this further fixes issues #746 with API compatibility warning and integer division fix 2012-09-03 11:02:14 +02:00
kuantkid 1575e50512 FIX: this fixes issues #746 ProbabilisticPCA minor things 2012-09-03 11:02:14 +02:00
Alexandre Gramfort 28cecfeb6d addressing for round of reviews 2012-09-02 23:16:54 +02:00
Vlad Niculae c1ef133651 Add possibility to ignore the path in Lars objects 2012-09-02 23:16:53 +02:00
Alexandre Gramfort 4e3b66a1a6 DOC : better reg_param docstring in dict learning 2012-09-02 23:16:53 +02:00
Alexandre Gramfort 9c6422ce75 ENH : use multitarget Lars and LassoLars in dict_learning 2012-09-02 23:16:52 +02:00
Alexandre Gramfort ab7c8cc727 FIX : fix tests 2012-09-02 23:16:52 +02:00
Alexandre Gramfort dffd56e4e0 ENH : use multitarget in dict learning 2012-09-02 23:16:52 +02:00
Alexandre Gramfort 57b184b2dd ENH: simplify dict learning with gram and reg_param handling 2012-09-02 23:16:51 +02:00
Vlad Niculae 9829179a4c Improve the common tests, make fast_ica pipelinable 2012-09-02 14:22:19 +03:00
Vlad Niculae ad339a4ec0 Merge branch 'master' into mixins
Conflicts:
	sklearn/tests/test_common.py
2012-09-02 13:50:40 +03:00
Vlad Niculae 9e7c03f71a Add or fix deprecation schedule in warnings. 2012-09-01 20:02:14 +02:00
Vlad Niculae 4575b322c1 Remove sparse_encode_parallel
This was deprecated in 0.10 as far as I can tell.
2012-09-01 20:02:13 +02:00
Andreas Mueller 2ec38b31e1 ENH rudimentary testing of tranformer objects 2012-09-01 18:25:05 +02:00
Andreas Mueller b797265ebf Merge branch 'fit_pairwise'
Conflicts:
	sklearn/cluster/tests/test_spectral.py
2012-08-27 10:39:24 +02:00
Andreas Mueller 1aaa7ac140 TST check that transformers fail gracefully on sparse input 2012-08-26 16:01:33 +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 5c3853cceb Merge branch 'master' into fit_pairwise 2012-08-05 14:44:05 +01:00
Andreas Mueller 408d3ef86d COSMIT, removed scikits.learn things, removed orphan file. 2012-07-23 22:50:12 +01:00
Andreas Mueller 4fff8ed408 trying out some testing stuff 2012-07-20 22:54:03 +01:00
Andreas Mueller c50fa29627 COSMIT pep8 2012-07-20 22:41:01 +01:00
Lars Buitinck 1426087847 COSMIT + DOC input handling and docstrings in RandomizedPCA 2012-07-20 15:25:39 +02:00
Bussonnier Matthias 5c3aa7f088 [Docstring Typo] making there -> making their 2012-07-16 09:28:28 -05:00