-
-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Labels
DocumentationGood First IssueIssues suitable for people new to contributing to openml-python!Issues suitable for people new to contributing to openml-python!
Description
Description
When checking the docs for the OpenMLDataset object, only the constructor is documented - none of the operations:
https://openml.github.io/openml-python/develop/generated/openml.OpenMLDataset.html#openml.OpenMLDataset
E.g. dataset.get_data should be fully documented, and there are docstrings - they just don't show up in the docs:
https://github.com/openml/openml-python/blob/develop/openml/datasets/dataset.py#L653
Steps/Code to Reproduce
Check docs: https://openml.github.io/openml-python/develop/generated/openml.OpenMLDataset.html#openml.OpenMLDataset
(same problem for both master and develop)
Expected Results
Documentation on all operations.
Actual Results
Only the constructor is documented.
Metadata
Metadata
Assignees
Labels
DocumentationGood First IssueIssues suitable for people new to contributing to openml-python!Issues suitable for people new to contributing to openml-python!