scikit-learn/sklearn/utils/tests
Guillaume Lemaitre 73732e5a0b
TST Add sample order invariance to estimator_checks (#18570)
2020-10-08 15:02:09 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
conftest.py MNT Change print_changed_only default to True (#17061) 2020-04-27 18:22:21 -04:00
test_class_weight.py MNT Completes position arg deprecation (#17272) 2020-05-19 09:07:25 +02:00
test_cython_blas.py TST Fix unreachable code in tests (#16110) 2020-02-16 14:41:26 +01:00
test_deprecation.py MNT Replace DeprecationWarning with FutureWarning (#15080) 2019-10-29 15:39:26 +01:00
test_encode.py CLN Refactors _encode into two functions (#17101) 2020-05-12 14:23:00 -04:00
test_estimator_checks.py TST Add sample order invariance to estimator_checks (#18570) 2020-10-08 15:02:09 +02:00
test_estimator_html_repr.py ENH Adds HTML visualizations for estimators (#14180) 2020-04-30 08:31:58 +10:00
test_extmath.py BUG exchanging _safe_accumulator_op for np.average (#18537) 2020-10-06 17:14:28 +02:00
test_fast_dict.py MAINT Make utlis.fast_dict private (#15223) 2019-10-14 00:36:36 -04:00
test_fixes.py MNT Put back and properly deprecate MaskedArray (#17199) 2020-05-13 08:52:25 +02:00
test_metaestimators.py MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
test_mocking.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
test_multiclass.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
test_murmurhash.py MNT towards removing assert_equal, etc (#14222) 2019-07-01 09:13:32 -04:00
test_optimize.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_parallel.py FIX Passes global configuration when spawning joblib jobs (#17634) 2020-09-21 16:59:42 +02:00
test_pprint.py MNT Avoid nonlinear complexity for repr of nested estimators when print_c… (#18508) 2020-10-08 14:48:58 +02:00
test_random.py MAINT Remove outdated numpy and scipy backports (#16725) 2020-03-20 13:57:18 +01:00
test_seq_dataset.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_shortest_path.py TST: fix undefined behavior in test 2015-08-06 23:44:14 +03:00
test_show_versions.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_sparsefuncs.py MNT Completes position arg deprecation (#17272) 2020-05-19 09:07:25 +02:00
test_stats.py ENH add support for sample weights in MAE (#17225) 2020-05-27 15:03:43 +02:00
test_testing.py MNT Use a pytest-like context manager in estimator_checks.py (#18418) 2020-09-28 15:05:43 -04:00
test_utils.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
test_validation.py FIX be more permissive with using subtype in test_check_pandas_sparse_valid (#18277) 2020-08-27 17:17:57 +02:00