File size: 437 Bytes
7925dbe | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"dataset": "numerai28.6",
"benchmark": "openml_cc18",
"sub_benchmark": "",
"task_type": "clf",
"data_type": "mixed",
"target_column": "attribute_21",
"label_values": [
"0.0",
"1.0"
],
"num_labels": 2,
"train_samples": 8999,
"test_samples": 1001,
"train_label_distribution": {
"1.0": 4488,
"0.0": 4511
},
"test_label_distribution": {
"1.0": 499,
"0.0": 502
}
} |