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

docs(usage): link to gallery and removed TODO text #954

Merged
merged 1 commit into from
Oct 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions doc/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ available metadata. The tutorial which follows explains how to get a list of
datasets, how to filter the list to find the dataset that suits your
requirements and how to download a dataset:

* `Filter and explore datasets <examples/datasets_tutorial.html>`_
* `Filter and explore datasets <examples/30_extended/datasets_tutorial.html>`_

OpenML is about sharing machine learning results and the datasets they were
obtained on. Learn how to share your datasets in the following tutorial:
Expand All @@ -152,14 +152,3 @@ Extending OpenML-Python
OpenML-Python provides an extension interface to connect other machine learning libraries than
scikit-learn to OpenML. Please check the :ref:`api_extensions` and use the
scikit-learn extension in :class:`openml.extensions.sklearn.SklearnExtension` as a starting point.

~~~~~~~~~~~~~~~
Advanced topics
~~~~~~~~~~~~~~~

We are working on tutorials for the following topics:

* Querying datasets (TODO)
* Creating tasks (TODO)
* Working offline (TODO)
* Analyzing large amounts of results (TODO)