Commit Graph

13 Commits

Author SHA1 Message Date
Guillaume Lemaitre c5be0e7fd7
MAINT downcast object to other dtype without deprecation warning (#27487)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2023-10-11 12:04:43 +02:00
Adrin Jalali 42173fdb34
MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
Guillaume Lemaitre f721c6d915
FIX use np.nan instead of None for missing marker in fetch_openml (#26579) 2023-06-14 17:34:43 +02:00
Guillaume Lemaitre b044ef8d18
FIX only consider "?" as missing marker as per ARFF specs (#26551) 2023-06-09 15:18:01 +02:00
Thomas J. Fan edfdbd0b1c
TST Fix openml parser implementation for pandas-dev (#26386) 2023-05-23 15:01:25 +02:00
Thomas J. Fan ae78c25b00
MNT Use copy=False when creating DataFrames (#26272) 2023-04-25 12:00:03 +02:00
Guillaume Lemaitre a790c09fba
MAINT remove deprecated is_categorical_dtype (#26156) 2023-04-13 13:44:26 +02:00
Guillaume Lemaitre d92fba7b65
FIX add retry mechanism to handle quotechar in read_csv (#25511) 2023-03-06 18:12:52 +01:00
Guillaume Lemaitre f45a9071e1
FIX skip space after delimiter in fetch_openml when using pandas parser (#25312)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
closes https://github.com/scikit-learn/scikit-learn/issues/25311
2023-01-13 13:29:13 +00:00
Loïc Estève 5fd66bc55f
CI Remove pandas FutureWarning in scipy-dev build (#24206) 2022-08-19 11:52:14 -04:00
Guillaume Lemaitre 8515b48681
FIX make pandas and liac arff parser quoting behaviour closer (#23497)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-06-09 16:32:12 +02:00
Guillaume Lemaitre a47d569e67
ENH improve ARFF parser using pandas (#21938)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2022-05-12 18:21:15 +02:00
Guillaume Lemaitre 826032f917
MAINT refactor ARFF parser (#22026) 2021-12-21 12:37:33 -05:00