File size: 593 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 24 25 26 | {
"dataset": "white_wine",
"benchmark": "openml_ctr23",
"sub_benchmark": "",
"task_type": "reg",
"data_type": "mixed",
"target_column": "quality",
"label_values": [
"less than 5.0",
"between 5.0 and 6.0",
"greater than 6.0"
],
"num_labels": 3,
"train_samples": 4407,
"test_samples": 491,
"train_label_distribution": {
"between 5.0 and 6.0": 1311,
"greater than 6.0": 2932,
"less than 5.0": 164
},
"test_label_distribution": {
"greater than 6.0": 326,
"between 5.0 and 6.0": 146,
"less than 5.0": 19
}
} |