scikit-learn/sklearn/utils
jblackburne ba7cf38f99 Removed isclose from _binary_clf_curve. (#7353)
Added a bugfix report to whats_new.rst. Modified a unit test to check for the kind of problems caused by isclose.
2016-09-11 12:48:32 +10:00
..
sparsetools TST ensure tests are importable 2016-06-13 20:29:46 +10:00
src COSMIT various typofixes 2013-04-11 21:22:14 +02:00
tests [MRG + 1] FIX use high precision cumsum and check it is stable enough (#7331) 2016-09-09 06:17:12 +02:00
__init__.py [MRG] Remove heavy memory footprint in BaseBagging due to OOB scoring (#7118) 2016-08-23 16:59:32 +10:00
_logistic_sigmoid.pyx ENH speed up logistic_sigmoid (using less code) 2013-07-28 16:44:13 +02:00
_random.pxd doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
_random.pyx [MR] Speed issues in sample_without_replacement - bugfix (#7104) 2016-08-06 21:23:19 +10:00
_scipy_sparse_lsqr_backport.py FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
arpack.py ENH RandomizedPCA collapsed into PCA 2016-03-11 09:10:37 +11:00
arrayfuncs.pyx Simplify chain comparaison 2015-11-01 21:59:38 +01:00
bench.py COSMIT pep8 2011-12-15 17:08:30 +01:00
class_weight.py fixed error message for invalid class_weight values 2016-06-02 01:13:57 +05:00
deprecation.py MAINT move deprecated into deprecation.py 2015-10-19 22:35:36 +02:00
estimator_checks.py [MRG] add warning when importing old or new pickle. (#7248) 2016-09-10 14:17:42 +02:00
extmath.py [MRG + 1] FIX use high precision cumsum and check it is stable enough (#7331) 2016-09-09 06:17:12 +02:00
fast_dict.pxd BUG: work aroundd Cython bug to build with clang 2014-02-17 15:27:10 +01:00
fast_dict.pyx BUG: work aroundd Cython bug to build with clang 2014-02-17 15:27:10 +01:00
fixes.py Removed isclose from _binary_clf_curve. (#7353) 2016-09-11 12:48:32 +10:00
graph.py ENH improve check_array 2015-05-19 16:13:42 +02:00
graph_shortest_path.pyx Remove cython warnings 2015-11-02 10:33:36 +01: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] Fix broken links 2016-03-23 12:45:34 -07:00
metaestimators.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
mocking.py [MRG + 2] remove complicated equality checks in clone as __init__ shouldn't touch anything. (#5540) 2016-09-08 10:07:11 +10:00
multiclass.py General spelling fixes 2015-12-16 09:46:42 -08:00
murmurhash.pxd ENH feature hashing transformer 2012-11-17 17:29:20 +01:00
murmurhash.pyx doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
optimize.py use class_weight through sample_weight in LogisticRegression with liblinear 2016-05-25 14:54:02 +02:00
random.py [MRG+1] fix sampling in stratified shuffle split (#6472) 2016-09-09 19:00:49 +02:00
seq_dataset.pxd make X_stride be np.npy_intp 2016-02-15 14:09:18 +01:00
seq_dataset.pyx doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
setup.py MAINT: re-organize setup.py & make sure all tests are discoverable by nose 2016-05-13 06:57:09 -07:00
sparsefuncs.py partial_fit for scalers 2015-10-13 11:37:00 +02:00
sparsefuncs_fast.pyx Merge pull request #6613 from nelson-liu/correct_license_spelling 2016-06-15 13:58:59 +02:00
stats.py TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
testing.py [MRG] ENH enable setting pipeline components as parameters (#1769) 2016-08-29 23:32:42 +10:00
validation.py ENH make validation message easier to understand (#7294) 2016-08-31 21:35:57 +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 doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00