scikit-learn/sklearn/utils
Peter Fischer 8ff339eb5b Update test_utils.py
Comment instead of docstring to follow sklearn convention.
Regression test made easier by adding small value to main diagonal of s.p.d. matrix
2015-10-23 08:57:31 +02:00
..
sparsetools MAINT remove unused MST code 2014-09-04 12:47:35 +02:00
src COSMIT various typofixes 2013-04-11 21:22:14 +02:00
tests Update test_utils.py 2015-10-23 08:57:31 +02:00
__init__.py FIX/ENH Make the moved class resilient to the deprecation patching 2015-10-20 01:24:35 +02:00
_logistic_sigmoid.c ENH speed up logistic_sigmoid (using less code) 2013-07-28 16:44:13 +02:00
_logistic_sigmoid.pyx ENH speed up logistic_sigmoid (using less code) 2013-07-28 16:44:13 +02:00
_random.c DOC fix sample_without_replacement docstring. Closes #4699. 2015-05-13 11:20:55 -04: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 FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
arrayfuncs.c MAINT remove leftovers from solve_triangular 2014-03-10 17:25:47 +01:00
arrayfuncs.pyx MAINT remove leftovers from solve_triangular 2014-03-10 17:25:47 +01:00
bench.py COSMIT pep8 2011-12-15 17:08:30 +01:00
class_weight.py Addressed comments on PR #5451 2015-10-21 10:24:23 +02:00
deprecation.py MAINT move deprecated into deprecation.py 2015-10-19 22:35:36 +02:00
estimator_checks.py Fix fit_transform, stability issue and scale issue in PLS 2015-10-22 14:25:59 +02:00
extmath.py DOC versionadded randomized_svd 2015-10-21 18:28:37 +02:00
fast_dict.cpp BUG: work aroundd Cython bug to build with clang 2014-02-17 15:27:10 +01: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 FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
graph.py ENH improve check_array 2015-05-19 16:13:42 +02:00
graph_shortest_path.c DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
graph_shortest_path.pyx DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
lgamma.c COSMIT translate lgamma replacement to C and clean it up 2013-01-31 01:22:08 +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: TODO notice in Hungarian algorithm, use SciPy version when released 2015-09-24 22:45:27 +02: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 a common test to check if classifiers fail when fed regression targets 2015-10-14 14:46:13 -04:00
murmurhash.c DOC spellfixes 2013-06-29 16:18:23 +03: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 ENH improve check_array 2015-05-19 16:13:42 +02:00
seq_dataset.c Increase length of array indexing type in ArrayDataset 2015-10-08 14:56:05 -07:00
seq_dataset.pxd ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
seq_dataset.pyx Increase length of array indexing type in ArrayDataset 2015-10-08 14:56:05 -07:00
setup.py MISC rename random.pyx to _random.pyx 2014-07-14 20:47:17 +02:00
sparsefuncs.c partial_fit for scalers 2015-10-13 11:37:00 +02:00
sparsefuncs.py partial_fit for scalers 2015-10-13 11:37:00 +02:00
sparsefuncs_fast.c 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 partial_fit for scalers 2015-10-13 11:37:00 +02:00
stats.py TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
testing.py FIX Remove BinaryGaussianProcessClassifierLaplace from packages __all__ list 2015-10-19 18:07:13 +02:00
validation.py Added documentation about y nan handling in check_X_y 2015-10-21 11:11:08 -04:00
weight_vector.c 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.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 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