scikit-learn/sklearn/tests
Sebastian Kießling 8666f570e4
[MRG] Add requires_positiv_X tag to AdditiveChi2Sampler (#16332)
* add tag requires postivie X

* add check_non_negative to additivechi2Sampler

* add test for right error message in additive chi2 sampler

* change test upon suggestion
2020-02-01 12:29:09 +01:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py ENH Improve error message in clone when passed class instances (#16189) 2020-01-27 09:21:09 +01:00
test_build.py [MRG] BUILD: warn instead of raise when openmp unsupported (#15174) 2019-11-13 10:03:12 +01:00
test_calibration.py MNT Replace DeprecationWarning with FutureWarning (#15080) 2019-10-29 15:39:26 +01:00
test_check_build.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_common.py BUG fix pip3 ubuntu update by suffixing file (#15928) 2019-12-20 11:11:20 -05:00
test_config.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_discriminant_analysis.py MNT Removed deprecated attributes and parameters -- ctnd (#15804) 2019-12-13 15:05:51 -05:00
test_docstring_parameters.py TST Add test for documentation of the classes_ attribute (#16277) 2020-01-31 14:12:43 +01:00
test_dummy.py MNT Removed deprecated attributes and parameters (#15803) 2019-12-09 22:17:06 +08:00
test_import_deprecations.py BUG Do not shadow public functions with deprecated modules (#15846) 2019-12-19 16:10:56 -05:00
test_init.py MNT towards removing assert_equal, etc (#14222) 2019-07-01 09:13:32 -04:00
test_isotonic.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_kernel_approximation.py [MRG] Add requires_positiv_X tag to AdditiveChi2Sampler (#16332) 2020-02-01 12:29:09 +01:00
test_kernel_ridge.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_metaestimators.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_multiclass.py MNT Removed deprecated attributes and parameters (#15803) 2019-12-09 22:17:06 +08:00
test_multioutput.py ENH Add a optional fit_param to enable custom MultiOutput fit process (#15959) 2020-01-06 17:40:16 -05:00
test_naive_bayes.py FIX Fix string formatting in the error message in CategoricalNB (#16090) 2020-01-11 19:40:25 -05:00
test_pipeline.py MNT Replace DeprecationWarning with FutureWarning (#15080) 2019-10-29 15:39:26 +01:00
test_random_projection.py MNT Remaining deprecations in sklearn/file.py (#15399) 2019-11-04 14:22:42 -05:00
test_site_joblib.py MAINT Remove imports from sklearn.utils._joblib (#13676) 2019-06-18 18:37:14 +04:00