scikit-learn/sklearn/datasets
Lars Buitinck ad15405f3c ENH 10x speedup in dump_svmlight_format
As measured by dumping

X = rand(10000, 4000, density=.0125)
y = np.random.randint(0, 5, X.shape[0])

to /dev/null.
2013-09-20 12:13:00 +02:00
..
data Knuth load_cities dataset isn't used anymore 2012-06-01 18:24:21 +02:00
descr COSMIT make 'References' bold and minor other fixes. 2011-12-22 20:57:54 +01:00
images Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
tests pep8 2013-07-26 16:01:17 +02:00
DATASET_PROPOSAL.txt COSMIT various typofixes 2013-04-11 21:22:14 +02:00
__init__.py COSMIT fixing some unused imports, adding stuff to __all__, and light pep8 (not all whitespace to make rebasing less painful) 2013-07-27 15:44:17 +02:00
_svmlight_format.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
_svmlight_format.pyx DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
base.py DOC typo 2013-08-10 12:47:13 +02:00
california_housing.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
covtype.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
lfw.py BUG fix whitespace in error messages 2013-08-26 17:02:52 +02:00
mlcomp.py more sphinx fixes 2013-07-27 19:51:12 +02:00
mldata.py COSMIT pep8 2013-07-23 15:17:32 +02:00
olivetti_faces.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
samples_generator.py ENH: don't call astype when a copy is not needed 2013-09-13 17:07:06 +02:00
setup.py Remove shebang in library code 2013-09-06 15:37:49 +02:00
species_distributions.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
svmlight_format.py ENH 10x speedup in dump_svmlight_format 2013-09-20 12:13:00 +02:00
twenty_newsgroups.py PY3 new overfit prevention stuff in 20newsgroups loader 2013-07-27 01:04:03 +02:00