scikit-learn/sklearn/utils
TomDLT fecd35567e FIX array_equal for numpy < 1.8.1 2015-09-16 19:15:48 +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 Merge pull request #5245 from ogrisel/lda-acronym-deprecation 2015-09-14 13:35:06 +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 MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +02:00
extmath.py Merge pull request #5225 from MechCoder/fix_overflow 2015-09-09 11:47:35 -04: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 array_equal for numpy < 1.8.1 2015-09-16 19:15:48 +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 ENH fix astype usage to prevent copying 2014-06-18 11:01:28 +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 FIX array_equal for numpy < 1.8.1 2015-09-16 19:15:48 +02: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 ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
seq_dataset.pxd ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
seq_dataset.pyx ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
setup.py MISC rename random.pyx to _random.pyx 2014-07-14 20:47:17 +02:00
sparsefuncs.py TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
sparsefuncs_fast.c FIX commit re-cythonized sparsefuncs_fast 2015-07-31 21:35:05 +02:00
sparsefuncs_fast.pxd Moved sparsefuncs to sparsefuncs_fast 2014-03-27 13:20:45 +05:30
sparsefuncs_fast.pyx FIX assign_rows_csr: should not zero the entire out array 2015-07-31 10:59:23 +02:00
stats.py TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
testing.py MAINT enable multiprocessing + kmeans test on Python 3.4 2015-09-04 11:47:34 +02:00
validation.py check_X_y: Added mention that function returns y array 2015-09-12 18:14:48 -05: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