scikit-learn/sklearn/utils
Arnaud Joly bd1686b3a5 Merge pull request #2804 from arjoly/lrap
[MRG+1] Label ranking average precision
2014-07-19 12:05:48 +02:00
..
sparsetools Replacing the test .todense() methods with .toarray() 2014-05-20 21:44:34 -04:00
src COSMIT various typofixes 2013-04-11 21:22:14 +02:00
tests Merge pull request #2804 from arjoly/lrap 2014-07-19 12:05:48 +02:00
__init__.py ENH don't convert dataframes in grid search and cross-validation 2014-07-18 10:02:14 +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 MISC rename random.pyx to _random.pyx 2014-07-14 20:47:17 +02:00
_random.pxd MISC rename random.pyx to _random.pyx 2014-07-14 20:47:17 +02:00
_random.pyx MISC rename random.pyx to _random.pyx 2014-07-14 20:47:17 +02:00
arpack.py BUG fix whitespace in error messages 2013-08-26 17:02:52 +02: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 MAINT drop support for NumPy < 1.6.1 2014-03-02 20:13:57 +01:00
estimator_checks.py Merge pull request #3439 from arjoly/test-commons 2014-07-19 11:40:47 +02:00
extmath.py Remove 'DeprecationWarning: using a non-integer number instead of an integer will result in an error in the future' warnings 2014-07-18 15:16:56 +01: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 expit bug with out != None 2014-07-14 22:30:02 +02:00
graph.py Now that the folder has more than just mst in it, rename to sparsetools, which should help with referencing it. 2013-07-22 10:27:26 +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
mocking.py ENH don't convert dataframes in grid search and cross-validation 2014-07-18 10:02:14 +02:00
multiclass.py COSMIT: fix indentation 2014-07-17 11:44:07 +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
random.py DOC more / better documentation 2014-07-14 20:47:18 +02:00
seq_dataset.c ENH use threads instead of multiprocessing in SGD 2014-03-19 23:57:05 +01:00
seq_dataset.pxd ENH use threads instead of multiprocessing in SGD 2014-03-19 23:57:05 +01:00
seq_dataset.pyx ENH use threads instead of multiprocessing in SGD 2014-03-19 23:57:05 +01:00
setup.py MISC rename random.pyx to _random.pyx 2014-07-14 20:47:17 +02:00
sparsefuncs.py Extend utils.sparsefuncs: inplace scale and axis min/max 2014-05-18 20:03:37 +10:00
sparsefuncs_fast.c MAINT explicit float64 in sparsefuncs_fast 2014-07-13 18:46:55 +02:00
sparsefuncs_fast.pxd Moved sparsefuncs to sparsefuncs_fast 2014-03-27 13:20:45 +05:30
sparsefuncs_fast.pyx MAINT explicit float64 in sparsefuncs_fast 2014-07-13 18:46:55 +02:00
stats.py FIX encoding issue 2014-07-19 11:55:18 +02:00
testing.py split test_common.py into checks and test file. 2014-07-18 14:34:51 +02:00
validation.py ENH don't convert dataframes in grid search and cross-validation 2014-07-18 10:02:14 +02:00
weight_vector.c ENH SGD Cython improvements 2013-09-07 18:24:36 +02:00
weight_vector.pxd ENH SGD Cython improvements 2013-09-07 18:24:36 +02:00
weight_vector.pyx ENH SGD Cython improvements 2013-09-07 18:24:36 +02:00