-
Notifications
You must be signed in to change notification settings - Fork 840
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 openml_datasets.py #375
Labels
datasets
Issue relating to new or existing datasets
easy
Beginner issues
good first issue
Good for newcomers
Comments
nrkarthikeyan
added
good first issue
Good for newcomers
easy
Beginner issues
general
General issues
datasets
Issue relating to new or existing datasets
and removed
general
General issues
labels
Sep 14, 2022
Can you elaborate on the shortcomings of the current method? |
Hello, I'd like to work on this issue. |
I am making progress on this issue, and I would like to continue on this. |
Hello I would like to work on this issue |
Hey @vandanapathare. I have already raised the PR and finishing up on my code review. |
sharryhuang
added a commit
to sharryhuang/AIF360
that referenced
this issue
Sep 22, 2023
if_delegate_has_method is deprecated, use available_if instead Trusted-AI#375 Signed-off-by: sharryhuang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
datasets
Issue relating to new or existing datasets
easy
Beginner issues
good first issue
Good for newcomers
https://github.com/Trusted-AI/AIF360/blob/master/aif360/sklearn/datasets/openml_datasets.py
Add a wrapper around this module so that datasets can be directly accessed using the wrapper
Instead of doing something like this,
the proposal is to have an OpenMLStore
class OpenMLStore(ABC):
@abc.abstractmethod
def init(self, **kwargs):
pass
// decide on returning a DF or just the o/p directory location
And fetch_adult() function can be updated to use OpenMLStore abstraction
The text was updated successfully, but these errors were encountered: