Commit Graph

16 Commits

Author SHA1 Message Date
Noel Dawe 18d1209c95 revert a few spurious changes 2013-01-09 13:44:57 -08:00
Gilles Louppe bf54f1a771 FIX: broken test 2013-01-08 22:20:55 -08:00
Gilles Louppe a5e35d9890 ENH: added some tests 2013-01-08 22:19:01 -08:00
Vlad Niculae f4a4016d14 Cloned @jakevdp's pinvh tests 2012-09-04 19:58:47 +01:00
Jake Vanderplas 776b060098 @jakevdp's version of pinvh
speed up symmetric_pinv
2012-09-04 19:58:46 +01:00
Vlad Niculae 4a5a1d6d84 Compute pseudoinverse using eigendecomposition 2012-09-04 19:58:46 +01:00
Alexandre Gramfort ad8e4912cb TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01:00
Mathieu Blondel 05c42cc4e4 Add safe_mask utility.
Got tired of always typing the same few lines again and again...
2012-01-13 15:31:45 +09:00
Jake Vanderplas 7f53024ae9 remove unused imports 2011-12-23 09:27:40 -08:00
Lars Buitinck 2998a7cc04 COSMIT reorganise utils tests 2011-12-20 19:44:42 +01:00
Lars Buitinck 4c8b15eb3e don't use assert_in, not supported by nose on buildbot 2011-12-11 01:14:32 +01:00
Lars Buitinck b88191b786 test @deprecated using warnings.catch_warnings
Yet another great Python 2.6 feature! :)
2011-12-11 00:55:29 +01:00
Lars Buitinck 98ead8a340 raise TypeError instead of ValueError in check_arrays
Appropriate "when an operation or function is applied to an object of
inappropriate type".
2011-12-10 13:12:50 +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