Skip to content

Commit 3f919ea

Browse files
committed
docs: Update example description in create_study to decision trees
1 parent 47318eb commit 3f919ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/study/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def create_study(
229229
>>> import openml
230230
>>> study = openml.study.create_study( # doctest: +SKIP
231231
... name="My Study",
232-
... description="A study on classification tasks",
232+
... description="A study on decision trees",
233233
... run_ids=[1, 2, 3],
234234
... )
235235
"""

0 commit comments

Comments
 (0)