{ "about": { "problemID": "32_fma_MIN_METADATA_problem", "problemName": "Music genre classification problem", "problemDescription": "This is a multiclass classification problem, where given a music it is required to classified the genre of the song.", "problemSchemaVersion": "4.0.0", "problemVersion": "4.0.0", "taskKeywords": [ "classification", "multiClass", "audio" ] }, "inputs": { "data": [ { "datasetID": "32_fma_MIN_METADATA_dataset", "targets": [ { "targetIndex": 0, "resID": "learningData", "colIndex": 4, "colName": "class" } ] } ], "dataSplits": { "method": "holdOut", "testSize": 0.2, "numRepeats": 0, "splitsFile": "dataSplits.csv", "datasetViewMaps": { "train": [ { "from": "32_fma_MIN_METADATA_dataset", "to": "32_fma_MIN_METADATA_dataset_TRAIN" } ], "test": [ { "from": "32_fma_MIN_METADATA_dataset", "to": "32_fma_MIN_METADATA_dataset_TEST" } ], "score": [ { "from": "32_fma_MIN_METADATA_dataset", "to": "32_fma_MIN_METADATA_dataset_SCORE" } ] } }, "performanceMetrics": [ { "metric": "f1Macro" } ] }, "expectedOutputs": { "predictionsFile": "predictions.csv" } }