| .. |
|
__init__.py
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 12:06:57 +02:00 |
|
test_base.py
|
PEP8 Fix E112 and E113 errors
|
2015-01-08 04:00:28 +05:30 |
|
test_check_build.py
|
DOC: Replaced all BSD style licenses with "BSD 3 clause"
|
2013-04-30 08:34:46 +02:00 |
|
test_common.py
|
Add test that score takes y, fix KMeans, FIX pipeline compatibility of clustering algorithms!
|
2015-02-06 13:26:42 +01:00 |
|
test_cross_validation.py
|
non-inheriting estimator added for rfe, cross validation, and pipeline tests
|
2015-01-29 22:02:38 -05:00 |
|
test_dummy.py
|
Add sample_weight support to Dummy Regressor
|
2014-10-16 16:41:49 +02:00 |
|
test_grid_search.py
|
Make ParameterSampler sample without replacement if all parameters are given as lists.
|
2015-01-15 10:55:31 -05:00 |
|
test_hmm.py
|
Fix bug identified in #1817, comment 17340049
|
2013-10-15 11:58:54 -07:00 |
|
test_init.py
|
Use sklearn.utils.testing in tests.
|
2012-10-25 15:31:35 +09:00 |
|
test_isotonic.py
|
PEP8 Fix E101, E111 errors and W191, W293, W293 and W391 warnings.
|
2015-01-08 04:28:24 +05:30 |
|
test_kernel_approximation.py
|
Make nystroem approximation robust to singular kernel.
|
2015-01-29 12:11:52 -05:00 |
|
test_kernel_ridge.py
|
Remove singular matrix warning.
|
2015-01-18 11:55:48 +09:00 |
|
test_lda.py
|
Updated LDA tests.
|
2014-12-16 11:50:02 +01:00 |
|
test_learning_curve.py
|
COSMIT pep8 fixes to sklearn/tests
|
2014-12-18 16:40:01 +01:00 |
|
test_metaestimators.py
|
Make ParameterSampler sample without replacement if all parameters are given as lists.
|
2015-01-15 10:55:31 -05:00 |
|
test_multiclass.py
|
COSMIT pep8 fixes to sklearn/tests
|
2014-12-18 16:40:01 +01:00 |
|
test_naive_bayes.py
|
fix nb partial_fit w class_prior #3186
|
2015-01-24 11:47:07 -08:00 |
|
test_pipeline.py
|
non-inheriting estimator added for rfe, cross validation, and pipeline tests
|
2015-01-29 22:02:38 -05:00 |
|
test_qda.py
|
ignore warnings, change docstring
|
2014-12-27 19:14:32 +01:00 |
|
test_random_projection.py
|
ENH use specific warning class for RP
|
2014-11-18 14:55:56 +01:00 |