Skip to content
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

Status attribute in dataset #660

Closed
ArlindKadra opened this issue Apr 4, 2019 · 3 comments
Closed

Status attribute in dataset #660

ArlindKadra opened this issue Apr 4, 2019 · 3 comments
Assignees

Comments

@ArlindKadra
Copy link
Member

The docstring shows a status attribute in the dataset constructor, however the attribute itself is missing from the constructor.

status : str, optional

@ArlindKadra ArlindKadra self-assigned this Apr 4, 2019
@ArlindKadra
Copy link
Member Author

@janvanrijn @mfeurer How do we want to deal with the above. On the xsd it is written that it is ignored on upload time
/~https://github.com/openml/OpenML/blob/develop/openml_OS/views/pages/api_new/v1/xsd/openml.data.upload.xsd

Do we remove it from the docs, or are there any plans on incorporating it into the dataset object.

@mfeurer
Copy link
Collaborator

mfeurer commented Apr 4, 2019

I think the status should be removed from documentation because it cannot be cached and needs to be retrieved from the server (as the status can be changed).

We do have a function which can be used to check if a given set of datasets is active (check_datasets_active).

mfeurer added a commit that referenced this issue Oct 20, 2020
Remove a faulty entry in the argument list of datasets.
mfeurer added a commit that referenced this issue Oct 20, 2020
Remove a faulty entry in the argument list of datasets.
@mfeurer
Copy link
Collaborator

mfeurer commented Oct 20, 2020

Fixed via #962.

@mfeurer mfeurer closed this as completed Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants