File size: 1,371 Bytes
9475d42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
  "name": "tabsyn_c2",
  "task_type": "multiclass",
  "n_num_features": 1,
  "n_cat_features": 5,
  "train_size": 1382,
  "num_col_idx": [
    0
  ],
  "cat_col_idx": [
    1,
    2,
    3,
    4,
    5
  ],
  "target_col_idx": [
    6
  ],
  "column_names": [
    "buying",
    "maint",
    "doors",
    "persons",
    "lug_boot",
    "safety",
    "class"
  ],
  "train_num": 1382,
  "test_num": 1382,
  "header": 0,
  "file_type": "csv",
  "data_path": "data/tabsyn_c2/train.csv",
  "test_path": null,
  "idx_mapping": {
    "0": 0,
    "1": 1,
    "2": 2,
    "3": 3,
    "4": 4,
    "5": 5,
    "6": 6
  },
  "inverse_idx_mapping": {
    "0": 0,
    "1": 1,
    "2": 2,
    "3": 3,
    "4": 4,
    "5": 5,
    "6": 6
  },
  "idx_name_mapping": {
    "0": "buying",
    "1": "maint",
    "2": "doors",
    "3": "persons",
    "4": "lug_boot",
    "5": "safety",
    "6": "class"
  },
  "n_classes": 4,
  "metadata": {
    "columns": {
      "0": {
        "sdtype": "numerical",
        "computer_representation": "Float"
      },
      "1": {
        "sdtype": "categorical"
      },
      "2": {
        "sdtype": "categorical"
      },
      "3": {
        "sdtype": "categorical"
      },
      "4": {
        "sdtype": "categorical"
      },
      "5": {
        "sdtype": "categorical"
      },
      "6": {
        "sdtype": "categorical"
      }
    }
  }
}