-
Notifications
You must be signed in to change notification settings - Fork 97
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
Refactor fetching #669
base: main
Are you sure you want to change the base?
Refactor fetching #669
Conversation
…tor_fetching # Conflicts: # benchmarks/utils/_various.py # skrub/datasets/__init__.py
Hold your horses :) We have too many things happening right now to undertake a refactor. Let's wait a few days to merge a few things and have less ongoing modifications in the code base. |
…tor_fetching # Conflicts: # skrub/datasets/_fetching.py
…tor_fetching # Conflicts: # CHANGES.rst
What about _fetching_backend.py and _fetching_functions.py?
+1
And to further clarify, add docstrings to the file, like we do for others?
+1
|
From my quick analysis of the test error, it seems there is a difference somewhere in Edit: it was a dtype mismatch, thanks @Vincent-Maladiere |
…tor_fetching # Conflicts: # benchmarks/utils/_various.py # skrub/datasets/_fetching.py
The goal of this PR is to refactor the fetching system to:
fetch_openml
, which makes a lot of our code outdatedload_dataframe