Commit Graph

18 Commits

Author SHA1 Message Date
Lars Buitinck 2666b702d2 TST stronger test_shuffle_on_ndim_equals_three 2014-09-25 19:37:35 +02:00
Will Lamond 766fb56ec0 FIX allow ndim>2 in shuffle
Fixes #3694.
2014-09-25 19:29:44 +02:00
Andreas Mueller b080d93b5e ENH don't convert dataframes in grid search and cross-validation 2014-07-18 10:02:14 +02:00
Andreas Mueller 5fe7c2ca2f add test for safe_indexing, add another test for cross_val_score 2014-07-16 11:31:41 +02:00
Andreas Mueller d8f90d137d use column_or_1d, move it to utils 2013-07-26 17:16:27 +02: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