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 |
Andreas Mueller
|
03048ddb5f
|
ENH more logical behavior, better docstring, tests
|
2013-01-05 19:59:46 +01:00 |
Vlad Niculae
|
5b948bbcf3
|
TEST flipped svd remains correct
|
2012-12-24 15:04:36 +01:00 |
Vlad Niculae
|
641d0a7e5b
|
Cannot easily ensure non-uniqueness without the fix, just test uniqueness
|
2012-12-24 15:03:49 +01:00 |
Vlad Niculae
|
5aed364db5
|
svd_flip test fails on Travis. Change random seed, see if it helps
|
2012-12-24 15:03:49 +01:00 |
Vlad Niculae
|
160648d8cc
|
Make sure svd_flip test actually tests something
|
2012-12-24 15:03:49 +01:00 |
Vlad Niculae
|
0755f156f8
|
Add sign flip as flag in randomized_svd
|
2012-12-24 15:03:49 +01:00 |
Vlad Niculae
|
9ca8f7e60a
|
Test more seeds for svd sign flipping
|
2012-12-24 15:02:24 +01:00 |
Vlad Niculae
|
0df8fb20ba
|
Add failing test and no-op flip
|
2012-12-24 15:02:24 +01:00 |
Andreas Mueller
|
966e10c252
|
COSMIT PEP8
|
2012-12-22 16:48:17 +01:00 |
Andreas Mueller
|
754c2d9533
|
COSMIT pep8
|
2012-12-22 16:48:17 +01:00 |
Arnaud Joly
|
db4422fcf9
|
ENH Simplify assert_raise_message + TST add them
|
2012-12-21 14:48:01 +01:00 |
Arnaud Joly
|
07881645a6
|
COSMIT make everything use the common interface
|
2012-12-21 14:48:01 +01:00 |
Arnaud Joly
|
a6ed58dc4d
|
ENH flatten random_projection module + add sklearn.utils.random
|
2012-12-21 14:48:00 +01:00 |
Peter Prettenhofer
|
6f08ae6760
|
added test for cartesian
|
2012-11-10 13:48:35 +01:00 |
Andreas Mueller
|
9babaa72e2
|
ENH minor improvements in testing, new utility function for safely setting random states.
|
2012-11-02 09:23:15 +00:00 |
Andreas Mueller
|
3c854a2fef
|
COSMIT pep8
|
2012-10-31 15:36:03 +00:00 |
Lars Buitinck
|
0dd841f6ee
|
Revert (rebased) merge of euclidean_distances speedup
This reverts commits 38155aabe4
through ca703ae678 (inclusive).
|
2012-10-24 10:40:30 +02:00 |
Vlad Niculae
|
ab3304f636
|
Separate dense_output and out parameters, document better
Addresses @larsmans's comment.
|
2012-10-23 15:50:24 +02:00 |
Vlad Niculae
|
cb4879db48
|
Add test for dense_output, fix bug, cleaned up logic
|
2012-10-23 15:50:24 +02:00 |
Mathieu Blondel
|
a2cd5fa94c
|
Fix density utility when input is sparse.
|
2012-10-19 16:53:36 +09:00 |
Mathieu Blondel
|
e69acb1619
|
Add common assertions to sklearn.utils.testing.
The goal is to have all assertions conveniently in one place.
|
2012-10-19 16:43:19 +09:00 |
Mathieu Blondel
|
83bfb4a467
|
Merge exthmath tests into the same file.
|
2012-10-19 16:31:01 +09:00 |
Andreas Mueller
|
9bd0aadaa3
|
MISC renamed n_iterations to n_iter in all other places.
|
2012-10-10 19:10:29 +01:00 |
Gael Varoquaux
|
7842748cf7
|
BUG: copy and keep ordering
This is due to a change in behavior in numpy that now does
not keep the ordering by default when copying.
Fixes #1186
|
2012-09-28 09:32:03 +02:00 |
Olivier Grisel
|
0eca37dc17
|
cosmit
|
2012-09-12 22:34:00 +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
|
e4838831d9
|
ENH : add copy param to array2d_or_csx
|
2012-09-02 23:16:52 +02:00 |
Alexandre Gramfort
|
2184c4698d
|
ENH : add copy arg to array2d and new atleast2d_or_csr usual for sparse coordinate descent
Conflicts:
sklearn/utils/validation.py
|
2012-09-02 23:16:51 +02:00 |
Alexandre Gramfort
|
b59e1005fc
|
FIX : make as_float_array keep fortran order on dense array when copy
|
2012-08-21 17:08:47 +02:00 |
Nelle Varoquaux
|
73a274ee7a
|
Added test to sklearn.utils.bench's total_seconds method
|
2012-07-24 15:34:52 +02:00 |
Lars Buitinck
|
38c3c30207
|
COSMIT refactor input validation code and tests
|
2012-07-20 15:18:16 +02:00 |
Mathieu Blondel
|
e47039d71a
|
Fix warning.
|
2012-05-21 12:58:32 +09:00 |
Mathieu Blondel
|
f6729848c4
|
Unused import.
|
2012-05-21 12:55:34 +09:00 |
Alexis Mignon
|
4842ebb16b
|
Unified access to 'mean_variance_axis0' for CSC and CSR matrices
|
2012-05-16 07:58:02 +02:00 |
Alexis Mignon
|
c2c35da51c
|
Made code pep compliant
|
2012-05-16 07:57:55 +02:00 |
Alexis Mignon
|
95ba957556
|
Corrected missing import of csc_mean_variance_axis0
|
2012-05-16 07:57:53 +02:00 |
Andreas Mueller
|
1ebcc4a486
|
COSMIT pep8
|
2012-05-15 21:18:30 +02:00 |
Andreas Mueller
|
eeb6dcc4cc
|
ENH use random states everywhere, never call np.random.
|
2012-05-06 18:35:14 +02:00 |
Gael Varoquaux
|
1cf2faae9e
|
BUG: fix assert_greater
And add a test: when doing a backport, it is always wise to check ones
implementation against the original
|
2012-05-06 17:10:55 +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
|
bc942e8c9d
|
COSMIT pep8
|
2012-03-02 19:39:43 +01:00 |
Jake Vanderplas
|
ae1dea6379
|
TEST: non-regression test for fibonacci heap bug fix
|
2012-02-25 20:33:28 +01:00 |
Jan Hendrik Metzen
|
51f568022f
|
FIX : Fixed bug in single_source_shortest_path_length in sklearn.utils.graph
|
2012-02-25 19:26:21 +01:00 |
Alexandre Gramfort
|
ad8e4912cb
|
TST: use assert_true instead of assert + remove some relative imports
|
2012-02-11 15:43:03 +01:00 |
Olivier Grisel
|
106a6bf157
|
add tests for invalid argument + fixed a type error
|
2012-02-10 23:12:22 +01:00 |