| .. |
|
__init__.py
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 12:06:57 +02:00 |
|
test_base.py
|
Switched default parameter to tuple from lists.
|
2012-11-08 09:50:32 +01:00 |
|
test_check_build.py
|
Use sklearn.utils.testing in tests.
|
2012-10-25 15:31:35 +09:00 |
|
test_common.py
|
DOC explain what the test is doing.
|
2012-11-26 09:31:07 +00:00 |
|
test_cross_validation.py
|
Merge pull request #1320 from dnouri/test_coverage
|
2012-11-04 01:58:14 -08:00 |
|
test_dummy.py
|
Test exceptions.
|
2012-11-22 01:29:20 +09:00 |
|
test_grid_search.py
|
Use sklearn.utils.testing in tests.
|
2012-10-25 15:31:35 +09:00 |
|
test_hmm.py
|
ENH Check what ``__init__`` does in test_common
|
2012-11-26 09:31:06 +00:00 |
|
test_init.py
|
Use sklearn.utils.testing in tests.
|
2012-10-25 15:31:35 +09:00 |
|
test_isotonic.py
|
API : move isotonic regression out of linear_model
|
2012-11-14 22:01:53 +01:00 |
|
test_kernel_approximation.py
|
Use sklearn.utils.testing in tests.
|
2012-10-25 15:31:35 +09:00 |
|
test_lda.py
|
Use sklearn.utils.testing in tests.
|
2012-10-25 15:31:35 +09:00 |
|
test_multiclass.py
|
divided test for predict_proba into two functions
|
2012-12-02 09:32:27 +00:00 |
|
test_naive_bayes.py
|
P3K: Changed StringIO to BytesIO to fix a failing test.
|
2012-11-14 07:24:13 +01:00 |
|
test_pipeline.py
|
Fix pipeline fails if final estimator doesn't implement fit_transform
|
2012-12-01 19:12:27 +01:00 |
|
test_pls.py
|
Use sklearn.utils.testing in tests.
|
2012-10-25 15:31:35 +09:00 |
|
test_preprocessing.py
|
Check returned types.
|
2012-11-19 23:35:06 +09:00 |
|
test_qda.py
|
Test QDA.covariances_ attribute
|
2012-11-02 15:30:43 +01:00 |