scikit-learn/sklearn/utils
Gilles Louppe 008adf11ad Merge pull request #5375 from rvraghav93/set_precision
[MRG + 2] FIX precision to float64 across the codebase
2015-10-19 11:02:04 +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 FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
__init__.py MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +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 Fix check in `compute_class_weight`. 2015-09-12 10:19:24 -07:00
estimator_checks.py Merge pull request #5423 from MechCoder/example_fix 2015-10-17 09:24:04 +02:00
extmath.py Merge pull request #4478 from amueller/fix_randomized_svd_transpose 2015-10-15 13:39:46 +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 partial_fit for scalers 2015-10-13 11:37:00 +02:00
validation.py removed reshaping in fast_mcd and replaced by check_array 2015-10-09 18:41:59 -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