scikit-learn/sklearn/datasets
gpassino 969e677353 DOC fix kernels documentation inconsistencies
Fixes gh-3916, gh-2901.
2014-12-01 11:51:36 +01: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 Moved code out of context block where not required for #3612 2014-08-31 17:30:16 +01: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 Changed f=open() to with open() as f to eliminate ResourceWarnings. Fixes #3410. 2014-08-31 14:44:11 +01: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 DOC Improve documentation of the olivetti dataset 2014-06-26 08:20:46 +02:00
samples_generator.py MAINT remove integer warnings under Python 3 + numpy 1.8+ 2014-10-08 13:33:53 +02:00
setup.py Remove shebang in library code 2013-09-06 15:37:49 +02:00
species_distributions.py DOC numpydoc convention for Bunch-returning functions 2014-07-13 16:50:27 +02:00
svmlight_format.py DOC fix kernels documentation inconsistencies 2014-12-01 11:51:36 +01: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