Skip to content

Commit 6f50aae

Browse files
committed
update example on the front docs page
1 parent 5465c67 commit 6f50aae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Example
3737
# Download the OpenML task for the german credit card dataset with 10-fold
3838
# cross-validation.
3939
task = openml.tasks.get_task(31)
40-
# Run the scikit-learn model on the task (requires an API key).
40+
# Run the scikit-learn model on the task.
4141
run = openml.runs.run_model_on_task(clf, task)
4242
# Publish the experiment on OpenML (optional, requires an API key).
4343
run.publish()

doc/usage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
.. role:: python(code)
99
:language: python
1010

11-
***********
12-
Basic Usage
13-
***********
11+
**********
12+
User Guide
13+
**********
1414

1515
This document will guide you through the most important use cases, functions
1616
and classes in the OpenML Python API. Throughout this document, we will use

0 commit comments

Comments
 (0)