scikit-learn/sklearn/utils
Mathieu Blondel 3b81dd9b8f Fix lsqr for scipy 0.7. 2012-03-23 15:30:11 +09:00
..
sparsetools FIX: py3k - more relative imports 2011-12-23 22:11:46 +01:00
src FIX: MurmurHash3 compilation on older GCC 2012-01-23 07:41:29 +01:00
tests COSMIT pep8 2012-03-02 19:39:43 +01:00
__init__.py DOC rudimentary docstring to deprecated.__init__ describing "extra" 2012-02-22 13:33:36 -05:00
_csgraph.py FIX: py3k - more relative imports 2011-12-23 22:11:46 +01:00
arpack.py DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
arraybuilder.c ENH incrementally build arrays in SVMlight loader to reduce memory usage 2011-11-17 19:43:00 +01:00
arraybuilder.pyx ENH incrementally build arrays in SVMlight loader to reduce memory usage 2011-11-17 19:43:00 +01:00
arrayfuncs.c batch re-cythonization with version 0.15 and new package names 2011-09-03 13:28:32 +02:00
arrayfuncs.pyx Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
bench.py COSMIT pep8 2011-12-15 17:08:30 +01:00
extmath.py DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
fixes.py Fix lsqr for scipy 0.7. 2012-03-23 15:30:11 +09:00
graph.py ENH/FIX: in graph shortest path 2012-02-25 19:26:41 +01:00
graph_shortest_path.c Generate c-code with cython 0.15.1 2012-02-25 20:33:28 +01:00
graph_shortest_path.pyx BUG: fibonacci heap implementation 2012-02-25 20:33:28 +01:00
murmurhash.c BUG promote type-safety in murmurhash 2012-01-18 12:19:01 +01:00
murmurhash.pxd BUG promote type-safety in murmurhash 2012-01-18 12:19:01 +01:00
murmurhash.pyx BUG promote type-safety in murmurhash 2012-01-18 12:19:01 +01:00
seq_dataset.c cythonized sgd files 2012-03-19 08:47:51 +01:00
seq_dataset.pxd moved WeightVector und SequentialDataset into seperate modules. 2012-03-07 20:09:05 +01:00
seq_dataset.pyx moved WeightVector und SequentialDataset into seperate modules. 2012-03-07 20:09:05 +01:00
setup.py moved WeightVector und SequentialDataset into seperate modules. 2012-03-07 20:09:05 +01:00
sparsefuncs.c FIX: unused cython variable 2011-12-27 10:04:53 +01:00
sparsefuncs.pyx FIX: unused cython variable 2011-12-27 10:04:53 +01:00
testing.py FIX This should fix the doctests in the datasets dir. They take quite long, I think it's because of the svmlight loaders. So I didn't include them in the standard make target 2011-12-18 19:35:22 +01:00
validation.py add tests for invalid argument + fixed a type error 2012-02-10 23:12:22 +01:00
weight_vector.c cythonized sgd files 2012-03-19 08:47:51 +01:00
weight_vector.pxd un-done NormedWeightVector factorization; performance decrease on RCV1 is neglectable. 2012-03-18 20:55:25 +01:00
weight_vector.pyx un-done NormedWeightVector factorization; performance decrease on RCV1 is neglectable. 2012-03-18 20:55:25 +01:00