forked from openml/openml-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintroduction.py
More file actions
22 lines (22 loc) · 1.18 KB
/
Copy pathintroduction.py
File metadata and controls
22 lines (22 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# %% [markdown]
#
# We provide a set of examples here to get started with OpenML-Python. These examples cover various aspects of using the
# OpenML API, including downloading datasets, uploading results, and working with tasks.
#
# ## Basics
#
# 1. [Installing and setting up OpenML-Python](../Basics/introduction_tutorial/)
# 2. [Downloading datasets](../Basics/simple_datasets_tutorial/)
# 3. [Using tasks](../Basics/simple_tasks_tutorial/)
# 3. [Uploading experiment results](../Basics/simple_flows_and_runs_tutorial/)
# 4. [Working with collections of tasks](../Basics/simple_suites_tutorial/)
#
# ## Advanced
# 1. [Getting splits for datasets from tasks](../Advanced/task_manual_iteration_tutorial/)
# 2. [Creating and uploading datasets](../Advanced/create_upload_tutorial/)
# 3. [Searching and editing datasets](../Advanced/datasets_tutorial/)
# 4. [Searching and creating tasks](../Advanced/task_tutorial/)
# 5. [Listing, downloading, and uploading suites](../Advanced/suites_tutorial/)
# 6. [Listing, downloading, and uploading studies](../Advanced/study_tutorial/)
# 7. [Downloading evaluation results](../Advanced/fetch_evaluations_tutorial/)
# 8. [Configuring logging](../Advanced/configure_logging/)