We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5465c67 commit 6f50aaeCopy full SHA for 6f50aae
2 files changed
doc/index.rst
@@ -37,7 +37,7 @@ Example
37
# Download the OpenML task for the german credit card dataset with 10-fold
38
# cross-validation.
39
task = openml.tasks.get_task(31)
40
- # Run the scikit-learn model on the task (requires an API key).
+ # Run the scikit-learn model on the task.
41
run = openml.runs.run_model_on_task(clf, task)
42
# Publish the experiment on OpenML (optional, requires an API key).
43
run.publish()
doc/usage.rst
@@ -8,9 +8,9 @@
8
.. role:: python(code)
9
:language: python
10
11
-***********
12
-Basic Usage
13
+**********
+User Guide
14
15
This document will guide you through the most important use cases, functions
16
and classes in the OpenML Python API. Throughout this document, we will use
0 commit comments