| .. |
|
src
|
MAINT Remove vendored C99 lgamma implementation (#14555)
|
2019-08-07 11:23:39 +02:00 |
|
tests
|
TST Relax init parameter checks for unmutable objects (#17936)
|
2020-08-07 09:15:27 +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
|
…
|
|
|
_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
|
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 code hygiene on _mocking.py (#17894)
|
2020-07-12 16:06:53 -04: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
|
DOC Fix numpydoc section name Return -> Returns (#17879)
|
2020-07-11 17:32:12 -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
|
DOC Fix documentation of defaults in sklearn.utils.class_weight (#17981)
|
2020-07-24 15:37:05 -04:00 |
|
deprecation.py
|
MNT removed deprecated files generation (#17132)
|
2020-05-25 17:34:17 +02:00 |
|
estimator_checks.py
|
TST Relax init parameter checks for unmutable objects (#17936)
|
2020-08-07 09:15:27 +02:00 |
|
extmath.py
|
DOC Add note on the max number of extmath.cartesian arguments (#16406)
|
2020-08-07 22:31:03 +02:00 |
|
fixes.py
|
MNT define a parse_version function in sklearn.utils.fixes (#17670)
|
2020-06-24 13:35:49 +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
|
Fix mypy errors (#16726)
|
2020-03-30 15:41:05 +02: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
|
MNT Use a common language_level cython directive (#13630)
|
2019-04-13 07:30:18 +02: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 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
|
FIX use specific threshold to discard eigenvalues with 32 bits fp(#18149)
|
2020-08-13 13:57:04 +02:00 |