scikit-learn/sklearn/tests
Andreas Mueller 75763cfe78 FIX _BaseComposition._set_params with nested parameters (#9945) 2017-10-19 08:40:44 +11:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py FIX _BaseComposition._set_params with nested parameters (#9945) 2017-10-19 08:40:44 +11:00
test_calibration.py [MRG+1] label binarizer not used consistently in CalibratedClassifierCV (#7799) 2016-11-08 07:09:19 +01:00
test_check_build.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
test_common.py [MRG+1] Instance level common tests (#9019) 2017-06-09 16:33:57 +02:00
test_config.py [MRG+1] Option to suppress validation for finiteness (#7548) 2017-06-08 13:42:17 +02:00
test_cross_validation.py [MRG+1] fix sampling in stratified shuffle split (#6472) 2016-09-09 19:00:49 +02:00
test_discriminant_analysis.py [MRG+1] Issue#7998 : Consistent parameters between QDA and LDA (#8130) 2017-08-01 16:42:15 -04:00
test_docstring_parameters.py add "docstring error" to docstring error message for context (#9651) 2017-08-31 00:06:46 +03:00
test_dummy.py [MRG+1] MAINT Replace assert_array_equal with -assert_array_almost_equal where necessary. (#9774) 2017-09-18 19:55:23 +10:00
test_grid_search.py Remove unused imports (#9235) 2017-07-01 05:57:54 -07:00
test_init.py Remove unused imports (#9235) 2017-07-01 05:57:54 -07:00
test_isotonic.py FIX weights computation with ties in IsotonicRegression (#9484) 2017-09-13 15:23:01 +02:00
test_kernel_approximation.py Fix handling of Nystroem params with a callable kernel (#9166) 2017-06-30 18:16:10 +02:00
test_kernel_ridge.py add random_state (#9542) 2017-08-13 21:26:05 -07:00
test_learning_curve.py Deprecate n_iter in SGDClassifier and implement max_iter (#5036) 2017-06-23 21:49:29 +02:00
test_metaestimators.py [MRG+1] RFE can raise NotFittedError (#9283) 2017-07-06 01:09:10 -07:00
test_multiclass.py [MRG + 1] Too few arguments in formatting call (#9298) 2017-07-13 23:48:04 +02:00
test_multioutput.py MAINT remove unused imports 2017-08-31 10:28:09 +02:00
test_naive_bayes.py [MRG+1] Add norm parameter to ComplementNB. (#9916) 2017-10-17 18:57:26 +02:00
test_pipeline.py FIX _BaseComposition._set_params with nested parameters (#9945) 2017-10-19 08:40:44 +11:00
test_random_projection.py MAINT move custom error/warning classes into sklearn.exceptions 2015-10-19 22:35:35 +02:00