Jiaxiang
bdf2ff5763
API Change default value of as_frame in fetch_openml to 'auto' ( #17610 )
2020-08-15 21:06:41 +10:00
Shashank Singh
1e08459c74
ENH Verify md5-checksums received from openml arff file metadata( #14800 )
...
Co-authored-by: Thomas J Fan <thomasjpfan@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-06-25 20:35:52 -04:00
Roman Yurchak
361c052f6d
MNT Add type annotations for OpenML fetcher ( #17053 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-06-25 18:30:27 +02:00
Jiaxiang
77a34290d2
Add as_frame='auto' option in datasets.fetch_openml ( #17396 )
2020-06-10 09:34:46 +02:00
Joel Nothman
a14953aca9
ENH buffer openml stream rather than reading all at once ( #16084 )
2020-04-26 18:52:47 +02:00
Roman Feldbauer
9b39c4c4d2
TST Fix unreachable code in tests ( #16110 )
2020-02-16 14:41:26 +01:00
Nicolas Hug
b92455a6b2
MAINT Deprecate all of utils.testing except all_estimators ( #15367 )
2019-10-28 17:28:56 +01:00
Thomas J Fan
4a95e33e63
MNT Make modules private in sklearn.datasets ( #15307 )
2019-10-27 17:17:23 -04:00
Thomas J Fan
323cb61b7a
ENH Adds target names to fetch_openml ( #15160 )
2019-10-16 13:57:02 +02:00
Sarra Habchi
e49b9d3d75
FIX IndexError in fetch_openml('zoo') ( #14623 )
2019-08-14 09:51:51 +10:00
Andreas Mueller
03fd26c45b
MNT fetch_openml make indices unique in returned dataframe ( #14316 )
2019-07-13 16:16:55 +08:00
Thomas J Fan
cf3e303be6
EHN Add pandas dataframe support to fetch_openml ( #13902 )
2019-07-12 18:05:59 +02:00
Joris Van den Bossche
1f75ffa75f
MNT Memory usage of OpenML fetcher: use generator from arff ( #13312 )
...
* Memory usage of OpenML fetcher: use generator from arff
* fix actually getting data qualities in all cases
* Add qualities responses
* add workaround for cases where data qualities are not available
* feedback joel
2019-02-28 15:07:45 +01:00
Joel Nothman
b61283de37
TST: test was relying on arch-dependent casting of NaN ( #13265 )
2019-02-26 10:51:58 +01:00
Roman Yurchak
0e3bb17e62
MAINT Run pyupgrade following Python2 deprecation ( #12997 )
2019-02-08 20:13:34 +08:00
Andreas Mueller
952ef6637a
MRG Drop legacy python / remove six dependencies ( #12639 )
2019-01-03 15:50:05 +02:00
Thomas Fan
14c816e2b8
ENH/FIX openml, Adds retrying if reading from cache fails ( #12526 )
2018-11-14 17:40:35 +11:00
janvanrijn
3282d43ccc
[MRG] Additional Warnings in case OpenML auto-detected a problem with dataset ( #12541 )
...
* added additional warning output
* added features gzip
* added gzipped datasets
* fix file naming
* changed expected warning msg
2018-11-07 10:30:33 -05:00
janvanrijn
03c3af5bde
[MRG] Fix fetch_openml when ignore attributes are numeric ( #12330 )
...
* modularized data column functionality
* small bugfix
* removes redundant line breaks
* added some documentation on the added fn
* added additional comment on advice of Nicholas Hug
* added test case
* merged master into branch, and added small comments by Joel
* added doc item
2018-10-09 11:25:46 -04:00
janvanrijn
afa0694d12
FIX cache of OpenML fetcher ( #12246 )
2018-10-05 16:36:06 +10:00
Joel Nothman
1fafc5c56d
TST use urlopen monkeypatch for test_decode_* ( #12020 )
...
Avoid requiring internet for test suite. Examples will still run with internet (as long as cache is occasionally cleared).
2018-09-06 09:29:37 +02:00
Thomas Fan
83e73759f0
ENH Uses gzip when caching in fetch_openml ( #11830 )
2018-09-03 09:03:44 +10:00
Adrin Jalali
dd4b528612
[MRG+1] fetch_openml: test data file names resemble the urls ( #11846 )
2018-08-21 16:13:06 +02:00
vufg
52a36b4d1a
ENH fetch_openml should support return_X_y ( #11840 )
2018-08-19 22:11:16 +08:00
Adrin Jalali
d2d9abb48d
ENH fetch_openml: more strongly encourage users to specify version ( #11827 )
2018-08-16 16:07:44 +03:00
janvanrijn
ab82f5739f
[MRG] Openml data loader ( #11419 )
2018-08-15 17:21:20 +10:00