Skip to content

Commit

Permalink
doc(usage): link to gallery and removed TODO text
Browse files Browse the repository at this point in the history
  • Loading branch information
scratchmex committed Oct 2, 2020
1 parent d303ced commit 8a62be9
Showing 1 changed file with 1 addition and 12 deletions.
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)

0 comments on commit 8a62be9

Please sign in to comment.