File size: 745 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 27 28 29 | {
"dataset": "QSAR_fish_toxicity",
"benchmark": "openml_ctr23",
"sub_benchmark": "",
"task_type": "reg",
"data_type": "mixed",
"target_column": "LC50",
"label_values": [
"greater than 4.9075",
"between 3.15175 and 3.9875",
"less than 3.15175",
"between 3.9875 and 4.9075"
],
"num_labels": 4,
"train_samples": 816,
"test_samples": 92,
"train_label_distribution": {
"less than 3.15175": 204,
"between 3.9875 and 4.9075": 204,
"between 3.15175 and 3.9875": 204,
"greater than 4.9075": 204
},
"test_label_distribution": {
"less than 3.15175": 23,
"greater than 4.9075": 23,
"between 3.15175 and 3.9875": 23,
"between 3.9875 and 4.9075": 23
}
} |