Skip to content

Commit c9bfc0f

Browse files
add missing data in XML for local files (#1413)
1 parent 5be0d24 commit c9bfc0f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/files/org/openml/test/tasks/1/task.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</oml:data_set> </oml:input>
1010
<oml:input name="estimation_procedure">
1111
<oml:estimation_procedure>
12+
<oml:id>1</oml:id>
1213
<oml:type>crossvalidation</oml:type>
1314
<oml:data_splits_url>http://www.openml.org/api_splits/get/1/Task_1_splits.arff</oml:data_splits_url>
1415
<oml:parameter name="number_repeats">1</oml:parameter>

tests/files/org/openml/test/tasks/1882/task.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</oml:data_set> </oml:input>
1010
<oml:input name="estimation_procedure">
1111
<oml:estimation_procedure>
12+
<oml:id>3</oml:id>
1213
<oml:type>crossvalidation</oml:type>
1314
<oml:data_splits_url>http://capa.win.tue.nl/api_splits/get/1882/Task_1882_splits.arff</oml:data_splits_url>
1415
<oml:parameter name="number_repeats">10</oml:parameter>

tests/files/org/openml/test/tasks/3/task.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</oml:data_set> </oml:input>
1010
<oml:input name="estimation_procedure">
1111
<oml:estimation_procedure>
12+
<oml:id>1</oml:id>
1213
<oml:type>crossvalidation</oml:type>
1314
<oml:data_splits_url>http://www.openml.org/api_splits/get/3/Task_3_splits.arff</oml:data_splits_url>
1415
<oml:parameter name="number_repeats">1</oml:parameter>

0 commit comments

Comments
 (0)