scikit-learn/sklearn/utils
Joel Nothman 477c921c0f
ENH extending BaseSearchCV with a custom search strategy (#9599)
2018-08-06 08:18:48 +10:00
..
sparsetools COSMIT add missing spaces in deprecated messages 2017-06-09 16:00:01 +02:00
src COSMIT various typofixes 2013-04-11 21:22:14 +02:00
tests Fix filename test_{print->show}_versions.py (#11726) 2018-08-01 11:35:08 +03:00
__init__.py Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
_joblib.py [MRG] TST: avoid DeprecationWarning on latest joblib (#11625) 2018-07-20 16:13:50 +02:00
_logistic_sigmoid.pyx MNT Replacing log with log1p where applicable. (#11428) 2018-07-14 21:05:03 +08:00
_random.pxd doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
_random.pyx MAINT Fix escape sequences that are deprecated in Python 3.6 (#10578) 2018-02-07 10:41:21 +11:00
_scipy_sparse_lsqr_backport.py FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
_show_versions.py MNT Add sklearn show_versions() method (#11596) 2018-08-01 09:12:51 +10:00
_unittest_backport.py [MRG+2] Add common test for set_params behavior (#7760) 2018-07-16 17:58:55 +02:00
arpack.py COSMIT add missing spaces in deprecated messages 2017-06-09 16:00:01 +02:00
arrayfuncs.pyx Simplify chain comparaison 2015-11-01 21:59:38 +01:00
bench.py DOC Fixed doc issues for utils module (#11445) 2018-07-22 15:23:11 +10:00
class_weight.py [MRG+1] Drop NumPy < 1.8 (#8874) 2017-06-07 17:06:06 +02:00
deprecation.py DOC Fixed doc issues for utils module (#11445) 2018-07-22 15:23:11 +10:00
estimator_checks.py FIX: enfore backward compatibility of decision function in Iforest (#11553) 2018-07-23 13:05:48 +02:00
extmath.py [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
fast_dict.pxd Remove unused assignments in pxd file. (#9129) 2017-06-15 17:29:13 +10:00
fast_dict.pyx BUG: work aroundd Cython bug to build with clang 2014-02-17 15:27:10 +01:00
fixes.py DOC Fixed doc issues for utils module (#11445) 2018-07-22 15:23:11 +10:00
graph.py DOC clean up assorted type specifications (#10441) 2018-01-11 09:11:17 +11:00
graph_shortest_path.pyx Fix typos (#9150) 2017-06-18 19:25:07 +10:00
lgamma.pxd ENH: use lgamma function from John D. Cook 2013-01-13 14:03:45 +00:00
lgamma.pyx COSMIT translate lgamma replacement to C and clean it up 2013-01-31 01:22:08 +01:00
linear_assignment_.py DOC clean up assorted type specifications (#10441) 2018-01-11 09:11:17 +11:00
metaestimators.py BUG: Fixes _BaseCompostion._set_params broken where there are no estimators (#11333) 2018-07-20 04:13:55 -05:00
mocking.py DOC Fixed doc issues for utils module (#11445) 2018-07-22 15:23:11 +10:00
multiclass.py [MRG] Fix DeprecationWarning due to collections.abc in Python 3.7 (#11431) 2018-07-14 15:14:02 -05:00
murmurhash.pxd ENH feature hashing transformer 2012-11-17 17:29:20 +01:00
murmurhash.pyx [MRG+1] DOC insert spaces before colons in parameter lists (#7920) 2016-11-25 10:59:22 +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 [MRG+1] Fix bad fp-comparisons (#11591) 2018-07-18 21:09:04 +02:00
seq_dataset.pxd make X_stride be np.npy_intp 2016-02-15 14:09:18 +01:00
seq_dataset.pyx [MRG+1] Add a stopping criterion in SGD, based on the score on a validation set (#9043) 2018-07-05 16:25:34 +02:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
sparsefuncs.py [MRG] ENH: Ignore NaNs in StandardScaler and scale (#11206) 2018-06-21 15:48:38 +02:00
sparsefuncs_fast.pyx [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
stats.py COSMIT add missing spaces in deprecated messages 2017-06-09 16:00:01 +02:00
testing.py ENH extending BaseSearchCV with a custom search strategy (#9599) 2018-08-06 08:18:48 +10:00
validation.py DOC Fixed doc issues for utils module (#11445) 2018-07-22 15:23:11 +10:00
weight_vector.pxd clean up and average can now be set to an int indicating the number of iterations before averaging 2014-10-03 15:44:15 +02:00
weight_vector.pyx Deprecate n_iter in SGDClassifier and implement max_iter (#5036) 2017-06-23 21:49:29 +02:00