scikit-learn/sklearn/utils
Joris Van den Bossche a304db98c5 DOC: add to docstring that check_array does not check for np.inf for object dtype (#13348) 2019-03-04 08:18:05 +01:00
..
src [MRG] MAINT: Continue moving from CBLAS to scipy cython blas (#13084) 2019-02-20 19:23:34 +01:00
tests TST: add test for common test check_class_weight_balanced_linear_classifier (#13313) 2019-03-01 16:57:52 +01:00
__init__.py FEA Neighborhood Components Analysis (#10058) 2019-02-28 15:58:07 +01:00
_cython_blas.pxd [MRG] MAINT: Continue moving from CBLAS to scipy cython blas (#13084) 2019-02-20 19:23:34 +01:00
_cython_blas.pyx [MRG] MAINT: Continue moving from CBLAS to scipy cython blas (#13084) 2019-02-20 19:23:34 +01:00
_joblib.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
_logistic_sigmoid.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_pprint.py FIX builtin PrettyPrinter usage on estimators (#12938) 2019-01-14 17:29:57 +11:00
_random.pxd MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_random.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_scipy_sparse_lsqr_backport.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
_show_versions.py MNT Change show_versions format to suit markdown (#12255) 2018-10-04 09:38:35 +08:00
_unittest_backport.py MNT Converting http to https (#12277) 2018-10-04 22:37:57 +08:00
arrayfuncs.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
class_weight.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
deprecation.py MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
estimator_checks.py TST: add test for common test check_class_weight_balanced_linear_classifier (#13313) 2019-03-01 16:57:52 +01:00
extmath.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
fast_dict.pxd MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
fast_dict.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
fixes.py [MRG+1] Use astype(.., copy=False) when possible (#11973) 2019-03-01 11:07:10 +01: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 Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
lgamma.pxd MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
lgamma.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
linear_assignment_.py MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
metaestimators.py MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
mocking.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
multiclass.py [MRG+2] Change ovr_decision_function scale (#10440) 2019-02-28 15:04:50 +01:00
murmurhash.pxd MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
murmurhash.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
optimize.py [MRG+1] DOC insert spaces before colons in parameter lists (#7920) 2016-11-25 10:59:22 +01:00
random.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
seq_dataset.pxd.tp LogisticRegression convert to float64 (for SAG solver) (#13243) 2019-02-27 11:14:29 +01:00
seq_dataset.pyx.tp LogisticRegression convert to float64 (for SAG solver) (#13243) 2019-02-27 11:14:29 +01:00
setup.py LogisticRegression convert to float64 (for SAG solver) (#13243) 2019-02-27 11:14:29 +01:00
sparsefuncs.py FIX (0.21) make count_nonzero dtype invariant wrt axis (#12341) 2018-10-14 21:12:02 +08:00
sparsefuncs_fast.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
stats.py MNT simple deprecations and removals for 0.21 (#12238) 2018-10-11 14:56:37 -04:00
testing.py FIX skip external modules during all_estimators (#13239) 2019-02-25 13:56:42 +01:00
validation.py DOC: add to docstring that check_array does not check for np.inf for object dtype (#13348) 2019-03-04 08:18:05 +01:00
weight_vector.pxd MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
weight_vector.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00