From 8a62be97d4b8203f784ecd2832815bc3d9f13c0f Mon Sep 17 00:00:00 2001 From: Ivan Gonzalez Date: Thu, 1 Oct 2020 14:57:46 -0500 Subject: [PATCH] doc(usage): link to gallery and removed TODO text --- doc/usage.rst | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/doc/usage.rst b/doc/usage.rst index d7ad0d523..1d54baa62 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -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 `_ +* `Filter and explore datasets `_ OpenML is about sharing machine learning results and the datasets they were obtained on. Learn how to share your datasets in the following tutorial: @@ -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)