scikit-learn/sklearn/utils
Thomas J. Fan 692899d172
TST Fix estimator checks for classifers with poor_score tag (#16851)
2020-06-27 10:56:15 +02:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests TST Fix estimator checks for classifers with poor_score tag (#16851) 2020-06-27 10:56:15 +02:00
__init__.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02: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 CLN Refactors _encode into two functions (#17101) 2020-05-12 14:23:00 -04:00
_estimator_html_repr.py ENH Adds HTML visualizations for estimators (#14180) 2020-04-30 08:31:58 +10: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 MNT CI dropping python-3.5 (#15106) 2020-02-10 12:28:42 +01:00
_mocking.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +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 FIX changed_only=True with kwargs parameters (#17205) 2020-05-13 13:02:41 -04:00
_random.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_random.pyx MNT Remaining numpy alias (#17712) 2020-06-25 11:57:11 +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 MNT Add threadpoolctl in show_versions (#17241) 2020-05-15 12:45:37 -04:00
_testing.py Remove deprecated utils (#17133) 2020-05-20 22:03:54 +02: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 MNT Completes position arg deprecation (#17272) 2020-05-19 09:07:25 +02:00
deprecation.py MNT removed deprecated files generation (#17132) 2020-05-25 17:34:17 +02:00
estimator_checks.py TST Fix estimator checks for classifers with poor_score tag (#16851) 2020-06-27 10:56:15 +02:00
extmath.py Replaces array_like with array-like (#17463) 2020-06-06 12:27:11 -04:00
fixes.py MNT define a parse_version function in sklearn.utils.fixes (#17670) 2020-06-24 13:35:49 +02:00
graph.py MNT Completes position arg deprecation (#17272) 2020-05-19 09:07:25 +02:00
graph_shortest_path.pyx DOC Fix typos, via a Levenshtein-style corrector (#15923) 2019-12-19 16:26:02 -08:00
metaestimators.py Fix mypy errors (#16726) 2020-03-30 15:41:05 +02:00
multiclass.py API kwonly for utils (#17046) 2020-04-27 15:42:01 +02: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 Remove deprecated utils (#17133) 2020-05-20 22:03:54 +02:00
random.py DOC Change formatting of default values in docstring in random.py (#17495) 2020-06-15 17:25:15 +02:00
setup.py BLD lazy import of tempita to avoid cython dependency (#15313) 2019-10-25 14:42:18 +02:00
sparsefuncs.py MNT Completes position arg deprecation (#17272) 2020-05-19 09:07:25 +02: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 MNT More replacements of numpy aliases with built-in types (#17707) 2020-06-26 12:45:03 +02:00