-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
FIX skip space after delimiter in fetch_openml when using pandas parser #25312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
ping @adrinjalali since you already know the context |
thomasjpfan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new data-v1-* file is much larger (625K) compared to the other data files:
cd sklearn/datasets/tests/data/openml
find . -name '*data*' | xargs du -sh
4.0K ./id_561/data-v1-dl-52739.arff.gz
4.0K ./id_62/data-v1-dl-52352.arff.gz
8.0K ./id_40589/data-v1-dl-4644182.arff.gz
4.0K ./id_40675/data-v1-dl-4965250.arff.gz
4.0K ./id_1/data-v1-dl-1.arff.gz
8.0K ./id_42585/data-v1-dl-21854866.arff.gz
4.0K ./id_292/data-v1-dl-49822.arff.gz
652K ./id_1590/data-v1-dl-1595261.arff.gz
4.0K ./id_61/data-v1-dl-61.arff.gz
32K ./id_40945/data-v1-dl-16826755.arff.gz
4.0K ./id_1119/data-v1-dl-54002.arff.gz
4.0K ./id_2/data-v1-dl-1666876.arff.gz
20K ./id_3/data-v1-dl-3.arff.gz
8.0K ./id_40966/data-v1-dl-17928620.arff.gz
For testing, can we use a subset of the data instead?
|
Yes, for the regression, I can select the 10 first samples. It would be more than enough. |
thomasjpfan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a merge conflict, otherwise LGTM
adrinjalali
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @glemaitre
…er (scikit-learn#25312) Co-authored-by: Adrin Jalali <[email protected]> closes scikit-learn#25311
…er (scikit-learn#25312) Co-authored-by: Adrin Jalali <[email protected]> closes scikit-learn#25311
…er (scikit-learn#25312) Co-authored-by: Adrin Jalali <[email protected]> closes scikit-learn#25311
…er (#25312) Co-authored-by: Adrin Jalali <[email protected]> closes #25311
closes #25311
Workaround for inconsistencies between liac-arff and pandas parser