Skip to content

Commit 5669431

Browse files
committed
Removing named study download after checking it has no alias
1 parent 042d137 commit 5669431

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/30_extended/study_tutorial.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636

3737
############################################################################
3838
# This is done based on the study ID.
39-
# https://www.openml.org/api/v1/study/123
40-
study = openml.study.get_study("Linear vs. Non Linear")
39+
study = openml.study.get_study(123)
4140
print(study)
4241

4342
############################################################################

0 commit comments

Comments
 (0)