Commit Graph

47 Commits

Author SHA1 Message Date
Andreas Mueller a8626b36a6 TST/COSMIT remove nose call boilerplate 2015-05-28 14:54:01 -04:00
Raghav R V cd2ee7e454 MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
Andreas Mueller f1b8283c95 catch some warnings, be less verbose in testing. 2015-03-02 14:40:35 -05:00
MechCoder c838c382b9 FIX: Preserve public API by introducing return_n_iter param 2014-07-22 15:09:39 +02:00
MechCoder bbb140aaf0 ENH: Added n_iter_ parameters across all iterative solvers 2014-07-22 15:09:39 +02:00
dengemann 163e65925d ENH: address discussion 2013-11-29 13:55:39 +01:00
dengemann d2f3a8a3da ENH: refactor warnings 1 2013-11-29 13:55:38 +01:00
dengemann 750d88d6c2 ENH/FIX: improve logcosh function + tests 2013-07-30 15:30:06 +02:00
Vlad Niculae 624454241a FIX bug in test 2013-07-25 10:58:36 +02:00
Vlad Niculae 4914657fdf TEST remove deprecated stuff from fastica tests 2013-07-25 10:22:33 +02:00
dengemann 0626d737a9 ENH: improve ICA memory profile by 40% 2013-07-24 19:58:34 +02:00
dengemann 5f8aa2ebe1 FIX: address remaining issues 2013-07-23 15:49:26 +02:00
dengemann 0e5815726a FIX: address @agramfort 's comments 2013-07-23 15:49:26 +02:00
dengemann 27cc3898d5 ENH + FIX: remove inverse-t kwarg + fix mean_ 2013-07-23 15:49:26 +02:00
Denis A. Engemann 0000826e80 FIX: inverse transform + add mean_ 2013-07-23 15:49:24 +02:00
Lars Buitinck 5ee41cc66d COSMIT attribute checking in FastICA 2013-07-23 15:49:24 +02:00
Lars Buitinck 0e55dfe202 ENH fit_inverse_transform for FastICA
Modeled after KernelPCA's parameter of the same name.

Conflicts:
	sklearn/decomposition/fastica_.py
2013-07-23 15:49:23 +02:00
Denis Engemann 7ad789dbfd FIX: remove inplace mod 2013-07-23 15:49:22 +02:00
dengemann 4200c96062 FIX transform tests 2013-07-23 15:49:22 +02:00
Mathieu Blondel 12c41e700c Push failing test. 2013-07-23 15:49:21 +02:00
Mathieu Blondel 7c30e5af1d Add test. 2013-07-23 15:49:20 +02:00
Mathieu Blondel 9ec012743c Address @dengemann's comments. 2013-07-23 15:49:20 +02:00
Mathieu Blondel 62795e0637 Add docstrings to methods in FastICA. 2013-07-23 15:49:20 +02:00
Mathieu Blondel fe8790cc0f Add inverse_transform to FastICA. 2013-07-23 15:49:19 +02:00
Mathieu Blondel 92a519714c Add fit_transform to FastICA. 2013-07-23 15:49:19 +02:00
Justin Vincent c01ed96b24 PY3 xrange, np.divide, string.uppsercase, None comparison
Fixes #2108.
2013-06-30 14:37:06 +02:00
Lars Buitinck c849b320ae MAINT remove deprecated gprime handling from FastICA + refactoring
Test coverage up from 88% to 99%.
2013-06-13 19:58:15 +02:00
Andreas Mueller 24494d3880 FIX random seed in FastICA testing. 2013-01-06 21:57:07 +01:00
Andreas Mueller 754c2d9533 COSMIT pep8 2012-12-22 16:48:17 +01:00
dengemann 12e87d9bdf FIX + ENH: catch custom function argument errors and inform user
- added expception in case a user passes a non-tuple returning function and does not supply the derrivatives via fun_prime
- added an example on the custom function type expected to the docs
- added regression tests and positive tests
2012-11-10 20:47:20 +01:00
Mathieu Blondel 6eec2e651b Even more sklearn.utils.testing. 2012-10-26 00:09:46 +09:00
Alexandre Gramfort 6d9a86477c FIX: fix buildbot ICA pb 2012-06-04 15:56:27 +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
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
Alexandre Gramfort ad8e4912cb TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +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
Andreas Mueller c8afec076b pep8. whoops.. 2011-12-16 14:42:34 +01:00
Andreas Mueller e8bc26ab5d TEST non-regression test for issue 238, FastICA failing with whiten="False" 2011-12-15 16:35:26 +01:00
Lars Buitinck 9955ed531c DOC: fix typos
s/nn/n/ in dictionary and optional
2011-09-21 18:42:59 +02: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