scikit-learn/sklearn/utils
Olivier Grisel 2efa626f9b [MRG] Fix strict tests
* FIX test_common: assert_greater_equal(iter_, 1)

The previous check was too strict. It is fine for an estimator to
decide that is has converged in one pass over the data.

* STYLE PEP8

* FIX test_reconstruct_patches_perfect_color too strict

* STYLE flake8 fixes
2016-04-07 09:55:08 +02:00
..
sparsetools C file removal + cython build + Travis build cache 2015-11-04 14:30:06 +01:00
src COSMIT various typofixes 2013-04-11 21:22:14 +02:00
tests [MRG] #6581 n_samples of utils.resample can be more when replace is True 2016-04-02 08:58:40 +02:00
__init__.py [MRG] #6581 n_samples of utils.resample can be more when replace is True 2016-04-02 08:58:40 +02:00
_logistic_sigmoid.pyx ENH speed up logistic_sigmoid (using less code) 2013-07-28 16:44:13 +02:00
_random.pxd MISC rename random.pyx to _random.pyx 2014-07-14 20:47:17 +02:00
_random.pyx DOC fix sample_without_replacement docstring. Closes #4699. 2015-05-13 11:20:55 -04: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 fix for missing classes found in y #4327 2015-11-16 16:36:01 -08:00
deprecation.py MAINT move deprecated into deprecation.py 2015-10-19 22:35:36 +02:00
estimator_checks.py [MRG] Fix strict tests 2016-04-07 09:55:08 +02:00
extmath.py ENH RandomizedPCA collapsed into PCA 2016-03-11 09:10:37 +11: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 Multitarget regression meta estimator 2016-03-10 16:06:08 -05: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 Fix typos, no shortenings in name, simplify example. 2014-12-24 15:09:20 -05:00
mocking.py FIX / TST make cross_val_predict work on lists, test pass-through and compatibility with various input types. 2015-05-19 15:04:45 -04: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 spellfixes 2013-06-29 16:18:23 +03:00
optimize.py ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
random.py General spelling fixes 2015-12-16 09:46:42 -08:00
seq_dataset.pxd make X_stride be np.npy_intp 2016-02-15 14:09:18 +01:00
seq_dataset.pyx Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
setup.py MISC rename random.pyx to _random.pyx 2014-07-14 20:47:17 +02:00
sparsefuncs.py partial_fit for scalers 2015-10-13 11:37:00 +02:00
sparsefuncs_fast.pxd Moved sparsefuncs to sparsefuncs_fast 2014-03-27 13:20:45 +05:30
sparsefuncs_fast.pyx Use fused type in inplace normalize 2016-03-26 10:38:17 +08:00
stats.py TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
testing.py Meta estimator for multi output classification 2016-04-01 07:18:59 +05:30
validation.py Leading underscores for warnings imported from sklearn.exceptions 2016-01-08 12:40:10 -05: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 MAINT remove my email address 2016-03-04 10:43:41 +01:00