Commit Graph

18 Commits

Author SHA1 Message Date
Ishank Gulati c8406fbfcb Breast cancer dataset added 2015-10-01 16:47:01 -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
Michael Hanke 4c370a7357 BF: load_boston() return 13 features, but 14 feature names
Last column has the target value, hence only report first 13 names.
2014-02-17 15:24:35 +01:00
Arnaud Joly aac47a20fc ENH remove deprecated things (2) 2013-07-25 16:03:57 +02:00
Lars Buitinck 41b1f9a909 FIX charset -> encoding in load_files
Removed the deprecation of charse_error; this isn't going to be pickled
anyway. Renamed charset_error to decode_error, which I think is more
suggestive of its meaning than encoding_error.
2013-07-04 13:12:58 +02:00
Olivier Grisel a81df3b11b PY3: fix for string literals in datasets' test_base.py 2013-03-19 18:02:34 +01:00
Steven De Gryze 5993ef5082 PY3: use b() convenience function for string literals
Had to use an exception in lfw.py; six.u didn't work
2013-03-19 17:57:02 +01:00
Andreas Mueller 8df28b047e TST in testing deprecated load_filenames catch deprecation warning 2013-01-17 19:59:27 +01:00
Andreas Mueller 38f784b60a TST somewhat hacky fix for tests on image loading. 2013-01-05 19:49:16 +01:00
Brian Cajes c7fa3462e4 checking data.shape for each test dataset 2013-01-05 18:15:44 +01:00
Brian Cajes 305b9ecf94 bring datasets.base to 97% coverage with a few more tests 2013-01-05 18:15:17 +01:00
Brian Cajes 30dfa01328 Improving code coverage for datasets module. Moved dataset imports inside test_data_home, because it is preferable for import errors to only affect the tests that require those imported methods. My first commit to scikit. -bcajes 2013-01-05 18:15:17 +01:00
Brian Cajes 9364e3973f revert to original import placement style 2012-12-31 12:44:11 +01:00
Brian Cajes 2430f416f2 Improving code coverage for datasets module. Moved dataset imports inside test_data_home, because it is preferable for import errors to only affect the tests that require those imported methods. My first commit to scikit. -bcajes 2012-12-31 12:44:11 +01:00
Mathieu Blondel 6eec2e651b Even more sklearn.utils.testing. 2012-10-26 00:09:46 +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