Commit Graph

23 Commits

Author SHA1 Message Date
Vlad Niculae 7f76aa1def Add __all__ for half of the scikit 2012-09-04 18:00:49 +01:00
Vlad Niculae f692fafe28 Removed load_filenames and load_20newsgroups
These were deprecated in 0.9 as far as I can tell
2012-09-01 20:02:12 +02:00
Nelle Varoquaux 0619753d3c Knuth load_cities dataset isn't used anymore 2012-06-01 18:24:21 +02:00
Nelle Varoquaux f568e36b36 Added a new dataset: traveling distances between 17 cities in france 2012-06-01 18:24:20 +02:00
Peter Prettenhofer 10d641c722 Merge branch 'gradient_boosting' of https://github.com/scottblanc/scikit-learn into scottblanc-gradient_boosting 2012-03-07 21:35:30 +01:00
Andreas Mueller 40c45ca4e6 ENH new samples generators for classification and clustering. Refactored label propagation example a bit 2012-03-04 00:33:24 +01:00
Peter Prettenhofer 16c5ed0235 added artificial dataset generator from Hastie et al. 2009, Example 10.2 2012-01-24 09:45:49 +01:00
Jacob Vanderplas ce00c68f48 Merge pull request #501 from jakevdp/dataset-fix
MRG: Species dataset/example fix
2011-12-23 05:07:14 -08:00
Andreas Mueller 87a85c189a Merge pull request #417 from larsmans/multilabel
MRG : ENH multilabel learning in OneVsRestClassifier
2011-12-21 08:10:23 -08:00
Mathieu Blondel 3d2ea0d3e6 Use int16 for more compactness. 2011-12-21 11:37:33 +01:00
Jake Vanderplas b1a41dca44 clean up species distribution example 2011-12-20 16:15:15 -08:00
Lars Buitinck 4761dc3f42 COSMIT rename load_vectorized_20newsgroups + DOC + pep8 2011-12-20 15:38:09 +01:00
Mathieu Blondel 1648c2163b Multilabel classification dataset generator. 2011-12-20 13:47:22 +01:00
Mathieu Blondel b448fe09a6 Vectorized news20 dataset loader. 2011-12-20 11:59:57 +01:00
Andreas Mueller d0854d5a07 COSMIT pep8 2011-12-15 17:08:30 +01:00
Gilles Louppe c40dbf739f DOC: Standardize the module documentation format (work in progress) 2011-11-30 10:30:13 +01:00
Andreas Mueller ff3f814a1b COSMIT pep8 whitespace 2011-11-20 21:16:52 +01:00
Gael varoquaux dfd46893c0 DOC/API: integrate make_sparse_spd_matrix 2011-11-10 23:43:11 +01:00
Lars Buitinck 2fb124a8d5 API change in SVMlight reader: handle multiple files with svmlight_load_files
This might not seem as convenient as having svmlight_load_file handle multiple
files itself, but it's much easier to keep consistent and document (!).

Also, removed the buffer_mb parameter, which was unused, and introduced a dtype
parameter to determine the underlying type of the returned sample vectors.
2011-10-02 16:16:46 +02:00
Mathieu Blondel edd47de388 Add dump_svmlight_file. 2011-09-30 16:30:43 +09:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00