Skip to content

Commit e84cdf9

Browse files
a-moadelmadel0093
andauthored
update home page example to numerical dataset (pendigits) (#976)
Co-authored-by: adel <[email protected]>
1 parent 24faeb7 commit e84cdf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/index.rst

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

0 commit comments

Comments
 (0)