|
| 1 | +<oml:task xmlns:oml="http://openml.org/openml"> |
| 2 | + <oml:task_id>1</oml:task_id> |
| 3 | + <oml:task_type_id>1</oml:task_type_id> |
| 4 | + <oml:task_type>Supervised Classification</oml:task_type> |
| 5 | + <oml:input name="source_data"> |
| 6 | + <oml:data_set> |
| 7 | +<oml:data_set_id>1</oml:data_set_id> |
| 8 | +<oml:target_feature>class</oml:target_feature> |
| 9 | +</oml:data_set> </oml:input> |
| 10 | + <oml:input name="estimation_procedure"> |
| 11 | + <oml:estimation_procedure> |
| 12 | + <oml:id>1</oml:id> |
| 13 | +<oml:type>crossvalidation</oml:type> |
| 14 | +<oml:data_splits_url>http://www.openml.org/api_splits/get/1/Task_1_splits.arff</oml:data_splits_url> |
| 15 | +<oml:parameter name="number_repeats">1</oml:parameter> |
| 16 | +<oml:parameter name="number_folds">10</oml:parameter> |
| 17 | +<oml:parameter name="percentage"></oml:parameter> |
| 18 | +<oml:parameter name="stratified_sampling">true</oml:parameter> |
| 19 | +</oml:estimation_procedure> </oml:input> |
| 20 | + <oml:input name="cost_matrix"> |
| 21 | + <oml:cost_matrix></oml:cost_matrix> </oml:input> |
| 22 | + <oml:input name="evaluation_measures"> |
| 23 | + <oml:evaluation_measures> |
| 24 | +<oml:evaluation_measure>predictive_accuracy</oml:evaluation_measure> |
| 25 | +</oml:evaluation_measures> </oml:input> |
| 26 | + <oml:output name="predictions"> |
| 27 | + <oml:predictions> |
| 28 | +<oml:format>ARFF</oml:format> |
| 29 | +<oml:feature name="repeat" type="integer"/> |
| 30 | +<oml:feature name="fold" type="integer"/> |
| 31 | +<oml:feature name="row_id" type="integer"/> |
| 32 | +<oml:feature name="confidence.classname" type="numeric"/> |
| 33 | +<oml:feature name="prediction" type="string"/> |
| 34 | +</oml:predictions> </oml:output> |
| 35 | + <oml:tag>basic</oml:tag> |
| 36 | + <oml:tag>study_1</oml:tag> |
| 37 | + <oml:tag>study_7</oml:tag> |
| 38 | + <oml:tag>under100k</oml:tag> |
| 39 | + <oml:tag>under1m</oml:tag> |
| 40 | + </oml:task> |
0 commit comments