Commit Graph

412 Commits

Author SHA1 Message Date
Loïc Estève f63ba1d963 MAINT use super rather than calls to base class methods 2015-10-22 15:00:43 +02:00
Alexandre Abadie 0cd3d635da referencing datasets documentation in toc 2015-10-19 14:58:19 +02:00
Raghav R V a87011262a FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
Olivier Grisel 8d058d3d54 FIX separate filenames for Olivetti faces 2015-10-07 15:05:45 +02:00
Olivier Grisel b17bdf787b FIX separate filenames for california housing 2015-10-07 15:05:44 +02:00
Olivier Grisel 890147fd6b FIX separate filenames for 20 newsgroups 2015-10-07 15:05:44 +02:00
Olivier Grisel 60eb28dd7e FIX separate filenames for covtype 2015-10-07 15:05:39 +02:00
Olivier Grisel b44ba51ab7 FIX separate filenames for species distributions 2015-10-07 15:05:39 +02:00
Olivier Grisel 1a1fe10e4e FIX separate filenames for RCV1 2015-10-07 15:05:39 +02:00
Olivier Grisel 69831da6bd ENH utility to have distinct dataset .pkl filenames 2015-10-07 15:05:39 +02:00
Ishank Gulati c8406fbfcb Breast cancer dataset added 2015-10-01 16:47:01 -04:00
Andreas Mueller 6dd6f8ffe8 minor fixes to the doc build 2015-09-11 17:32:51 -04:00
Andreas Mueller 3f9d33c8a2 Merge pull request #5200 from jackzhang84/add_dump_svmlight_file_comment
added comments for y in dump_svmlight_file() method
2015-09-09 15:55:17 -04:00
Chi Zhang 9d01a1c8d4 changed shape parameter 2015-09-02 14:18:59 -04:00
Chi Zhang 150267f9b1 added comments for y in dump_svmlight_file() method 2015-09-01 10:49:23 -04:00
Joel Nothman 71c99dc73c FIX error introduced during rebase 2015-08-30 23:19:01 +10:00
Kashif Rasul aaae2db9dc make_multilabel_classification sparse target
for issue #3554
2015-08-30 23:00:29 +10:00
saurabh.bansod f38aea4bee Fixes #3594. 2015-08-24 13:58:04 +05:30
Lars Buitinck 4036dd0366 DOC: typo in function name 2015-08-13 23:10:24 +02:00
Raghav R V 7e828db722 MAINT remove unused import warnings 2015-08-11 22:27:15 +05:30
Raghav R V 6fb17a1f95 FIX revert generation of seq of seq in make_multilabel_classification 2015-08-11 22:27:15 +05:30
Raghav R V 664d78eb7c MAINT Remove support for the deprecated sequence of sequences
MAINT Remove sequence of sequence support from datasets
MAINT Remove return_indicator param
MAINT Remove multilabel-seq test in OVR
MAINT Remove multilable-seq test in check_cv
MAINT Remove multilabel seq test in label_binarizer
TST type_of_target returns "unknown" for multilabel-sequence types
TST _check_targets should raise a ValueError
DOC show multilabel indicator as an example; remove return_indicator param
DOC use consistent lower case y for target
2015-08-11 22:26:44 +05:30
MarkTab marktab.net 2186d938c0 Update lfw.py
Fixed colloquial logger.warn() to now be logger.warning()
2015-07-28 23:09:27 -04:00
Olivier Grisel 840bcf30c2 Merge pull request #4961 from mrphilroth/issue4959
[MRG] Allowing for different cluster stds
2015-07-22 10:48:57 +02:00
TomDLT cb226d50f8 Reorder target_names in rcv1 2015-07-21 16:43:11 +02:00
TomDLT 81de81a01a ENH implement LYRL2004 train/test split of rcv1 2015-07-16 19:21:24 +02:00
TomDLT 792e529519 add fetch_rcv1 2015-07-16 12:29:00 +02:00
Lars Buitinck 8932587159 FIX dump_svmlight_file multilabel arg: should be last
... in case someone somewhere used this function with positional
arguments. Spotted by @amueller.

Also pep8, listed in what's new.
2015-07-13 23:36:45 +02:00
Phil Roth ec78cc1027 whitespace 2015-07-12 16:15:56 -05:00
Phil Roth a761858b80 adding assert statement to check the std 2015-07-12 16:12:07 -05:00
Chih-Wei Chang 82ea224dfa Add multilabel support for dump_svmlight_file. 2015-07-12 13:51:27 +08:00
Phil Roth 4f2a93d5dc adding multiple cluster_std to make_blob test 2015-07-11 17:23:49 -05:00
Phil Roth b26e8794d7 allowing for different cluster stds 2015-07-11 16:52:57 -05:00
Alexandre Gramfort 9f60b185c8 Merge pull request #4562 from hsuantien/emptylabelset
[MRG + 1] Emptylabelset
2015-06-24 23:30:38 +02:00
Andreas Mueller 0650d5502e DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
Andreas Mueller 2c79a987c2 Merge pull request #4431 from vortex-ape/deprecate_func
[MRG + 2] Deprecates load_lfw_pairs and load_lfw_people
2015-06-01 11:46:25 -04:00
Olivier Grisel 1c5f35cfb6 FIX ResourceWarning in twenty newsgroups loader 2015-05-22 10:34:25 +01:00
Olivier Grisel e9987776b0 FIX remove deprecation warning 2015-05-04 15:43:38 +02:00
Anthony Erlinger e7bf670065 Clarify documentation on feature scaling for diabetes data 2015-04-28 12:42:07 -04:00
Anthony Erlinger f8e7bd2580 Typo fix in diabetes documentation :Aex: -> :Sex: 2015-04-24 16:16:01 -04:00
Anthony Erlinger c601005230 Improve documentation on Diabetes dataset 2015-04-24 15:38:30 -04:00
jfraj e4b9ff6c98 Adding test to ensure bunch consistency after pickle
Updated Bunch getattr definition to raise the appropriate error
(should raise Attribute error not KeyError)

See issue #4600
2015-04-16 18:25:13 -04:00
jfraj 4161d5570e Improving Bunch Class to ensure consistent attributes
Adding set/getattr methods that fill/query the same thing as `bunch[key]`.

Add test for a non-regression bug in fetch_20newsgroups.
2015-04-15 19:04:47 -04:00
Hsuan-Tien Lin eff590ab63 add another test case with empty labelset 2015-04-11 08:27:36 +08:00
Hsuan-Tien Lin f28b41fb76 add the empty label test case 2015-04-11 08:07:51 +08:00
Vinayak Mehta ce5fada305 Deprecated load_lfw_pairs and load_lfw_people
Added deprecated decorator

Added import statement

Added tests

Added newline

Ignored deprecation warnings

Renamed tests for fetch_lfw_

Added imports for load_lfw_
2015-04-10 15:15:40 +05:30
Hsuan-Tien Lin 141a74bba6 use COLON to avoid byte buffer error 2015-04-10 13:16:43 +08:00
Hsuan-Tien Lin 10a056f71b cython the pyx 2015-04-09 22:00:32 +08:00
Hsuan-Tien Lin e72e38bd3f given that line_parts has been copied to features, parsing should be based on features rather than line_parts 2015-04-09 22:00:10 +08:00
Hsuan-Tien Lin 249a96bc96 directly set target to empty list instead of empty string 2015-04-09 21:59:10 +08:00