| .. |
|
__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_calibration.py
|
ENH ensure that a warning is raised when sample_weight is not supported
|
2015-02-20 19:37:12 +01:00 |
|
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
|
FIX test for consistent handling on empty input data
|
2015-02-26 10:45:06 +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 BaggingClassifier use if_delegate_has_method in decision_function
|
2015-02-26 10:53:37 +01:00 |
|
test_multiclass.py
|
ENH decision_function now returns #votes and scaled scores.
|
2015-02-09 14:39:11 +05:30 |
|
test_naive_bayes.py
|
TST check that Bernoulli NB is consistent with Manning et al. IR book example
|
2015-02-27 11:18:27 +01: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 |