scikit-learn/sklearn/utils
Alexandre Gramfort 16a2f6d801 misc 2011-12-21 01:53:13 +01:00
..
sparsetools COSMIT pep8 in backported sparsetools... 2011-12-15 17:40:18 +01:00
src Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
tests FIX: missing import 2011-12-20 23:53:21 +01:00
__init__.py COSMIT use utils.deprecated as a class decorator 2011-12-11 00:55:39 +01:00
_csgraph.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
arpack.py COSMIT use Python 2.6 except-as syntax 2011-12-12 20:42:56 +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 Cosmit on randomized range finder 2011-12-19 08:45:53 +01:00
fixes.py misc 2011-12-21 01:53:13 +01:00
graph.py COSMIT rm some SciPy pre-0.7 compat code 2011-12-10 12:25:29 +01:00
graph_shortest_path.c PEP08 names in graph_shortest_path 2011-10-09 15:06:27 +02:00
graph_shortest_path.pyx PEP08 names in graph_shortest_path 2011-10-09 15:06:27 +02:00
setup.py Implement mean_variance_axis0. 2011-12-19 16:28:21 +01:00
sparsefuncs.c Use int for indptr and indices. 2011-12-20 10:21:30 +01:00
sparsefuncs.pyx Use int for indptr and indices. 2011-12-20 10:21:30 +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