Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

History

History
History
165 lines (156 loc) 路 4.71 KB

File metadata and controls

165 lines (156 loc) 路 4.71 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
site_name: openml-python
repo_url: https://github.com/openml/openml-python
repo_name: openml/openml-python
theme:
logo: images/openml_icon.png
favicon: images/openml_icon.png
name: material
features:
- content.code.annotate
- content.code.copy
- navigation.footer
- navigation.sections
- toc.follow
- toc.integrate
- navigation.tabs
- navigation.tabs.sticky
- header.autohide
- header.social
- search.suggest
- search.highlight
- search.share
palette:
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: indigo
accent: deep purple
toggle:
icon: material/eye-outline
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
media: "(prefers-color-scheme: light)"
primary: indigo
accent: deep purple
toggle:
icon: material/eye
name: Switch to dark mode
extra_css:
- stylesheets/extra.css
nav:
- index.md
- Examples:
- Overview: examples/introduction.py
- Basics:
- Setup: examples/Basics/introduction_tutorial.py
- Datasets: examples/Basics/simple_datasets_tutorial.py
- Tasks: examples/Basics/simple_tasks_tutorial.py
- Flows and Runs: examples/Basics/simple_flows_and_runs_tutorial.py
- Suites: examples/Basics/simple_suites_tutorial.py
- Advanced:
- Dataset Splits from Tasks: examples/Advanced/task_manual_iteration_tutorial.py
- Creating and Uploading Datasets: examples/Advanced/create_upload_tutorial.py
- Searching and Editing Datasets: examples/Advanced/datasets_tutorial.py
- Searching and Creating Tasks: examples/Advanced/tasks_tutorial.py
- List, Download, and Upload Suites: examples/Advanced/suites_tutorial.py
- List, Download, and Upload Studies: examples/Advanced/study_tutorial.py
- Downloading Evaluation Results: examples/Advanced/fetch_evaluations_tutorial.py
- Configuring Logging: examples/Advanced/configure_logging.py
- Extensions: extensions.md
- Advanced User Guide: details.md
- API: reference/
- Contributing: contributing.md
- Developer Setup: developer_setup.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- attr_list
- admonition
- tables
- attr_list
- md_in_html
- toc:
permalink: "#"
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.magiclink:
hide_protocol: true
repo_url_shortener: true
repo_url_shorthand: true
user: openml
repo: openml-python
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/openml
- icon: fontawesome/brands/twitter
link: https://x.com/open_ml
plugins:
- search
- autorefs
- section-index
# - mkdocstrings:
- mkdocstrings:
default_handler: python
enable_inventory: true
handlers:
python:
# paths: [openml]
options: # https://mkdocstrings.github.io/python/usage/
docstring_section_style: spacy
docstring_options:
ignore_init_summary: true
trim_doctest_flags: true
show_docstring_attributes: true
show_docstring_description: true
show_root_heading: true
show_root_toc_entry: true
show_object_full_path: false
show_root_members_full_path: false
signature_crossrefs: true
merge_init_into_class: true
show_symbol_type_heading: true
show_symbol_type_toc: true
docstring_style: numpy
inherited_members: true
show_if_no_docstring: false
show_bases: true
show_source: true
members_order: "alphabetical"
group_by_category: true
show_signature: true
separate_signature: true
show_signature_annotations: true
filters:
- "!^_[^_]"
- gen-files:
scripts:
- scripts/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocs-jupyter:
theme: light
- mike:
version_selector: true
css_dir: css
javascript_dir: js
canonical_version: latest
Morty Proxy This is a proxified and sanitized view of the page, visit original site.