| @@ -18,7 +18,7 @@ import learnware.specification as specification | |||||
| curr_root = os.path.dirname(os.path.abspath(__file__)) | curr_root = os.path.dirname(os.path.abspath(__file__)) | ||||
| user_semantic = { | user_semantic = { | ||||
| "Data": {"Values": ["Tabular"], "Type": "Class"}, | |||||
| "Data": {"Values": ["Image"], "Type": "Class"}, | |||||
| "Task": { | "Task": { | ||||
| "Values": ["Classification"], | "Values": ["Classification"], | ||||
| "Type": "Class", | "Type": "Class", | ||||
| @@ -27,6 +27,12 @@ user_semantic = { | |||||
| "Scenario": {"Values": ["Education"], "Type": "Tag"}, | "Scenario": {"Values": ["Education"], "Type": "Tag"}, | ||||
| "Description": {"Values": "", "Type": "String"}, | "Description": {"Values": "", "Type": "String"}, | ||||
| "Name": {"Values": "", "Type": "String"}, | "Name": {"Values": "", "Type": "String"}, | ||||
| "Output": { | |||||
| "Dimension": 1, | |||||
| "Description": { | |||||
| "0": "The label of the hand-written digit." | |||||
| } | |||||
| }, | |||||
| } | } | ||||