File size: 610 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
30
31
32
33
34
35
{
  "dataset": "har",
  "benchmark": "openml_cc18",
  "sub_benchmark": "",
  "task_type": "clf",
  "data_type": "mixed",
  "target_column": "Class",
  "label_values": [
    "6.0",
    "3.0",
    "5.0",
    "2.0",
    "4.0",
    "1.0"
  ],
  "num_labels": 6,
  "train_samples": 8997,
  "test_samples": 1003,
  "train_label_distribution": {
    "5.0": 1672,
    "4.0": 1532,
    "3.0": 1226,
    "1.0": 1504,
    "2.0": 1356,
    "6.0": 1707
  },
  "test_label_distribution": {
    "4.0": 171,
    "2.0": 151,
    "1.0": 168,
    "3.0": 137,
    "5.0": 186,
    "6.0": 190
  }
}