|
- {
- "about": {
- "problemID": "iris_problem_1",
- "problemName": "Distinguish Iris flowers",
- "problemDescription": "Distinguish Iris flowers of three related species.",
- "problemSchemaVersion": "4.0.0",
- "problemVersion": "4.0.0",
- "taskKeywords": [
- "classification",
- "multiClass"
- ]
- },
- "inputs": {
- "data": [
- {
- "datasetID": "iris_dataset_1",
- "targets": [
- {
- "targetIndex": 0,
- "resID": "learningData",
- "colIndex": 5,
- "colName": "species"
- }
- ]
- }
- ],
- "dataSplits": {
- "method": "holdOut",
- "testSize": 0.3,
- "numFolds": 0,
- "stratified": false,
- "numRepeats": 0,
- "splitsFile": "dataSplits.csv"
- },
- "performanceMetrics": [
- {
- "metric": "accuracy"
- }
- ]
- },
- "expectedOutputs": {
- "predictionsFile": "predictions.csv",
- "scoresFile": "scores.csv"
- }
- }
|