scikit-learn/sklearn/datasets
Andreas Mueller 0a4c12f58a TST remove tempfiles that we create in svmlight tests and agglomerative clustering tests 2015-01-23 11:36:46 -05: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 TST remove tempfiles that we create in svmlight tests and agglomerative clustering tests 2015-01-23 11:36:46 -05: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 ENH speed up SVMlight loader using Cython's array support 2014-01-05 22:10:02 +01:00
_svmlight_format.pyx ENH speed up SVMlight loader using Cython's array support 2014-01-05 22:10:02 +01:00
base.py COSMIT spelling 2015-01-15 15:09:35 -05:00
california_housing.py DOC numpydoc convention for Bunch-returning functions 2014-07-13 16:50:27 +02:00
covtype.py DOC numpydoc convention for Bunch-returning functions 2014-07-13 16:50:27 +02:00
lfw.py DOC numpydoc convention for Bunch-returning functions 2014-07-13 16:50:27 +02:00
mlcomp.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
mldata.py DOC fix rendering of fetch_mldata example 2014-03-09 23:03:45 +01:00
olivetti_faces.py PEP8 Fix E101, E111 errors and W191, W293, W293 and W391 warnings. 2015-01-08 04:28:24 +05:30
samples_generator.py FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
setup.py Remove shebang in library code 2013-09-06 15:37:49 +02:00
species_distributions.py FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
svmlight_format.py FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
twenty_newsgroups.py Changed f=open() to with open() as f to eliminate ResourceWarnings. Fixes #3410. 2014-08-31 14:44:11 +01:00