-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Comments
@janvanrijn @mfeurer How do we want to deal with the above. On the xsd it is written that it is ignored on upload time Do we remove it from the docs, or are there any plans on incorporating it into the dataset object. |
I think the We do have a function which can be used to check if a given set of datasets is active ( |
Fixed via #962. |
The docstring shows a
status
attribute in the dataset constructor, however the attribute itself is missing from the constructor.openml-python/openml/datasets/dataset.py
Line 83 in 7ec429e
The text was updated successfully, but these errors were encountered: