docs
docs copied to clipboard
OpenML documentation
In the python examples, changed get_metric_score to get_metric_fn Saw this referenced here as well: https://github.com/openml/openml-python/issues/1138
How to: https://uxdesign.cc/all-you-need-to-know-about-style-guide-9513ebf50b46
Not sure where to put this issue, since it is documentation-related on the one hand but not part of the docs.openml.org page on the other. The json response to `/task/{id}`...
In the [api docs](https://new.openml.org/api) there are some broken links. So far, I found: - `run/trace/{id}`'s [example](https://www.openml.org/api/v1/xml_example/run.trace) - `run/evaluate`'s [example](https://www.openml.org/api/v1/xml_example/run.evaluate)
The idea is to have an overview list of interesting papers that build on OpenML. We could start a seed list, and then allow authors to add their papers via...
When on API documentation, you should not directly see Python API, but see menu / cards with all the APIs In the minimal API example, on https://www.openml.org/apis, it's not very...
The menu / cards should contain: - Concepts / overview (current page) - API documentation - Examples See https://docs.openml.org/OpenML-Docs/ for how to do this task.
Add standalone NextJS.md documentation page for frontend setup and Contribution Guide.
In the Python docs: https://docs.openml.org/python/ If you click Code reference, it immediately opens the datasets tab: https://docs.openml.org/reference/datasets/ But the 'datasets' module is not listed in the list of modules on...