scikit-learn/sklearn/utils
Alexandre Batisse 418e0d55d3
[MRG] CLN Remove the use of assert_raises in utils/ (#16337)
* CLN use pytest raises ctxt manager for class weights & estimators [skip ci]

* CLN use pytest raises ctxt manager for multiclass test

* CLN use pytest warns in estimator checks test

* CLN use pytest raises ctxt manager for random test

* CLN use pytest raises ctxt manager for sparsefuncs test

* CLN use pytest raises ctxt manager for testing utils tests

* CLN use pytest raises ctxt manager for utils tests

* CLN use pytest raises ctxt manager for validation tests

* revert test_estimator_check.py to upstream master
2020-02-02 14:44:19 +01:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests [MRG] CLN Remove the use of assert_raises in utils/ (#16337) 2020-02-02 14:44:19 +01:00
__init__.py ENH check for invalid batch_size in gen_batches (#16181) 2020-01-27 09:24:50 +01:00
_cython_blas.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_cython_blas.pyx [MRG] MAINT: Continue moving from CBLAS to scipy cython blas (#13084) 2019-02-20 19:23:34 +01:00
_fast_dict.pxd MAINT Make utlis.fast_dict private (#15223) 2019-10-14 00:36:36 -04:00
_fast_dict.pyx MAINT Make utlis.fast_dict private (#15223) 2019-10-14 00:36:36 -04:00
_joblib.py MNT remove unused imports (#14021) 2019-06-04 23:15:19 +10:00
_logistic_sigmoid.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_mask.py MAINT Makes sure mask is private (#15091) 2019-09-25 19:34:21 +02:00
_mocking.py TST Add test for documentation of the classes_ attribute (#16277) 2020-01-31 14:12:43 +01:00
_openmp_helpers.pyx [MRG] BUILD: warn instead of raise when openmp unsupported (#15174) 2019-11-13 10:03:12 +01:00
_pprint.py FIX Fixed array equality check in pprint (#13584) 2019-04-09 15:00:29 -07:00
_random.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_random.pyx MAINT Replace absolute imports with relative imports (#13653) 2019-04-17 12:45:14 -04:00
_seq_dataset.pxd.tp MNT Make utils.weight_vector and utils.seq_dataset private (#15225) 2019-10-13 14:36:57 +02:00
_seq_dataset.pyx.tp MNT Make utils.weight_vector and utils.seq_dataset private (#15225) 2019-10-13 14:36:57 +02:00
_show_versions.py [MRG] BUILD: warn instead of raise when openmp unsupported (#15174) 2019-11-13 10:03:12 +01:00
_testing.py BUG fix pip3 ubuntu update by suffixing file (#15928) 2019-12-20 11:11:20 -05:00
_weight_vector.pxd MNT Include all pxd files in the package (#15626) 2019-11-26 17:37:26 +01:00
_weight_vector.pyx MNT Make utils.weight_vector and utils.seq_dataset private (#15225) 2019-10-13 14:36:57 +02:00
arrayfuncs.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
class_weight.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
deprecation.py DOC Fix typos, via a Levenshtein-style corrector (#15923) 2019-12-19 16:26:02 -08:00
estimator_checks.py TST Add common check for classiffiers / regressors with float32 (#16359) 2020-02-02 11:52:02 +01:00
extmath.py DOC improve random state docsting for extmath module (#16239) 2020-01-27 22:14:24 +01:00
fixes.py MNT Remove utils.fixes.parallel_helper (#15232) 2019-10-14 07:45:10 -04:00
graph.py MNT simple deprecations and removals for 0.21 (#12238) 2018-10-11 14:56:37 -04:00
graph_shortest_path.pyx DOC Fix typos, via a Levenshtein-style corrector (#15923) 2019-12-19 16:26:02 -08:00
metaestimators.py MNT Make safe_indexing private (#15104) 2019-10-02 11:47:46 -04:00
multiclass.py ENH Support for list of lists or list of arrays multilabel indicator (continuation) (#14865) 2019-10-25 11:37:18 +11:00
murmurhash.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
murmurhash.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
optimize.py Fix: Possible unnecessary iterations in Newton-CG algorithm (#16266) 2020-01-31 11:03:20 +11:00
random.py DOC improve random_state docstring random modue (#15576) 2020-01-09 10:54:45 +01:00
setup.py BLD lazy import of tempita to avoid cython dependency (#15313) 2019-10-25 14:42:18 +02:00
sparsefuncs.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
sparsefuncs_fast.pyx MAINT Fix GCC warnings from Cython (#14077) 2019-07-01 18:55:29 +02:00
stats.py MAINT Replace absolute imports with relative imports (#13653) 2019-04-17 12:45:14 -04:00
validation.py MNT Small check sample weight refactor (#16324) 2020-01-30 22:11:41 +01:00