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

[WIP] Restructuring the examples section #785

Merged
merged 13 commits into from
Sep 30, 2019
Prev Previous commit
Next Next commit
fix mistake I made when shuffling around files
  • Loading branch information
mfeurer committed Sep 27, 2019
commit 3312e3236c4a45a4674ea32a1a47a287c40720c7
2 changes: 1 addition & 1 deletion examples/20_basic/simple_tasks_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Tasks
=====

A 20_basic tutorial on how to list and download tasks.
A basic tutorial on how to list and download tasks.
"""
import openml
from pprint import pprint
Expand Down
2 changes: 1 addition & 1 deletion examples/30_extended/tasks_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
# Tasks are identified by IDs and can be accessed in two different ways:
#
# 1. In a list providing 20_basic information on all tasks available on OpenML.
# 1. In a list providing basic information on all tasks available on OpenML.
# This function will not download the actual tasks, but will instead download
# meta data that can be used to filter the tasks and retrieve a set of IDs.
# We can filter this list, for example, we can only list tasks having a
Expand Down