scikit-learn/sklearn/utils
Guillaume Lemaitre 73732e5a0b
TST Add sample order invariance to estimator_checks (#18570)
2020-10-08 15:02:09 +02:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests TST Add sample order invariance to estimator_checks (#18570) 2020-10-08 15:02:09 +02:00
__init__.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04: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 DOC Fix documentation of default values in sklearn.utils._encode.py (#17859) 2020-07-12 13:06:57 -04: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 MNT Make utils.weight_vector and utils.seq_dataset private (#15225) 2019-10-13 14:36:57 +02:00
_show_versions.py DOC Fix numpydoc section name Return -> Returns (#17879) 2020-07-11 17:32:12 -04:00
_testing.py MNT Use a pytest-like context manager in estimator_checks.py (#18418) 2020-09-28 15:05:43 -04: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 TST Add sample order invariance to estimator_checks (#18570) 2020-10-08 15:02:09 +02:00
extmath.py MRG Sample weight for StandardScaler (#18510) 2020-10-07 10:10:30 +02:00
fixes.py FIX Passes global configuration when spawning joblib jobs (#17634) 2020-09-21 16:59:42 +02: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 DOC Fix doc of defaults in sklearn.utils.multiclass.py (#18021) 2020-07-28 14:46:06 -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 DOC Fix documentation of default values in sklearn.utils.optimize.py (#17881) 2020-07-12 12:05:07 -04: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 DOC Fix docs for default values in sklearn.utils.sparsefuncs (#18400) 2020-09-17 13:08:24 -04:00
sparsefuncs_fast.pyx BUG avoid nan variance with sparse input in StandardScaler (#16466) 2020-02-27 00:00:22 +11:00
stats.py ENH add support for sample weights in MAE (#17225) 2020-05-27 15:03:43 +02:00
validation.py DOC Fix docs of default values in sklearn.utils.validation (#18401) 2020-09-17 13:17:32 -04:00