scikit-learn/sklearn/utils
Guillaume Lemaitre ad3c288182
MNT minimally revert strict_mode (#18905)
* MNT minimally revert strict_mode

* remove test

* Update sklearn/utils/estimator_checks.py

Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>

Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
2020-11-25 13:31:32 +01:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests MNT Correctly errors in check_array with dtype=numeric and string/bytes (#18496) 2020-11-18 18:18:31 +01:00
__init__.py FIX VisibleDeprecationWarning in unit tests and docstrings (#18414) 2020-10-28 14:47:57 +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
_encode.py FIX Fixes encoders for string dtypes (#15763) 2020-10-27 12:08:56 +01:00
_estimator_html_repr.py DOC Fix docs of default values in _estimator_hhtml_repr (#18385) 2020-09-21 17:11:09 -04: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 consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
_mask.py ENH Allow precomputed mask as input for MissingIndicator (#15089) 2020-08-31 16:26:38 -04:00
_mocking.py DOC Fix documentation of default values in sklearn.utils._mocking.py (#18351) 2020-09-07 17:31:18 +02:00
_openmp_helpers.pyx [MRG] BUILD: warn instead of raise when openmp unsupported (#15174) 2019-11-13 10:03:12 +01:00
_pprint.py MNT Avoid nonlinear complexity for repr of nested estimators when print_c… (#18508) 2020-10-08 14:48:58 +02:00
_random.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_random.pyx DOC Add None as valid option to random_state for utils module (#18253) 2020-08-25 08:44:46 +02: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 CI fix some nightly job failures (#18711) 2020-11-12 15:10:56 -05:00
_show_versions.py DOC Fix numpydoc section name Return -> Returns (#17879) 2020-07-11 17:32:12 -04:00
_testing.py ENH add support for sample_weights in StandardScaler when X is sparse (#18682) 2020-10-28 09:34:17 +01: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 Fix documentation of defaults in sklearn.utils.class_weight (#17981) 2020-07-24 15:37:05 -04:00
deprecation.py DOC Fix documentation of default values in sklearn.deprecation (#18387) 2020-09-17 12:57:58 -04:00
estimator_checks.py MNT minimally revert strict_mode (#18905) 2020-11-25 13:31:32 +01:00
extmath.py Modify randomized_svd random_state default in doc (#18564) 2020-10-08 20:58:57 +02:00
fixes.py BUG Fix numpy version for `_take_along_axis` in fixes.py (#18745) 2020-11-03 08:52:11 +01:00
graph.py DOC Fix doc of defaults in sklearn.utils.graph.py (#18064) 2020-08-02 15:46:12 -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 ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143) 2020-10-07 21:53:36 +11:00
multiclass.py FIX handle VisibleDeprecationWarning in type_of_target and is_multilabel (#18423) 2020-10-29 10:44:13 -04:00
murmurhash.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
murmurhash.pyx DOC Fix default values in murmurhash.pyx (#18336) 2020-09-17 18:22:09 -04:00
optimize.py CI fix some nightly job failures (#18711) 2020-11-12 15:10:56 -05:00
random.py DOC Add None as valid option to random_state for utils module (#18253) 2020-08-25 08:44:46 +02:00
setup.py BLD lazy import of tempita to avoid cython dependency (#15313) 2019-10-25 14:42:18 +02:00
sparsefuncs.py ENH add support for sample_weights in StandardScaler when X is sparse (#18682) 2020-10-28 09:34:17 +01:00
sparsefuncs_fast.pyx ENH add support for sample_weights in StandardScaler when X is sparse (#18682) 2020-10-28 09:34:17 +01:00
stats.py ENH add support for sample weights in MAE (#17225) 2020-05-27 15:03:43 +02:00
validation.py MNT Correctly errors in check_array with dtype=numeric and string/bytes (#18496) 2020-11-18 18:18:31 +01:00