scikit-learn/sklearn/utils/tests
Thomas J. Fan b197cc04e5
MNT Correctly errors in check_array with dtype=numeric and string/bytes (#18496)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2020-11-18 18:18:31 +01: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 ENH Adds missing value support to OneHotEncoder (#17317) 2020-10-09 08:38:33 +02:00
test_estimator_checks.py MNT Raise error if parameter cannot be retrieved (#17448) 2020-10-28 19:05:15 +01: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 incremental mean and var for weighted sparse X (#18569) 2020-10-23 22:16:27 +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 MNT Correctly errors in check_array with dtype=numeric and string/bytes (#18496) 2020-11-18 18:18:31 +01:00