scikit-learn/sklearn/utils
Roman Yurchak bbc23691cb MNT remove utils._unittest_backport which was needed for Python<3.5 (#15252) 2019-10-20 14:00:29 +02:00
..
src MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
tests MAINT Make utlis.fast_dict private (#15223) 2019-10-14 00:36:36 -04:00
__init__.py DOC Sphinx Unexpected unindent warnings (#15130) 2019-10-04 10:56:32 -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
_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 DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
_openmp_helpers.pyx MNT New helper for effective number of OpenMP threads (#14196) 2019-10-17 08:38:14 -04: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 MAINT Remove BLAS infos from show_versions and build log (#14205) 2019-07-18 12:55:56 +02:00
_weight_vector.pxd MNT Make utils.weight_vector and utils.seq_dataset private (#15225) 2019-10-13 14:36:57 +02: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 MNT Fixes pytest by using deprecated_modules (#15291) 2019-10-18 18:09:46 +02:00
estimator_checks.py TST Adding multi-output checks to common tests (#13392) 2019-10-01 14:20:11 +02:00
extmath.py ENH safe_sparse_dot work on 3D+ arrays (#14538) 2019-09-10 21:45:57 +02: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 MAINT Fix GCC warnings from Cython (#14077) 2019-07-01 18:55:29 +02:00
linear_assignment_.py MNT Import linear assignment from scipy (#13465) 2019-04-17 19:59:19 +10:00
metaestimators.py MNT Make safe_indexing private (#15104) 2019-10-02 11:47:46 -04:00
multiclass.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -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 Deprecate utils.{optimize.newton_cg,random.random_choice_csc} (#15040) 2019-09-27 09:46:17 +02:00
random.py Deprecate utils.{optimize.newton_cg,random.random_choice_csc} (#15040) 2019-09-27 09:46:17 +02:00
setup.py MNT New helper for effective number of OpenMP threads (#14196) 2019-10-17 08:38:14 -04: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
testing.py MNT remove utils._unittest_backport which was needed for Python<3.5 (#15252) 2019-10-20 14:00:29 +02:00
validation.py ENH respect dtypes in pandas dataframes if homogeneous (#15094) 2019-10-08 14:39:03 +11:00