diff --git a/doc/index.rst b/doc/index.rst index 789979023..e38e4d877 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -32,7 +32,7 @@ Example ) # Download the OpenML task for the german credit card dataset with 10-fold # cross-validation. - task = openml.tasks.get_task(31) + task = openml.tasks.get_task(32) # Run the scikit-learn model on the task. run = openml.runs.run_model_on_task(clf, task) # Publish the experiment on OpenML (optional, requires an API key.