TabQueryBench commited on
Commit
8bfb7ee
·
verified ·
1 Parent(s): dd19d97

Resume SynthData0523 main/m5 batch 2

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +38 -0
  2. SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/real.csv +3 -0
  3. SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/staged_features.json +3 -0
  4. SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/test.csv +3 -0
  5. SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/train.csv +3 -0
  6. SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/val.csv +3 -0
  7. SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/y_test.npy +3 -0
  8. SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/y_train.npy +3 -0
  9. SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/y_val.npy +3 -0
  10. SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/train_20260510_162741.log +3 -0
  11. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/_tabpfgen_generate.py +87 -0
  12. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/gen_20260422_200336.log +3 -0
  13. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/input_snapshot.json +36 -0
  14. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/public_gate/normalized_schema_snapshot.json +758 -0
  15. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/public_gate/public_gate_report.json +37 -0
  16. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/public_gate/staged_input_manifest.json +763 -0
  17. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/runtime_result.json +15 -0
  18. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/staged_features.json +187 -0
  19. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/test.csv +3 -0
  20. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/train.csv +3 -0
  21. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/val.csv +3 -0
  22. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/tabpfgen/adapter_report.json +7 -0
  23. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/tabpfgen/adapter_transforms_applied.json +1 -0
  24. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/tabpfgen/model_input_manifest.json +765 -0
  25. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/tabpfgen-m5-3539-20260422_200336.csv +3 -0
  26. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/tabpfgen_meta.json +8 -0
  27. SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/train_20260422_200336.log +3 -0
  28. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/_tabsyn_sample.py +39 -0
  29. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/_tabsyn_train.py +62 -0
  30. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/X_cat_test.npy +3 -0
  31. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/X_cat_train.npy +3 -0
  32. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/X_num_test.npy +3 -0
  33. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/X_num_train.npy +3 -0
  34. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/info.json +356 -0
  35. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/test.csv +3 -0
  36. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/train.csv +3 -0
  37. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/y_test.npy +3 -0
  38. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/y_train.npy +3 -0
  39. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/gen_20260421_034347.log +3 -0
  40. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/input_snapshot.json +36 -0
  41. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/public_gate/normalized_schema_snapshot.json +758 -0
  42. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/public_gate/public_gate_report.json +37 -0
  43. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/public_gate/staged_input_manifest.json +763 -0
  44. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/runtime_result.json +15 -0
  45. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/staged_features.json +187 -0
  46. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/test.csv +3 -0
  47. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/train.csv +3 -0
  48. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/val.csv +3 -0
  49. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/tabsyn/adapter_report.json +7 -0
  50. SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/tabsyn/adapter_transforms_applied.json +1 -0
.gitattributes CHANGED
@@ -8968,3 +8968,41 @@ SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline
8968
  SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/X_num_train.npy filter=lfs diff=lfs merge=lfs -text
8969
  SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/X_num_val.npy filter=lfs diff=lfs merge=lfs -text
8970
  SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/info.json filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8968
  SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/X_num_train.npy filter=lfs diff=lfs merge=lfs -text
8969
  SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/X_num_val.npy filter=lfs diff=lfs merge=lfs -text
8970
  SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/info.json filter=lfs diff=lfs merge=lfs -text
8971
+ SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/real.csv filter=lfs diff=lfs merge=lfs -text
8972
+ SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/staged_features.json filter=lfs diff=lfs merge=lfs -text
8973
+ SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/test.csv filter=lfs diff=lfs merge=lfs -text
8974
+ SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/train.csv filter=lfs diff=lfs merge=lfs -text
8975
+ SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/val.csv filter=lfs diff=lfs merge=lfs -text
8976
+ SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/y_test.npy filter=lfs diff=lfs merge=lfs -text
8977
+ SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/y_train.npy filter=lfs diff=lfs merge=lfs -text
8978
+ SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/y_val.npy filter=lfs diff=lfs merge=lfs -text
8979
+ SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/train_20260510_162741.log filter=lfs diff=lfs merge=lfs -text
8980
+ SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/gen_20260422_200336.log filter=lfs diff=lfs merge=lfs -text
8981
+ SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/test.csv filter=lfs diff=lfs merge=lfs -text
8982
+ SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/train.csv filter=lfs diff=lfs merge=lfs -text
8983
+ SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/val.csv filter=lfs diff=lfs merge=lfs -text
8984
+ SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/tabpfgen-m5-3539-20260422_200336.csv filter=lfs diff=lfs merge=lfs -text
8985
+ SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/train_20260422_200336.log filter=lfs diff=lfs merge=lfs -text
8986
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/X_cat_test.npy filter=lfs diff=lfs merge=lfs -text
8987
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/X_cat_train.npy filter=lfs diff=lfs merge=lfs -text
8988
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/X_num_test.npy filter=lfs diff=lfs merge=lfs -text
8989
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/X_num_train.npy filter=lfs diff=lfs merge=lfs -text
8990
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/test.csv filter=lfs diff=lfs merge=lfs -text
8991
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/train.csv filter=lfs diff=lfs merge=lfs -text
8992
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/y_test.npy filter=lfs diff=lfs merge=lfs -text
8993
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/y_train.npy filter=lfs diff=lfs merge=lfs -text
8994
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/gen_20260421_034347.log filter=lfs diff=lfs merge=lfs -text
8995
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/test.csv filter=lfs diff=lfs merge=lfs -text
8996
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/train.csv filter=lfs diff=lfs merge=lfs -text
8997
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/val.csv filter=lfs diff=lfs merge=lfs -text
8998
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/synthetic/tabsyn_m5/real.csv filter=lfs diff=lfs merge=lfs -text
8999
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/synthetic/tabsyn_m5/test.csv filter=lfs diff=lfs merge=lfs -text
9000
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/tabsyn-m5-3539-20260421_034347.csv filter=lfs diff=lfs merge=lfs -text
9001
+ SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/train_20260421_023649.log filter=lfs diff=lfs merge=lfs -text
9002
+ SynthData0523/main/m5/tvae/tvae-m5-20260419_191713/gen_20260419_192224.log filter=lfs diff=lfs merge=lfs -text
9003
+ SynthData0523/main/m5/tvae/tvae-m5-20260419_191713/models_300epochs/train_20260419_191714.log filter=lfs diff=lfs merge=lfs -text
9004
+ SynthData0523/main/m5/tvae/tvae-m5-20260419_191713/models_300epochs/tvae_300epochs.pt filter=lfs diff=lfs merge=lfs -text
9005
+ SynthData0523/main/m5/tvae/tvae-m5-20260419_191713/staged/public/test.csv filter=lfs diff=lfs merge=lfs -text
9006
+ SynthData0523/main/m5/tvae/tvae-m5-20260419_191713/staged/public/train.csv filter=lfs diff=lfs merge=lfs -text
9007
+ SynthData0523/main/m5/tvae/tvae-m5-20260419_191713/staged/public/val.csv filter=lfs diff=lfs merge=lfs -text
9008
+ SynthData0523/main/m5/tvae/tvae-m5-20260419_191713/tvae-m5-3539-20260419_192224.csv filter=lfs diff=lfs merge=lfs -text
SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/real.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:012f009ed84b309df0bf0da0669101c48652c390666cb59f9a07341a16b7056f
3
+ size 422717
SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/staged_features.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4966adee2269582a83b612bffff9390170354c5d44e5c694204595ad1f3b05a
3
+ size 4027
SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:696cfc46d2e611ee56a5419f4496b758f643f49f3386d4181296783760117c8c
3
+ size 53943
SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:012f009ed84b309df0bf0da0669101c48652c390666cb59f9a07341a16b7056f
3
+ size 422717
SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b623a7cea9350fc17384754b26aba373ab6c1914b7c0efb7a8a21ad5ac1557
3
+ size 53889
SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/y_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b7dccb73bd9b1f9c625062921bff760a6eecc63746544867841eaa7ef7cbad
3
+ size 3672
SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c158d75123e893e0ac6d1c83d8077909a6fb7a2cd49e6fc48306e2b3505aac
3
+ size 28440
SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/tabular_bundle/pipeline_m5/y_val.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd771a15663f53af3d3a7160a5005a9af194c3557acae19b07db1d3bedd26184
3
+ size 3664
SynthData0523/main/m5/tabdiff/tabdiff-m5-20260510_162741/train_20260510_162741.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e11228860a801a62df0e2423bc7eb5a7b295e8da107b37e7ed947c695a945a5
3
+ size 124039
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/_tabpfgen_generate.py ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import numpy as np
2
+ import pandas as pd
3
+ import json
4
+ from tabpfgen import TabPFGen
5
+
6
+ df = pd.read_csv("/work/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/train.csv")
7
+ target_col = "Target"
8
+
9
+ feature_cols = [c for c in df.columns if c != target_col]
10
+
11
+ # --- Label-encode categorical / object columns ---
12
+ cat_encodings = {} # col -> list of unique values (index = code)
13
+ for col in feature_cols:
14
+ if df[col].dtype == object or str(df[col].dtype) == 'category':
15
+ cats = sorted(df[col].dropna().unique().tolist(), key=str)
16
+ cat_map = {v: i for i, v in enumerate(cats)}
17
+ df[col] = df[col].map(cat_map).astype(float)
18
+ cat_encodings[col] = cats
19
+ print(f"[TabPFGen] Label-encoded '{col}' ({len(cats)} categories)")
20
+
21
+ # Encode target if categorical
22
+ target_cats = None
23
+ if df[target_col].dtype == object or str(df[target_col].dtype) == 'category':
24
+ cats = sorted(df[target_col].dropna().unique().tolist(), key=str)
25
+ t_map = {v: i for i, v in enumerate(cats)}
26
+ df[target_col] = df[target_col].map(t_map).astype(float)
27
+ target_cats = cats
28
+ print(f"[TabPFGen] Label-encoded target '{target_col}' ({len(cats)} categories)")
29
+
30
+ X = df[feature_cols].values.astype(np.float32)
31
+ y = df[target_col].values
32
+ target_n = int(3539)
33
+
34
+ # Handle NaN
35
+ for i in range(X.shape[1]):
36
+ col_vals = X[:, i]
37
+ mask = np.isnan(col_vals)
38
+ if mask.any():
39
+ mean_val = np.nanmean(col_vals)
40
+ X[mask, i] = mean_val if not np.isnan(mean_val) else 0.0
41
+
42
+ gen = TabPFGen(
43
+ n_sgld_steps=1000,
44
+ sgld_step_size=0.01,
45
+ sgld_noise_scale=0.01,
46
+ device="auto",
47
+ )
48
+
49
+ print(f"[TabPFGen] Generating {target_n} rows via generate_classification")
50
+ X_syn, y_syn = gen.generate_classification(X, y, n_samples=target_n)
51
+
52
+ syn_df = pd.DataFrame(X_syn, columns=feature_cols)
53
+ syn_df[target_col] = y_syn
54
+
55
+ # --- Inverse label-encoding for categorical columns ---
56
+ for col, cats in cat_encodings.items():
57
+ # Round to nearest integer index, clamp to valid range
58
+ codes = np.round(syn_df[col].values).astype(int)
59
+ codes = np.clip(codes, 0, len(cats) - 1)
60
+ syn_df[col] = [cats[c] for c in codes]
61
+
62
+ if target_cats is not None:
63
+ codes = np.round(syn_df[target_col].values).astype(int)
64
+ codes = np.clip(codes, 0, len(target_cats) - 1)
65
+ syn_df[target_col] = [target_cats[c] for c in codes]
66
+
67
+ # Ensure output row count is strictly aligned with target_n.
68
+ if len(syn_df) > target_n:
69
+ print(f"[TabPFGen] Trimming rows: {len(syn_df)} -> {target_n}")
70
+ syn_df = syn_df.iloc[:target_n].copy()
71
+ elif len(syn_df) < target_n:
72
+ deficit = target_n - len(syn_df)
73
+ print(f"[TabPFGen] Padding rows: {len(syn_df)} -> {target_n} (deficit={deficit})")
74
+ if len(syn_df) > 0:
75
+ extra = syn_df.sample(n=deficit, replace=True, random_state=42)
76
+ syn_df = pd.concat([syn_df.reset_index(drop=True), extra.reset_index(drop=True)], ignore_index=True)
77
+ else:
78
+ # Defensive fallback: if generator returns empty, bootstrap from training rows.
79
+ syn_df = df[feature_cols + [target_col]].sample(
80
+ n=target_n, replace=True, random_state=42
81
+ ).reset_index(drop=True)
82
+
83
+ syn_df = syn_df[list(df.columns)]
84
+ if len(syn_df) != target_n:
85
+ raise RuntimeError(f"[TabPFGen] Row alignment failed: got {len(syn_df)}, expected {target_n}")
86
+ syn_df.to_csv("/work/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/tabpfgen-m5-3539-20260422_200336.csv", index=False)
87
+ print(f"[TabPFGen] Saved {len(syn_df)} rows -> /work/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/tabpfgen-m5-3539-20260422_200336.csv")
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/gen_20260422_200336.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23fa57b6d1c42b7a1d99443ef2aa04ada11a213b6f360cb5e38c7ef1463c78c2
3
+ size 592
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/input_snapshot.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "m5",
3
+ "model": "tabpfgen",
4
+ "inputs": {
5
+ "train_csv": {
6
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/m5/m5-train.csv",
7
+ "exists": true,
8
+ "size": 422717,
9
+ "sha256": "012f009ed84b309df0bf0da0669101c48652c390666cb59f9a07341a16b7056f"
10
+ },
11
+ "val_csv": {
12
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/m5/m5-val.csv",
13
+ "exists": true,
14
+ "size": 53889,
15
+ "sha256": "b9b623a7cea9350fc17384754b26aba373ab6c1914b7c0efb7a8a21ad5ac1557"
16
+ },
17
+ "test_csv": {
18
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/m5/m5-test.csv",
19
+ "exists": true,
20
+ "size": 53943,
21
+ "sha256": "696cfc46d2e611ee56a5419f4496b758f643f49f3386d4181296783760117c8c"
22
+ },
23
+ "profile_json": {
24
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/m5/m5-dataset_profile.json",
25
+ "exists": true,
26
+ "size": 14974,
27
+ "sha256": "6ca9a300883081c4197534dd44e5e37df852ef129b5c06666629d8dd8270af0d"
28
+ },
29
+ "contract_json": {
30
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/m5/m5-dataset_contract_v1.json",
31
+ "exists": true,
32
+ "size": 17696,
33
+ "sha256": "d5ce8aae5a21071b4e1af75dcdf7fa3118c7b487163ad0c8244ecc33d08d7c89"
34
+ }
35
+ }
36
+ }
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/public_gate/normalized_schema_snapshot.json ADDED
@@ -0,0 +1,758 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "m5",
3
+ "target_column": "Target",
4
+ "task_type": "classification",
5
+ "columns": [
6
+ {
7
+ "name": "Marital status",
8
+ "role": "feature",
9
+ "semantic_type": "numeric",
10
+ "nullable": false,
11
+ "missing_tokens": [],
12
+ "parse_format": null,
13
+ "impute_strategy": "median",
14
+ "profile_stats": {
15
+ "missing_rate": 0.0,
16
+ "unique_count": 6,
17
+ "unique_ratio": 0.001695,
18
+ "example_values": [
19
+ "1",
20
+ "2",
21
+ "4",
22
+ "5",
23
+ "3"
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "name": "Application mode",
29
+ "role": "feature",
30
+ "semantic_type": "numeric",
31
+ "nullable": false,
32
+ "missing_tokens": [],
33
+ "parse_format": null,
34
+ "impute_strategy": "median",
35
+ "profile_stats": {
36
+ "missing_rate": 0.0,
37
+ "unique_count": 18,
38
+ "unique_ratio": 0.005086,
39
+ "example_values": [
40
+ "43",
41
+ "17",
42
+ "1",
43
+ "39",
44
+ "44"
45
+ ]
46
+ }
47
+ },
48
+ {
49
+ "name": "Application order",
50
+ "role": "feature",
51
+ "semantic_type": "numeric",
52
+ "nullable": false,
53
+ "missing_tokens": [],
54
+ "parse_format": null,
55
+ "impute_strategy": "median",
56
+ "profile_stats": {
57
+ "missing_rate": 0.0,
58
+ "unique_count": 8,
59
+ "unique_ratio": 0.002261,
60
+ "example_values": [
61
+ "1",
62
+ "2",
63
+ "6",
64
+ "3",
65
+ "5"
66
+ ]
67
+ }
68
+ },
69
+ {
70
+ "name": "Course",
71
+ "role": "feature",
72
+ "semantic_type": "numeric",
73
+ "nullable": false,
74
+ "missing_tokens": [],
75
+ "parse_format": null,
76
+ "impute_strategy": "median",
77
+ "profile_stats": {
78
+ "missing_rate": 0.0,
79
+ "unique_count": 17,
80
+ "unique_ratio": 0.004804,
81
+ "example_values": [
82
+ "9773",
83
+ "9147",
84
+ "9853",
85
+ "9500",
86
+ "9085"
87
+ ]
88
+ }
89
+ },
90
+ {
91
+ "name": "Daytime/evening attendance",
92
+ "role": "feature",
93
+ "semantic_type": "boolean",
94
+ "nullable": false,
95
+ "missing_tokens": [],
96
+ "parse_format": null,
97
+ "impute_strategy": "mode",
98
+ "profile_stats": {
99
+ "missing_rate": 0.0,
100
+ "unique_count": 2,
101
+ "unique_ratio": 0.000565,
102
+ "example_values": [
103
+ "1",
104
+ "0"
105
+ ]
106
+ }
107
+ },
108
+ {
109
+ "name": "Previous qualification",
110
+ "role": "feature",
111
+ "semantic_type": "numeric",
112
+ "nullable": false,
113
+ "missing_tokens": [],
114
+ "parse_format": null,
115
+ "impute_strategy": "median",
116
+ "profile_stats": {
117
+ "missing_rate": 0.0,
118
+ "unique_count": 16,
119
+ "unique_ratio": 0.004521,
120
+ "example_values": [
121
+ "1",
122
+ "39",
123
+ "3",
124
+ "2",
125
+ "19"
126
+ ]
127
+ }
128
+ },
129
+ {
130
+ "name": "Previous qualification (grade)",
131
+ "role": "feature",
132
+ "semantic_type": "numeric",
133
+ "nullable": false,
134
+ "missing_tokens": [],
135
+ "parse_format": null,
136
+ "impute_strategy": "median",
137
+ "profile_stats": {
138
+ "missing_rate": 0.0,
139
+ "unique_count": 93,
140
+ "unique_ratio": 0.026279,
141
+ "example_values": [
142
+ "127.0",
143
+ "122.0",
144
+ "121.0",
145
+ "158.0",
146
+ "141.0"
147
+ ]
148
+ }
149
+ },
150
+ {
151
+ "name": "Nacionality",
152
+ "role": "feature",
153
+ "semantic_type": "numeric",
154
+ "nullable": false,
155
+ "missing_tokens": [],
156
+ "parse_format": null,
157
+ "impute_strategy": "median",
158
+ "profile_stats": {
159
+ "missing_rate": 0.0,
160
+ "unique_count": 20,
161
+ "unique_ratio": 0.005651,
162
+ "example_values": [
163
+ "1",
164
+ "108",
165
+ "41",
166
+ "6",
167
+ "14"
168
+ ]
169
+ }
170
+ },
171
+ {
172
+ "name": "Mother's qualification",
173
+ "role": "feature",
174
+ "semantic_type": "numeric",
175
+ "nullable": false,
176
+ "missing_tokens": [],
177
+ "parse_format": null,
178
+ "impute_strategy": "median",
179
+ "profile_stats": {
180
+ "missing_rate": 0.0,
181
+ "unique_count": 28,
182
+ "unique_ratio": 0.007912,
183
+ "example_values": [
184
+ "1",
185
+ "38",
186
+ "3",
187
+ "19",
188
+ "37"
189
+ ]
190
+ }
191
+ },
192
+ {
193
+ "name": "Father's qualification",
194
+ "role": "feature",
195
+ "semantic_type": "numeric",
196
+ "nullable": false,
197
+ "missing_tokens": [],
198
+ "parse_format": null,
199
+ "impute_strategy": "median",
200
+ "profile_stats": {
201
+ "missing_rate": 0.0,
202
+ "unique_count": 30,
203
+ "unique_ratio": 0.008477,
204
+ "example_values": [
205
+ "1",
206
+ "37",
207
+ "19",
208
+ "38",
209
+ "3"
210
+ ]
211
+ }
212
+ },
213
+ {
214
+ "name": "Mother's occupation",
215
+ "role": "feature",
216
+ "semantic_type": "numeric",
217
+ "nullable": false,
218
+ "missing_tokens": [],
219
+ "parse_format": null,
220
+ "impute_strategy": "median",
221
+ "profile_stats": {
222
+ "missing_rate": 0.0,
223
+ "unique_count": 31,
224
+ "unique_ratio": 0.00876,
225
+ "example_values": [
226
+ "9",
227
+ "5",
228
+ "4",
229
+ "3",
230
+ "122"
231
+ ]
232
+ }
233
+ },
234
+ {
235
+ "name": "Father's occupation",
236
+ "role": "feature",
237
+ "semantic_type": "numeric",
238
+ "nullable": false,
239
+ "missing_tokens": [],
240
+ "parse_format": null,
241
+ "impute_strategy": "median",
242
+ "profile_stats": {
243
+ "missing_rate": 0.0,
244
+ "unique_count": 45,
245
+ "unique_ratio": 0.012715,
246
+ "example_values": [
247
+ "6",
248
+ "3",
249
+ "5",
250
+ "7",
251
+ "90"
252
+ ]
253
+ }
254
+ },
255
+ {
256
+ "name": "Admission grade",
257
+ "role": "feature",
258
+ "semantic_type": "numeric",
259
+ "nullable": false,
260
+ "missing_tokens": [],
261
+ "parse_format": null,
262
+ "impute_strategy": "median",
263
+ "profile_stats": {
264
+ "missing_rate": 0.0,
265
+ "unique_count": 593,
266
+ "unique_ratio": 0.167561,
267
+ "example_values": [
268
+ "110.0",
269
+ "119.6",
270
+ "116.8",
271
+ "140.2",
272
+ "131.7"
273
+ ]
274
+ }
275
+ },
276
+ {
277
+ "name": "Displaced",
278
+ "role": "feature",
279
+ "semantic_type": "boolean",
280
+ "nullable": false,
281
+ "missing_tokens": [],
282
+ "parse_format": null,
283
+ "impute_strategy": "mode",
284
+ "profile_stats": {
285
+ "missing_rate": 0.0,
286
+ "unique_count": 2,
287
+ "unique_ratio": 0.000565,
288
+ "example_values": [
289
+ "0",
290
+ "1"
291
+ ]
292
+ }
293
+ },
294
+ {
295
+ "name": "Educational special needs",
296
+ "role": "feature",
297
+ "semantic_type": "boolean",
298
+ "nullable": false,
299
+ "missing_tokens": [],
300
+ "parse_format": null,
301
+ "impute_strategy": "mode",
302
+ "profile_stats": {
303
+ "missing_rate": 0.0,
304
+ "unique_count": 2,
305
+ "unique_ratio": 0.000565,
306
+ "example_values": [
307
+ "0",
308
+ "1"
309
+ ]
310
+ }
311
+ },
312
+ {
313
+ "name": "Debtor",
314
+ "role": "feature",
315
+ "semantic_type": "boolean",
316
+ "nullable": false,
317
+ "missing_tokens": [],
318
+ "parse_format": null,
319
+ "impute_strategy": "mode",
320
+ "profile_stats": {
321
+ "missing_rate": 0.0,
322
+ "unique_count": 2,
323
+ "unique_ratio": 0.000565,
324
+ "example_values": [
325
+ "1",
326
+ "0"
327
+ ]
328
+ }
329
+ },
330
+ {
331
+ "name": "Tuition fees up to date",
332
+ "role": "feature",
333
+ "semantic_type": "boolean",
334
+ "nullable": false,
335
+ "missing_tokens": [],
336
+ "parse_format": null,
337
+ "impute_strategy": "mode",
338
+ "profile_stats": {
339
+ "missing_rate": 0.0,
340
+ "unique_count": 2,
341
+ "unique_ratio": 0.000565,
342
+ "example_values": [
343
+ "0",
344
+ "1"
345
+ ]
346
+ }
347
+ },
348
+ {
349
+ "name": "Gender",
350
+ "role": "feature",
351
+ "semantic_type": "boolean",
352
+ "nullable": false,
353
+ "missing_tokens": [],
354
+ "parse_format": null,
355
+ "impute_strategy": "mode",
356
+ "profile_stats": {
357
+ "missing_rate": 0.0,
358
+ "unique_count": 2,
359
+ "unique_ratio": 0.000565,
360
+ "example_values": [
361
+ "1",
362
+ "0"
363
+ ]
364
+ }
365
+ },
366
+ {
367
+ "name": "Scholarship holder",
368
+ "role": "feature",
369
+ "semantic_type": "boolean",
370
+ "nullable": false,
371
+ "missing_tokens": [],
372
+ "parse_format": null,
373
+ "impute_strategy": "mode",
374
+ "profile_stats": {
375
+ "missing_rate": 0.0,
376
+ "unique_count": 2,
377
+ "unique_ratio": 0.000565,
378
+ "example_values": [
379
+ "0",
380
+ "1"
381
+ ]
382
+ }
383
+ },
384
+ {
385
+ "name": "Age at enrollment",
386
+ "role": "feature",
387
+ "semantic_type": "numeric",
388
+ "nullable": false,
389
+ "missing_tokens": [],
390
+ "parse_format": null,
391
+ "impute_strategy": "median",
392
+ "profile_stats": {
393
+ "missing_rate": 0.0,
394
+ "unique_count": 45,
395
+ "unique_ratio": 0.012715,
396
+ "example_values": [
397
+ "19",
398
+ "20",
399
+ "18",
400
+ "21",
401
+ "27"
402
+ ]
403
+ }
404
+ },
405
+ {
406
+ "name": "International",
407
+ "role": "feature",
408
+ "semantic_type": "boolean",
409
+ "nullable": false,
410
+ "missing_tokens": [],
411
+ "parse_format": null,
412
+ "impute_strategy": "mode",
413
+ "profile_stats": {
414
+ "missing_rate": 0.0,
415
+ "unique_count": 2,
416
+ "unique_ratio": 0.000565,
417
+ "example_values": [
418
+ "0",
419
+ "1"
420
+ ]
421
+ }
422
+ },
423
+ {
424
+ "name": "Curricular units 1st sem (credited)",
425
+ "role": "feature",
426
+ "semantic_type": "numeric",
427
+ "nullable": false,
428
+ "missing_tokens": [],
429
+ "parse_format": null,
430
+ "impute_strategy": "median",
431
+ "profile_stats": {
432
+ "missing_rate": 0.0,
433
+ "unique_count": 21,
434
+ "unique_ratio": 0.005934,
435
+ "example_values": [
436
+ "0",
437
+ "2",
438
+ "11",
439
+ "7",
440
+ "10"
441
+ ]
442
+ }
443
+ },
444
+ {
445
+ "name": "Curricular units 1st sem (enrolled)",
446
+ "role": "feature",
447
+ "semantic_type": "numeric",
448
+ "nullable": false,
449
+ "missing_tokens": [],
450
+ "parse_format": null,
451
+ "impute_strategy": "median",
452
+ "profile_stats": {
453
+ "missing_rate": 0.0,
454
+ "unique_count": 23,
455
+ "unique_ratio": 0.006499,
456
+ "example_values": [
457
+ "6",
458
+ "5",
459
+ "7",
460
+ "8",
461
+ "14"
462
+ ]
463
+ }
464
+ },
465
+ {
466
+ "name": "Curricular units 1st sem (evaluations)",
467
+ "role": "feature",
468
+ "semantic_type": "numeric",
469
+ "nullable": false,
470
+ "missing_tokens": [],
471
+ "parse_format": null,
472
+ "impute_strategy": "median",
473
+ "profile_stats": {
474
+ "missing_rate": 0.0,
475
+ "unique_count": 34,
476
+ "unique_ratio": 0.009607,
477
+ "example_values": [
478
+ "10",
479
+ "8",
480
+ "14",
481
+ "9",
482
+ "7"
483
+ ]
484
+ }
485
+ },
486
+ {
487
+ "name": "Curricular units 1st sem (approved)",
488
+ "role": "feature",
489
+ "semantic_type": "numeric",
490
+ "nullable": false,
491
+ "missing_tokens": [],
492
+ "parse_format": null,
493
+ "impute_strategy": "median",
494
+ "profile_stats": {
495
+ "missing_rate": 0.0,
496
+ "unique_count": 23,
497
+ "unique_ratio": 0.006499,
498
+ "example_values": [
499
+ "3",
500
+ "6",
501
+ "5",
502
+ "7",
503
+ "0"
504
+ ]
505
+ }
506
+ },
507
+ {
508
+ "name": "Curricular units 1st sem (grade)",
509
+ "role": "feature",
510
+ "semantic_type": "numeric",
511
+ "nullable": false,
512
+ "missing_tokens": [],
513
+ "parse_format": null,
514
+ "impute_strategy": "median",
515
+ "profile_stats": {
516
+ "missing_rate": 0.0,
517
+ "unique_count": 680,
518
+ "unique_ratio": 0.192145,
519
+ "example_values": [
520
+ "11.666666666666666",
521
+ "13.428571428571429",
522
+ "12.4",
523
+ "11.0",
524
+ "13.605"
525
+ ]
526
+ }
527
+ },
528
+ {
529
+ "name": "Curricular units 1st sem (without evaluations)",
530
+ "role": "feature",
531
+ "semantic_type": "numeric",
532
+ "nullable": false,
533
+ "missing_tokens": [],
534
+ "parse_format": null,
535
+ "impute_strategy": "median",
536
+ "profile_stats": {
537
+ "missing_rate": 0.0,
538
+ "unique_count": 11,
539
+ "unique_ratio": 0.003108,
540
+ "example_values": [
541
+ "0",
542
+ "1",
543
+ "2",
544
+ "3",
545
+ "4"
546
+ ]
547
+ }
548
+ },
549
+ {
550
+ "name": "Curricular units 2nd sem (credited)",
551
+ "role": "feature",
552
+ "semantic_type": "numeric",
553
+ "nullable": false,
554
+ "missing_tokens": [],
555
+ "parse_format": null,
556
+ "impute_strategy": "median",
557
+ "profile_stats": {
558
+ "missing_rate": 0.0,
559
+ "unique_count": 19,
560
+ "unique_ratio": 0.005369,
561
+ "example_values": [
562
+ "0",
563
+ "1",
564
+ "11",
565
+ "6",
566
+ "8"
567
+ ]
568
+ }
569
+ },
570
+ {
571
+ "name": "Curricular units 2nd sem (enrolled)",
572
+ "role": "feature",
573
+ "semantic_type": "numeric",
574
+ "nullable": false,
575
+ "missing_tokens": [],
576
+ "parse_format": null,
577
+ "impute_strategy": "median",
578
+ "profile_stats": {
579
+ "missing_rate": 0.0,
580
+ "unique_count": 22,
581
+ "unique_ratio": 0.006216,
582
+ "example_values": [
583
+ "6",
584
+ "5",
585
+ "8",
586
+ "7",
587
+ "14"
588
+ ]
589
+ }
590
+ },
591
+ {
592
+ "name": "Curricular units 2nd sem (evaluations)",
593
+ "role": "feature",
594
+ "semantic_type": "numeric",
595
+ "nullable": false,
596
+ "missing_tokens": [],
597
+ "parse_format": null,
598
+ "impute_strategy": "median",
599
+ "profile_stats": {
600
+ "missing_rate": 0.0,
601
+ "unique_count": 30,
602
+ "unique_ratio": 0.008477,
603
+ "example_values": [
604
+ "11",
605
+ "10",
606
+ "8",
607
+ "9",
608
+ "7"
609
+ ]
610
+ }
611
+ },
612
+ {
613
+ "name": "Curricular units 2nd sem (approved)",
614
+ "role": "feature",
615
+ "semantic_type": "numeric",
616
+ "nullable": false,
617
+ "missing_tokens": [],
618
+ "parse_format": null,
619
+ "impute_strategy": "median",
620
+ "profile_stats": {
621
+ "missing_rate": 0.0,
622
+ "unique_count": 20,
623
+ "unique_ratio": 0.005651,
624
+ "example_values": [
625
+ "2",
626
+ "5",
627
+ "4",
628
+ "8",
629
+ "0"
630
+ ]
631
+ }
632
+ },
633
+ {
634
+ "name": "Curricular units 2nd sem (grade)",
635
+ "role": "feature",
636
+ "semantic_type": "numeric",
637
+ "nullable": false,
638
+ "missing_tokens": [],
639
+ "parse_format": null,
640
+ "impute_strategy": "median",
641
+ "profile_stats": {
642
+ "missing_rate": 0.0,
643
+ "unique_count": 661,
644
+ "unique_ratio": 0.186776,
645
+ "example_values": [
646
+ "10.0",
647
+ "12.4",
648
+ "10.833333333333334",
649
+ "11.25",
650
+ "12.33125"
651
+ ]
652
+ }
653
+ },
654
+ {
655
+ "name": "Curricular units 2nd sem (without evaluations)",
656
+ "role": "feature",
657
+ "semantic_type": "numeric",
658
+ "nullable": false,
659
+ "missing_tokens": [],
660
+ "parse_format": null,
661
+ "impute_strategy": "median",
662
+ "profile_stats": {
663
+ "missing_rate": 0.0,
664
+ "unique_count": 10,
665
+ "unique_ratio": 0.002826,
666
+ "example_values": [
667
+ "0",
668
+ "1",
669
+ "2",
670
+ "3",
671
+ "5"
672
+ ]
673
+ }
674
+ },
675
+ {
676
+ "name": "Unemployment rate",
677
+ "role": "feature",
678
+ "semantic_type": "numeric",
679
+ "nullable": false,
680
+ "missing_tokens": [],
681
+ "parse_format": null,
682
+ "impute_strategy": "median",
683
+ "profile_stats": {
684
+ "missing_rate": 0.0,
685
+ "unique_count": 10,
686
+ "unique_ratio": 0.002826,
687
+ "example_values": [
688
+ "16.2",
689
+ "9.4",
690
+ "13.9",
691
+ "10.8",
692
+ "15.5"
693
+ ]
694
+ }
695
+ },
696
+ {
697
+ "name": "Inflation rate",
698
+ "role": "feature",
699
+ "semantic_type": "numeric",
700
+ "nullable": false,
701
+ "missing_tokens": [],
702
+ "parse_format": null,
703
+ "impute_strategy": "median",
704
+ "profile_stats": {
705
+ "missing_rate": 0.0,
706
+ "unique_count": 9,
707
+ "unique_ratio": 0.002543,
708
+ "example_values": [
709
+ "0.3",
710
+ "-0.8",
711
+ "-0.3",
712
+ "1.4",
713
+ "2.8"
714
+ ]
715
+ }
716
+ },
717
+ {
718
+ "name": "GDP",
719
+ "role": "feature",
720
+ "semantic_type": "numeric",
721
+ "nullable": false,
722
+ "missing_tokens": [],
723
+ "parse_format": null,
724
+ "impute_strategy": "median",
725
+ "profile_stats": {
726
+ "missing_rate": 0.0,
727
+ "unique_count": 10,
728
+ "unique_ratio": 0.002826,
729
+ "example_values": [
730
+ "-0.92",
731
+ "-3.12",
732
+ "0.79",
733
+ "1.74",
734
+ "-4.06"
735
+ ]
736
+ }
737
+ },
738
+ {
739
+ "name": "Target",
740
+ "role": "target",
741
+ "semantic_type": "categorical",
742
+ "nullable": false,
743
+ "missing_tokens": [],
744
+ "parse_format": null,
745
+ "impute_strategy": "mode",
746
+ "profile_stats": {
747
+ "missing_rate": 0.0,
748
+ "unique_count": 3,
749
+ "unique_ratio": 0.000848,
750
+ "example_values": [
751
+ "Dropout",
752
+ "Graduate",
753
+ "Enrolled"
754
+ ]
755
+ }
756
+ }
757
+ ]
758
+ }
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/public_gate/public_gate_report.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "m5",
3
+ "status": "pass",
4
+ "checks": [
5
+ {
6
+ "check_id": "PG001_csv_parse_ok",
7
+ "status": "pass"
8
+ },
9
+ {
10
+ "check_id": "PG002_split_header_consistent",
11
+ "status": "pass"
12
+ },
13
+ {
14
+ "check_id": "PG003_profile_header_match",
15
+ "status": "pass"
16
+ },
17
+ {
18
+ "check_id": "PG004_missing_token_normalized",
19
+ "status": "pass"
20
+ },
21
+ {
22
+ "check_id": "PG005_semantic_type_validated",
23
+ "status": "pass"
24
+ },
25
+ {
26
+ "check_id": "PG006_target_defined_and_valid",
27
+ "status": "pass"
28
+ }
29
+ ],
30
+ "target_column": "Target",
31
+ "task_type": "classification",
32
+ "input_splits": {
33
+ "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/m5/m5-train.csv",
34
+ "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/m5/m5-val.csv",
35
+ "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/m5/m5-test.csv"
36
+ }
37
+ }
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/public_gate/staged_input_manifest.json ADDED
@@ -0,0 +1,763 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "m5",
3
+ "target_column": "Target",
4
+ "task_type": "classification",
5
+ "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/train.csv",
6
+ "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/val.csv",
7
+ "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/test.csv",
8
+ "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/staged_features.json",
9
+ "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/public_gate/public_gate_report.json",
10
+ "column_schema": [
11
+ {
12
+ "name": "Marital status",
13
+ "role": "feature",
14
+ "semantic_type": "numeric",
15
+ "nullable": false,
16
+ "missing_tokens": [],
17
+ "parse_format": null,
18
+ "impute_strategy": "median",
19
+ "profile_stats": {
20
+ "missing_rate": 0.0,
21
+ "unique_count": 6,
22
+ "unique_ratio": 0.001695,
23
+ "example_values": [
24
+ "1",
25
+ "2",
26
+ "4",
27
+ "5",
28
+ "3"
29
+ ]
30
+ }
31
+ },
32
+ {
33
+ "name": "Application mode",
34
+ "role": "feature",
35
+ "semantic_type": "numeric",
36
+ "nullable": false,
37
+ "missing_tokens": [],
38
+ "parse_format": null,
39
+ "impute_strategy": "median",
40
+ "profile_stats": {
41
+ "missing_rate": 0.0,
42
+ "unique_count": 18,
43
+ "unique_ratio": 0.005086,
44
+ "example_values": [
45
+ "43",
46
+ "17",
47
+ "1",
48
+ "39",
49
+ "44"
50
+ ]
51
+ }
52
+ },
53
+ {
54
+ "name": "Application order",
55
+ "role": "feature",
56
+ "semantic_type": "numeric",
57
+ "nullable": false,
58
+ "missing_tokens": [],
59
+ "parse_format": null,
60
+ "impute_strategy": "median",
61
+ "profile_stats": {
62
+ "missing_rate": 0.0,
63
+ "unique_count": 8,
64
+ "unique_ratio": 0.002261,
65
+ "example_values": [
66
+ "1",
67
+ "2",
68
+ "6",
69
+ "3",
70
+ "5"
71
+ ]
72
+ }
73
+ },
74
+ {
75
+ "name": "Course",
76
+ "role": "feature",
77
+ "semantic_type": "numeric",
78
+ "nullable": false,
79
+ "missing_tokens": [],
80
+ "parse_format": null,
81
+ "impute_strategy": "median",
82
+ "profile_stats": {
83
+ "missing_rate": 0.0,
84
+ "unique_count": 17,
85
+ "unique_ratio": 0.004804,
86
+ "example_values": [
87
+ "9773",
88
+ "9147",
89
+ "9853",
90
+ "9500",
91
+ "9085"
92
+ ]
93
+ }
94
+ },
95
+ {
96
+ "name": "Daytime/evening attendance",
97
+ "role": "feature",
98
+ "semantic_type": "boolean",
99
+ "nullable": false,
100
+ "missing_tokens": [],
101
+ "parse_format": null,
102
+ "impute_strategy": "mode",
103
+ "profile_stats": {
104
+ "missing_rate": 0.0,
105
+ "unique_count": 2,
106
+ "unique_ratio": 0.000565,
107
+ "example_values": [
108
+ "1",
109
+ "0"
110
+ ]
111
+ }
112
+ },
113
+ {
114
+ "name": "Previous qualification",
115
+ "role": "feature",
116
+ "semantic_type": "numeric",
117
+ "nullable": false,
118
+ "missing_tokens": [],
119
+ "parse_format": null,
120
+ "impute_strategy": "median",
121
+ "profile_stats": {
122
+ "missing_rate": 0.0,
123
+ "unique_count": 16,
124
+ "unique_ratio": 0.004521,
125
+ "example_values": [
126
+ "1",
127
+ "39",
128
+ "3",
129
+ "2",
130
+ "19"
131
+ ]
132
+ }
133
+ },
134
+ {
135
+ "name": "Previous qualification (grade)",
136
+ "role": "feature",
137
+ "semantic_type": "numeric",
138
+ "nullable": false,
139
+ "missing_tokens": [],
140
+ "parse_format": null,
141
+ "impute_strategy": "median",
142
+ "profile_stats": {
143
+ "missing_rate": 0.0,
144
+ "unique_count": 93,
145
+ "unique_ratio": 0.026279,
146
+ "example_values": [
147
+ "127.0",
148
+ "122.0",
149
+ "121.0",
150
+ "158.0",
151
+ "141.0"
152
+ ]
153
+ }
154
+ },
155
+ {
156
+ "name": "Nacionality",
157
+ "role": "feature",
158
+ "semantic_type": "numeric",
159
+ "nullable": false,
160
+ "missing_tokens": [],
161
+ "parse_format": null,
162
+ "impute_strategy": "median",
163
+ "profile_stats": {
164
+ "missing_rate": 0.0,
165
+ "unique_count": 20,
166
+ "unique_ratio": 0.005651,
167
+ "example_values": [
168
+ "1",
169
+ "108",
170
+ "41",
171
+ "6",
172
+ "14"
173
+ ]
174
+ }
175
+ },
176
+ {
177
+ "name": "Mother's qualification",
178
+ "role": "feature",
179
+ "semantic_type": "numeric",
180
+ "nullable": false,
181
+ "missing_tokens": [],
182
+ "parse_format": null,
183
+ "impute_strategy": "median",
184
+ "profile_stats": {
185
+ "missing_rate": 0.0,
186
+ "unique_count": 28,
187
+ "unique_ratio": 0.007912,
188
+ "example_values": [
189
+ "1",
190
+ "38",
191
+ "3",
192
+ "19",
193
+ "37"
194
+ ]
195
+ }
196
+ },
197
+ {
198
+ "name": "Father's qualification",
199
+ "role": "feature",
200
+ "semantic_type": "numeric",
201
+ "nullable": false,
202
+ "missing_tokens": [],
203
+ "parse_format": null,
204
+ "impute_strategy": "median",
205
+ "profile_stats": {
206
+ "missing_rate": 0.0,
207
+ "unique_count": 30,
208
+ "unique_ratio": 0.008477,
209
+ "example_values": [
210
+ "1",
211
+ "37",
212
+ "19",
213
+ "38",
214
+ "3"
215
+ ]
216
+ }
217
+ },
218
+ {
219
+ "name": "Mother's occupation",
220
+ "role": "feature",
221
+ "semantic_type": "numeric",
222
+ "nullable": false,
223
+ "missing_tokens": [],
224
+ "parse_format": null,
225
+ "impute_strategy": "median",
226
+ "profile_stats": {
227
+ "missing_rate": 0.0,
228
+ "unique_count": 31,
229
+ "unique_ratio": 0.00876,
230
+ "example_values": [
231
+ "9",
232
+ "5",
233
+ "4",
234
+ "3",
235
+ "122"
236
+ ]
237
+ }
238
+ },
239
+ {
240
+ "name": "Father's occupation",
241
+ "role": "feature",
242
+ "semantic_type": "numeric",
243
+ "nullable": false,
244
+ "missing_tokens": [],
245
+ "parse_format": null,
246
+ "impute_strategy": "median",
247
+ "profile_stats": {
248
+ "missing_rate": 0.0,
249
+ "unique_count": 45,
250
+ "unique_ratio": 0.012715,
251
+ "example_values": [
252
+ "6",
253
+ "3",
254
+ "5",
255
+ "7",
256
+ "90"
257
+ ]
258
+ }
259
+ },
260
+ {
261
+ "name": "Admission grade",
262
+ "role": "feature",
263
+ "semantic_type": "numeric",
264
+ "nullable": false,
265
+ "missing_tokens": [],
266
+ "parse_format": null,
267
+ "impute_strategy": "median",
268
+ "profile_stats": {
269
+ "missing_rate": 0.0,
270
+ "unique_count": 593,
271
+ "unique_ratio": 0.167561,
272
+ "example_values": [
273
+ "110.0",
274
+ "119.6",
275
+ "116.8",
276
+ "140.2",
277
+ "131.7"
278
+ ]
279
+ }
280
+ },
281
+ {
282
+ "name": "Displaced",
283
+ "role": "feature",
284
+ "semantic_type": "boolean",
285
+ "nullable": false,
286
+ "missing_tokens": [],
287
+ "parse_format": null,
288
+ "impute_strategy": "mode",
289
+ "profile_stats": {
290
+ "missing_rate": 0.0,
291
+ "unique_count": 2,
292
+ "unique_ratio": 0.000565,
293
+ "example_values": [
294
+ "0",
295
+ "1"
296
+ ]
297
+ }
298
+ },
299
+ {
300
+ "name": "Educational special needs",
301
+ "role": "feature",
302
+ "semantic_type": "boolean",
303
+ "nullable": false,
304
+ "missing_tokens": [],
305
+ "parse_format": null,
306
+ "impute_strategy": "mode",
307
+ "profile_stats": {
308
+ "missing_rate": 0.0,
309
+ "unique_count": 2,
310
+ "unique_ratio": 0.000565,
311
+ "example_values": [
312
+ "0",
313
+ "1"
314
+ ]
315
+ }
316
+ },
317
+ {
318
+ "name": "Debtor",
319
+ "role": "feature",
320
+ "semantic_type": "boolean",
321
+ "nullable": false,
322
+ "missing_tokens": [],
323
+ "parse_format": null,
324
+ "impute_strategy": "mode",
325
+ "profile_stats": {
326
+ "missing_rate": 0.0,
327
+ "unique_count": 2,
328
+ "unique_ratio": 0.000565,
329
+ "example_values": [
330
+ "1",
331
+ "0"
332
+ ]
333
+ }
334
+ },
335
+ {
336
+ "name": "Tuition fees up to date",
337
+ "role": "feature",
338
+ "semantic_type": "boolean",
339
+ "nullable": false,
340
+ "missing_tokens": [],
341
+ "parse_format": null,
342
+ "impute_strategy": "mode",
343
+ "profile_stats": {
344
+ "missing_rate": 0.0,
345
+ "unique_count": 2,
346
+ "unique_ratio": 0.000565,
347
+ "example_values": [
348
+ "0",
349
+ "1"
350
+ ]
351
+ }
352
+ },
353
+ {
354
+ "name": "Gender",
355
+ "role": "feature",
356
+ "semantic_type": "boolean",
357
+ "nullable": false,
358
+ "missing_tokens": [],
359
+ "parse_format": null,
360
+ "impute_strategy": "mode",
361
+ "profile_stats": {
362
+ "missing_rate": 0.0,
363
+ "unique_count": 2,
364
+ "unique_ratio": 0.000565,
365
+ "example_values": [
366
+ "1",
367
+ "0"
368
+ ]
369
+ }
370
+ },
371
+ {
372
+ "name": "Scholarship holder",
373
+ "role": "feature",
374
+ "semantic_type": "boolean",
375
+ "nullable": false,
376
+ "missing_tokens": [],
377
+ "parse_format": null,
378
+ "impute_strategy": "mode",
379
+ "profile_stats": {
380
+ "missing_rate": 0.0,
381
+ "unique_count": 2,
382
+ "unique_ratio": 0.000565,
383
+ "example_values": [
384
+ "0",
385
+ "1"
386
+ ]
387
+ }
388
+ },
389
+ {
390
+ "name": "Age at enrollment",
391
+ "role": "feature",
392
+ "semantic_type": "numeric",
393
+ "nullable": false,
394
+ "missing_tokens": [],
395
+ "parse_format": null,
396
+ "impute_strategy": "median",
397
+ "profile_stats": {
398
+ "missing_rate": 0.0,
399
+ "unique_count": 45,
400
+ "unique_ratio": 0.012715,
401
+ "example_values": [
402
+ "19",
403
+ "20",
404
+ "18",
405
+ "21",
406
+ "27"
407
+ ]
408
+ }
409
+ },
410
+ {
411
+ "name": "International",
412
+ "role": "feature",
413
+ "semantic_type": "boolean",
414
+ "nullable": false,
415
+ "missing_tokens": [],
416
+ "parse_format": null,
417
+ "impute_strategy": "mode",
418
+ "profile_stats": {
419
+ "missing_rate": 0.0,
420
+ "unique_count": 2,
421
+ "unique_ratio": 0.000565,
422
+ "example_values": [
423
+ "0",
424
+ "1"
425
+ ]
426
+ }
427
+ },
428
+ {
429
+ "name": "Curricular units 1st sem (credited)",
430
+ "role": "feature",
431
+ "semantic_type": "numeric",
432
+ "nullable": false,
433
+ "missing_tokens": [],
434
+ "parse_format": null,
435
+ "impute_strategy": "median",
436
+ "profile_stats": {
437
+ "missing_rate": 0.0,
438
+ "unique_count": 21,
439
+ "unique_ratio": 0.005934,
440
+ "example_values": [
441
+ "0",
442
+ "2",
443
+ "11",
444
+ "7",
445
+ "10"
446
+ ]
447
+ }
448
+ },
449
+ {
450
+ "name": "Curricular units 1st sem (enrolled)",
451
+ "role": "feature",
452
+ "semantic_type": "numeric",
453
+ "nullable": false,
454
+ "missing_tokens": [],
455
+ "parse_format": null,
456
+ "impute_strategy": "median",
457
+ "profile_stats": {
458
+ "missing_rate": 0.0,
459
+ "unique_count": 23,
460
+ "unique_ratio": 0.006499,
461
+ "example_values": [
462
+ "6",
463
+ "5",
464
+ "7",
465
+ "8",
466
+ "14"
467
+ ]
468
+ }
469
+ },
470
+ {
471
+ "name": "Curricular units 1st sem (evaluations)",
472
+ "role": "feature",
473
+ "semantic_type": "numeric",
474
+ "nullable": false,
475
+ "missing_tokens": [],
476
+ "parse_format": null,
477
+ "impute_strategy": "median",
478
+ "profile_stats": {
479
+ "missing_rate": 0.0,
480
+ "unique_count": 34,
481
+ "unique_ratio": 0.009607,
482
+ "example_values": [
483
+ "10",
484
+ "8",
485
+ "14",
486
+ "9",
487
+ "7"
488
+ ]
489
+ }
490
+ },
491
+ {
492
+ "name": "Curricular units 1st sem (approved)",
493
+ "role": "feature",
494
+ "semantic_type": "numeric",
495
+ "nullable": false,
496
+ "missing_tokens": [],
497
+ "parse_format": null,
498
+ "impute_strategy": "median",
499
+ "profile_stats": {
500
+ "missing_rate": 0.0,
501
+ "unique_count": 23,
502
+ "unique_ratio": 0.006499,
503
+ "example_values": [
504
+ "3",
505
+ "6",
506
+ "5",
507
+ "7",
508
+ "0"
509
+ ]
510
+ }
511
+ },
512
+ {
513
+ "name": "Curricular units 1st sem (grade)",
514
+ "role": "feature",
515
+ "semantic_type": "numeric",
516
+ "nullable": false,
517
+ "missing_tokens": [],
518
+ "parse_format": null,
519
+ "impute_strategy": "median",
520
+ "profile_stats": {
521
+ "missing_rate": 0.0,
522
+ "unique_count": 680,
523
+ "unique_ratio": 0.192145,
524
+ "example_values": [
525
+ "11.666666666666666",
526
+ "13.428571428571429",
527
+ "12.4",
528
+ "11.0",
529
+ "13.605"
530
+ ]
531
+ }
532
+ },
533
+ {
534
+ "name": "Curricular units 1st sem (without evaluations)",
535
+ "role": "feature",
536
+ "semantic_type": "numeric",
537
+ "nullable": false,
538
+ "missing_tokens": [],
539
+ "parse_format": null,
540
+ "impute_strategy": "median",
541
+ "profile_stats": {
542
+ "missing_rate": 0.0,
543
+ "unique_count": 11,
544
+ "unique_ratio": 0.003108,
545
+ "example_values": [
546
+ "0",
547
+ "1",
548
+ "2",
549
+ "3",
550
+ "4"
551
+ ]
552
+ }
553
+ },
554
+ {
555
+ "name": "Curricular units 2nd sem (credited)",
556
+ "role": "feature",
557
+ "semantic_type": "numeric",
558
+ "nullable": false,
559
+ "missing_tokens": [],
560
+ "parse_format": null,
561
+ "impute_strategy": "median",
562
+ "profile_stats": {
563
+ "missing_rate": 0.0,
564
+ "unique_count": 19,
565
+ "unique_ratio": 0.005369,
566
+ "example_values": [
567
+ "0",
568
+ "1",
569
+ "11",
570
+ "6",
571
+ "8"
572
+ ]
573
+ }
574
+ },
575
+ {
576
+ "name": "Curricular units 2nd sem (enrolled)",
577
+ "role": "feature",
578
+ "semantic_type": "numeric",
579
+ "nullable": false,
580
+ "missing_tokens": [],
581
+ "parse_format": null,
582
+ "impute_strategy": "median",
583
+ "profile_stats": {
584
+ "missing_rate": 0.0,
585
+ "unique_count": 22,
586
+ "unique_ratio": 0.006216,
587
+ "example_values": [
588
+ "6",
589
+ "5",
590
+ "8",
591
+ "7",
592
+ "14"
593
+ ]
594
+ }
595
+ },
596
+ {
597
+ "name": "Curricular units 2nd sem (evaluations)",
598
+ "role": "feature",
599
+ "semantic_type": "numeric",
600
+ "nullable": false,
601
+ "missing_tokens": [],
602
+ "parse_format": null,
603
+ "impute_strategy": "median",
604
+ "profile_stats": {
605
+ "missing_rate": 0.0,
606
+ "unique_count": 30,
607
+ "unique_ratio": 0.008477,
608
+ "example_values": [
609
+ "11",
610
+ "10",
611
+ "8",
612
+ "9",
613
+ "7"
614
+ ]
615
+ }
616
+ },
617
+ {
618
+ "name": "Curricular units 2nd sem (approved)",
619
+ "role": "feature",
620
+ "semantic_type": "numeric",
621
+ "nullable": false,
622
+ "missing_tokens": [],
623
+ "parse_format": null,
624
+ "impute_strategy": "median",
625
+ "profile_stats": {
626
+ "missing_rate": 0.0,
627
+ "unique_count": 20,
628
+ "unique_ratio": 0.005651,
629
+ "example_values": [
630
+ "2",
631
+ "5",
632
+ "4",
633
+ "8",
634
+ "0"
635
+ ]
636
+ }
637
+ },
638
+ {
639
+ "name": "Curricular units 2nd sem (grade)",
640
+ "role": "feature",
641
+ "semantic_type": "numeric",
642
+ "nullable": false,
643
+ "missing_tokens": [],
644
+ "parse_format": null,
645
+ "impute_strategy": "median",
646
+ "profile_stats": {
647
+ "missing_rate": 0.0,
648
+ "unique_count": 661,
649
+ "unique_ratio": 0.186776,
650
+ "example_values": [
651
+ "10.0",
652
+ "12.4",
653
+ "10.833333333333334",
654
+ "11.25",
655
+ "12.33125"
656
+ ]
657
+ }
658
+ },
659
+ {
660
+ "name": "Curricular units 2nd sem (without evaluations)",
661
+ "role": "feature",
662
+ "semantic_type": "numeric",
663
+ "nullable": false,
664
+ "missing_tokens": [],
665
+ "parse_format": null,
666
+ "impute_strategy": "median",
667
+ "profile_stats": {
668
+ "missing_rate": 0.0,
669
+ "unique_count": 10,
670
+ "unique_ratio": 0.002826,
671
+ "example_values": [
672
+ "0",
673
+ "1",
674
+ "2",
675
+ "3",
676
+ "5"
677
+ ]
678
+ }
679
+ },
680
+ {
681
+ "name": "Unemployment rate",
682
+ "role": "feature",
683
+ "semantic_type": "numeric",
684
+ "nullable": false,
685
+ "missing_tokens": [],
686
+ "parse_format": null,
687
+ "impute_strategy": "median",
688
+ "profile_stats": {
689
+ "missing_rate": 0.0,
690
+ "unique_count": 10,
691
+ "unique_ratio": 0.002826,
692
+ "example_values": [
693
+ "16.2",
694
+ "9.4",
695
+ "13.9",
696
+ "10.8",
697
+ "15.5"
698
+ ]
699
+ }
700
+ },
701
+ {
702
+ "name": "Inflation rate",
703
+ "role": "feature",
704
+ "semantic_type": "numeric",
705
+ "nullable": false,
706
+ "missing_tokens": [],
707
+ "parse_format": null,
708
+ "impute_strategy": "median",
709
+ "profile_stats": {
710
+ "missing_rate": 0.0,
711
+ "unique_count": 9,
712
+ "unique_ratio": 0.002543,
713
+ "example_values": [
714
+ "0.3",
715
+ "-0.8",
716
+ "-0.3",
717
+ "1.4",
718
+ "2.8"
719
+ ]
720
+ }
721
+ },
722
+ {
723
+ "name": "GDP",
724
+ "role": "feature",
725
+ "semantic_type": "numeric",
726
+ "nullable": false,
727
+ "missing_tokens": [],
728
+ "parse_format": null,
729
+ "impute_strategy": "median",
730
+ "profile_stats": {
731
+ "missing_rate": 0.0,
732
+ "unique_count": 10,
733
+ "unique_ratio": 0.002826,
734
+ "example_values": [
735
+ "-0.92",
736
+ "-3.12",
737
+ "0.79",
738
+ "1.74",
739
+ "-4.06"
740
+ ]
741
+ }
742
+ },
743
+ {
744
+ "name": "Target",
745
+ "role": "target",
746
+ "semantic_type": "categorical",
747
+ "nullable": false,
748
+ "missing_tokens": [],
749
+ "parse_format": null,
750
+ "impute_strategy": "mode",
751
+ "profile_stats": {
752
+ "missing_rate": 0.0,
753
+ "unique_count": 3,
754
+ "unique_ratio": 0.000848,
755
+ "example_values": [
756
+ "Dropout",
757
+ "Graduate",
758
+ "Enrolled"
759
+ ]
760
+ }
761
+ }
762
+ ]
763
+ }
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/runtime_result.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "m5",
3
+ "model": "tabpfgen",
4
+ "run_id": "tabpfgen-m5-20260422_200335",
5
+ "public_gate_status": "pass",
6
+ "adapter_ready_status": "pass",
7
+ "train_status": "success",
8
+ "generate_status": "success",
9
+ "reason_code": null,
10
+ "reason_detail": null,
11
+ "artifacts": {
12
+ "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/tabpfgen-m5-3539-20260422_200336.csv",
13
+ "model_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335"
14
+ }
15
+ }
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/staged_features.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "feature_name": "Marital status",
4
+ "data_type": "continuous",
5
+ "is_target": false
6
+ },
7
+ {
8
+ "feature_name": "Application mode",
9
+ "data_type": "continuous",
10
+ "is_target": false
11
+ },
12
+ {
13
+ "feature_name": "Application order",
14
+ "data_type": "continuous",
15
+ "is_target": false
16
+ },
17
+ {
18
+ "feature_name": "Course",
19
+ "data_type": "continuous",
20
+ "is_target": false
21
+ },
22
+ {
23
+ "feature_name": "Daytime/evening attendance",
24
+ "data_type": "binary",
25
+ "is_target": false
26
+ },
27
+ {
28
+ "feature_name": "Previous qualification",
29
+ "data_type": "continuous",
30
+ "is_target": false
31
+ },
32
+ {
33
+ "feature_name": "Previous qualification (grade)",
34
+ "data_type": "continuous",
35
+ "is_target": false
36
+ },
37
+ {
38
+ "feature_name": "Nacionality",
39
+ "data_type": "continuous",
40
+ "is_target": false
41
+ },
42
+ {
43
+ "feature_name": "Mother's qualification",
44
+ "data_type": "continuous",
45
+ "is_target": false
46
+ },
47
+ {
48
+ "feature_name": "Father's qualification",
49
+ "data_type": "continuous",
50
+ "is_target": false
51
+ },
52
+ {
53
+ "feature_name": "Mother's occupation",
54
+ "data_type": "continuous",
55
+ "is_target": false
56
+ },
57
+ {
58
+ "feature_name": "Father's occupation",
59
+ "data_type": "continuous",
60
+ "is_target": false
61
+ },
62
+ {
63
+ "feature_name": "Admission grade",
64
+ "data_type": "continuous",
65
+ "is_target": false
66
+ },
67
+ {
68
+ "feature_name": "Displaced",
69
+ "data_type": "binary",
70
+ "is_target": false
71
+ },
72
+ {
73
+ "feature_name": "Educational special needs",
74
+ "data_type": "binary",
75
+ "is_target": false
76
+ },
77
+ {
78
+ "feature_name": "Debtor",
79
+ "data_type": "binary",
80
+ "is_target": false
81
+ },
82
+ {
83
+ "feature_name": "Tuition fees up to date",
84
+ "data_type": "binary",
85
+ "is_target": false
86
+ },
87
+ {
88
+ "feature_name": "Gender",
89
+ "data_type": "binary",
90
+ "is_target": false
91
+ },
92
+ {
93
+ "feature_name": "Scholarship holder",
94
+ "data_type": "binary",
95
+ "is_target": false
96
+ },
97
+ {
98
+ "feature_name": "Age at enrollment",
99
+ "data_type": "continuous",
100
+ "is_target": false
101
+ },
102
+ {
103
+ "feature_name": "International",
104
+ "data_type": "binary",
105
+ "is_target": false
106
+ },
107
+ {
108
+ "feature_name": "Curricular units 1st sem (credited)",
109
+ "data_type": "continuous",
110
+ "is_target": false
111
+ },
112
+ {
113
+ "feature_name": "Curricular units 1st sem (enrolled)",
114
+ "data_type": "continuous",
115
+ "is_target": false
116
+ },
117
+ {
118
+ "feature_name": "Curricular units 1st sem (evaluations)",
119
+ "data_type": "continuous",
120
+ "is_target": false
121
+ },
122
+ {
123
+ "feature_name": "Curricular units 1st sem (approved)",
124
+ "data_type": "continuous",
125
+ "is_target": false
126
+ },
127
+ {
128
+ "feature_name": "Curricular units 1st sem (grade)",
129
+ "data_type": "continuous",
130
+ "is_target": false
131
+ },
132
+ {
133
+ "feature_name": "Curricular units 1st sem (without evaluations)",
134
+ "data_type": "continuous",
135
+ "is_target": false
136
+ },
137
+ {
138
+ "feature_name": "Curricular units 2nd sem (credited)",
139
+ "data_type": "continuous",
140
+ "is_target": false
141
+ },
142
+ {
143
+ "feature_name": "Curricular units 2nd sem (enrolled)",
144
+ "data_type": "continuous",
145
+ "is_target": false
146
+ },
147
+ {
148
+ "feature_name": "Curricular units 2nd sem (evaluations)",
149
+ "data_type": "continuous",
150
+ "is_target": false
151
+ },
152
+ {
153
+ "feature_name": "Curricular units 2nd sem (approved)",
154
+ "data_type": "continuous",
155
+ "is_target": false
156
+ },
157
+ {
158
+ "feature_name": "Curricular units 2nd sem (grade)",
159
+ "data_type": "continuous",
160
+ "is_target": false
161
+ },
162
+ {
163
+ "feature_name": "Curricular units 2nd sem (without evaluations)",
164
+ "data_type": "continuous",
165
+ "is_target": false
166
+ },
167
+ {
168
+ "feature_name": "Unemployment rate",
169
+ "data_type": "continuous",
170
+ "is_target": false
171
+ },
172
+ {
173
+ "feature_name": "Inflation rate",
174
+ "data_type": "continuous",
175
+ "is_target": false
176
+ },
177
+ {
178
+ "feature_name": "GDP",
179
+ "data_type": "continuous",
180
+ "is_target": false
181
+ },
182
+ {
183
+ "feature_name": "Target",
184
+ "data_type": "categorical",
185
+ "is_target": true
186
+ }
187
+ ]
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:696cfc46d2e611ee56a5419f4496b758f643f49f3386d4181296783760117c8c
3
+ size 53943
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:012f009ed84b309df0bf0da0669101c48652c390666cb59f9a07341a16b7056f
3
+ size 422717
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b623a7cea9350fc17384754b26aba373ab6c1914b7c0efb7a8a21ad5ac1557
3
+ size 53889
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/tabpfgen/adapter_report.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter_ready_status": "pass",
3
+ "adapter_fail_reason_code": null,
4
+ "adapter_fail_detail": null,
5
+ "adapter_transforms_applied": [],
6
+ "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/tabpfgen/model_input_manifest.json"
7
+ }
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/tabpfgen/adapter_transforms_applied.json ADDED
@@ -0,0 +1 @@
 
 
1
+ []
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/tabpfgen/model_input_manifest.json ADDED
@@ -0,0 +1,765 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "m5",
3
+ "model": "tabpfgen",
4
+ "target_column": "Target",
5
+ "task_type": "classification",
6
+ "column_schema": [
7
+ {
8
+ "name": "Marital status",
9
+ "role": "feature",
10
+ "semantic_type": "numeric",
11
+ "nullable": false,
12
+ "missing_tokens": [],
13
+ "parse_format": null,
14
+ "impute_strategy": "median",
15
+ "profile_stats": {
16
+ "missing_rate": 0.0,
17
+ "unique_count": 6,
18
+ "unique_ratio": 0.001695,
19
+ "example_values": [
20
+ "1",
21
+ "2",
22
+ "4",
23
+ "5",
24
+ "3"
25
+ ]
26
+ }
27
+ },
28
+ {
29
+ "name": "Application mode",
30
+ "role": "feature",
31
+ "semantic_type": "numeric",
32
+ "nullable": false,
33
+ "missing_tokens": [],
34
+ "parse_format": null,
35
+ "impute_strategy": "median",
36
+ "profile_stats": {
37
+ "missing_rate": 0.0,
38
+ "unique_count": 18,
39
+ "unique_ratio": 0.005086,
40
+ "example_values": [
41
+ "43",
42
+ "17",
43
+ "1",
44
+ "39",
45
+ "44"
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "name": "Application order",
51
+ "role": "feature",
52
+ "semantic_type": "numeric",
53
+ "nullable": false,
54
+ "missing_tokens": [],
55
+ "parse_format": null,
56
+ "impute_strategy": "median",
57
+ "profile_stats": {
58
+ "missing_rate": 0.0,
59
+ "unique_count": 8,
60
+ "unique_ratio": 0.002261,
61
+ "example_values": [
62
+ "1",
63
+ "2",
64
+ "6",
65
+ "3",
66
+ "5"
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "name": "Course",
72
+ "role": "feature",
73
+ "semantic_type": "numeric",
74
+ "nullable": false,
75
+ "missing_tokens": [],
76
+ "parse_format": null,
77
+ "impute_strategy": "median",
78
+ "profile_stats": {
79
+ "missing_rate": 0.0,
80
+ "unique_count": 17,
81
+ "unique_ratio": 0.004804,
82
+ "example_values": [
83
+ "9773",
84
+ "9147",
85
+ "9853",
86
+ "9500",
87
+ "9085"
88
+ ]
89
+ }
90
+ },
91
+ {
92
+ "name": "Daytime/evening attendance",
93
+ "role": "feature",
94
+ "semantic_type": "boolean",
95
+ "nullable": false,
96
+ "missing_tokens": [],
97
+ "parse_format": null,
98
+ "impute_strategy": "mode",
99
+ "profile_stats": {
100
+ "missing_rate": 0.0,
101
+ "unique_count": 2,
102
+ "unique_ratio": 0.000565,
103
+ "example_values": [
104
+ "1",
105
+ "0"
106
+ ]
107
+ }
108
+ },
109
+ {
110
+ "name": "Previous qualification",
111
+ "role": "feature",
112
+ "semantic_type": "numeric",
113
+ "nullable": false,
114
+ "missing_tokens": [],
115
+ "parse_format": null,
116
+ "impute_strategy": "median",
117
+ "profile_stats": {
118
+ "missing_rate": 0.0,
119
+ "unique_count": 16,
120
+ "unique_ratio": 0.004521,
121
+ "example_values": [
122
+ "1",
123
+ "39",
124
+ "3",
125
+ "2",
126
+ "19"
127
+ ]
128
+ }
129
+ },
130
+ {
131
+ "name": "Previous qualification (grade)",
132
+ "role": "feature",
133
+ "semantic_type": "numeric",
134
+ "nullable": false,
135
+ "missing_tokens": [],
136
+ "parse_format": null,
137
+ "impute_strategy": "median",
138
+ "profile_stats": {
139
+ "missing_rate": 0.0,
140
+ "unique_count": 93,
141
+ "unique_ratio": 0.026279,
142
+ "example_values": [
143
+ "127.0",
144
+ "122.0",
145
+ "121.0",
146
+ "158.0",
147
+ "141.0"
148
+ ]
149
+ }
150
+ },
151
+ {
152
+ "name": "Nacionality",
153
+ "role": "feature",
154
+ "semantic_type": "numeric",
155
+ "nullable": false,
156
+ "missing_tokens": [],
157
+ "parse_format": null,
158
+ "impute_strategy": "median",
159
+ "profile_stats": {
160
+ "missing_rate": 0.0,
161
+ "unique_count": 20,
162
+ "unique_ratio": 0.005651,
163
+ "example_values": [
164
+ "1",
165
+ "108",
166
+ "41",
167
+ "6",
168
+ "14"
169
+ ]
170
+ }
171
+ },
172
+ {
173
+ "name": "Mother's qualification",
174
+ "role": "feature",
175
+ "semantic_type": "numeric",
176
+ "nullable": false,
177
+ "missing_tokens": [],
178
+ "parse_format": null,
179
+ "impute_strategy": "median",
180
+ "profile_stats": {
181
+ "missing_rate": 0.0,
182
+ "unique_count": 28,
183
+ "unique_ratio": 0.007912,
184
+ "example_values": [
185
+ "1",
186
+ "38",
187
+ "3",
188
+ "19",
189
+ "37"
190
+ ]
191
+ }
192
+ },
193
+ {
194
+ "name": "Father's qualification",
195
+ "role": "feature",
196
+ "semantic_type": "numeric",
197
+ "nullable": false,
198
+ "missing_tokens": [],
199
+ "parse_format": null,
200
+ "impute_strategy": "median",
201
+ "profile_stats": {
202
+ "missing_rate": 0.0,
203
+ "unique_count": 30,
204
+ "unique_ratio": 0.008477,
205
+ "example_values": [
206
+ "1",
207
+ "37",
208
+ "19",
209
+ "38",
210
+ "3"
211
+ ]
212
+ }
213
+ },
214
+ {
215
+ "name": "Mother's occupation",
216
+ "role": "feature",
217
+ "semantic_type": "numeric",
218
+ "nullable": false,
219
+ "missing_tokens": [],
220
+ "parse_format": null,
221
+ "impute_strategy": "median",
222
+ "profile_stats": {
223
+ "missing_rate": 0.0,
224
+ "unique_count": 31,
225
+ "unique_ratio": 0.00876,
226
+ "example_values": [
227
+ "9",
228
+ "5",
229
+ "4",
230
+ "3",
231
+ "122"
232
+ ]
233
+ }
234
+ },
235
+ {
236
+ "name": "Father's occupation",
237
+ "role": "feature",
238
+ "semantic_type": "numeric",
239
+ "nullable": false,
240
+ "missing_tokens": [],
241
+ "parse_format": null,
242
+ "impute_strategy": "median",
243
+ "profile_stats": {
244
+ "missing_rate": 0.0,
245
+ "unique_count": 45,
246
+ "unique_ratio": 0.012715,
247
+ "example_values": [
248
+ "6",
249
+ "3",
250
+ "5",
251
+ "7",
252
+ "90"
253
+ ]
254
+ }
255
+ },
256
+ {
257
+ "name": "Admission grade",
258
+ "role": "feature",
259
+ "semantic_type": "numeric",
260
+ "nullable": false,
261
+ "missing_tokens": [],
262
+ "parse_format": null,
263
+ "impute_strategy": "median",
264
+ "profile_stats": {
265
+ "missing_rate": 0.0,
266
+ "unique_count": 593,
267
+ "unique_ratio": 0.167561,
268
+ "example_values": [
269
+ "110.0",
270
+ "119.6",
271
+ "116.8",
272
+ "140.2",
273
+ "131.7"
274
+ ]
275
+ }
276
+ },
277
+ {
278
+ "name": "Displaced",
279
+ "role": "feature",
280
+ "semantic_type": "boolean",
281
+ "nullable": false,
282
+ "missing_tokens": [],
283
+ "parse_format": null,
284
+ "impute_strategy": "mode",
285
+ "profile_stats": {
286
+ "missing_rate": 0.0,
287
+ "unique_count": 2,
288
+ "unique_ratio": 0.000565,
289
+ "example_values": [
290
+ "0",
291
+ "1"
292
+ ]
293
+ }
294
+ },
295
+ {
296
+ "name": "Educational special needs",
297
+ "role": "feature",
298
+ "semantic_type": "boolean",
299
+ "nullable": false,
300
+ "missing_tokens": [],
301
+ "parse_format": null,
302
+ "impute_strategy": "mode",
303
+ "profile_stats": {
304
+ "missing_rate": 0.0,
305
+ "unique_count": 2,
306
+ "unique_ratio": 0.000565,
307
+ "example_values": [
308
+ "0",
309
+ "1"
310
+ ]
311
+ }
312
+ },
313
+ {
314
+ "name": "Debtor",
315
+ "role": "feature",
316
+ "semantic_type": "boolean",
317
+ "nullable": false,
318
+ "missing_tokens": [],
319
+ "parse_format": null,
320
+ "impute_strategy": "mode",
321
+ "profile_stats": {
322
+ "missing_rate": 0.0,
323
+ "unique_count": 2,
324
+ "unique_ratio": 0.000565,
325
+ "example_values": [
326
+ "1",
327
+ "0"
328
+ ]
329
+ }
330
+ },
331
+ {
332
+ "name": "Tuition fees up to date",
333
+ "role": "feature",
334
+ "semantic_type": "boolean",
335
+ "nullable": false,
336
+ "missing_tokens": [],
337
+ "parse_format": null,
338
+ "impute_strategy": "mode",
339
+ "profile_stats": {
340
+ "missing_rate": 0.0,
341
+ "unique_count": 2,
342
+ "unique_ratio": 0.000565,
343
+ "example_values": [
344
+ "0",
345
+ "1"
346
+ ]
347
+ }
348
+ },
349
+ {
350
+ "name": "Gender",
351
+ "role": "feature",
352
+ "semantic_type": "boolean",
353
+ "nullable": false,
354
+ "missing_tokens": [],
355
+ "parse_format": null,
356
+ "impute_strategy": "mode",
357
+ "profile_stats": {
358
+ "missing_rate": 0.0,
359
+ "unique_count": 2,
360
+ "unique_ratio": 0.000565,
361
+ "example_values": [
362
+ "1",
363
+ "0"
364
+ ]
365
+ }
366
+ },
367
+ {
368
+ "name": "Scholarship holder",
369
+ "role": "feature",
370
+ "semantic_type": "boolean",
371
+ "nullable": false,
372
+ "missing_tokens": [],
373
+ "parse_format": null,
374
+ "impute_strategy": "mode",
375
+ "profile_stats": {
376
+ "missing_rate": 0.0,
377
+ "unique_count": 2,
378
+ "unique_ratio": 0.000565,
379
+ "example_values": [
380
+ "0",
381
+ "1"
382
+ ]
383
+ }
384
+ },
385
+ {
386
+ "name": "Age at enrollment",
387
+ "role": "feature",
388
+ "semantic_type": "numeric",
389
+ "nullable": false,
390
+ "missing_tokens": [],
391
+ "parse_format": null,
392
+ "impute_strategy": "median",
393
+ "profile_stats": {
394
+ "missing_rate": 0.0,
395
+ "unique_count": 45,
396
+ "unique_ratio": 0.012715,
397
+ "example_values": [
398
+ "19",
399
+ "20",
400
+ "18",
401
+ "21",
402
+ "27"
403
+ ]
404
+ }
405
+ },
406
+ {
407
+ "name": "International",
408
+ "role": "feature",
409
+ "semantic_type": "boolean",
410
+ "nullable": false,
411
+ "missing_tokens": [],
412
+ "parse_format": null,
413
+ "impute_strategy": "mode",
414
+ "profile_stats": {
415
+ "missing_rate": 0.0,
416
+ "unique_count": 2,
417
+ "unique_ratio": 0.000565,
418
+ "example_values": [
419
+ "0",
420
+ "1"
421
+ ]
422
+ }
423
+ },
424
+ {
425
+ "name": "Curricular units 1st sem (credited)",
426
+ "role": "feature",
427
+ "semantic_type": "numeric",
428
+ "nullable": false,
429
+ "missing_tokens": [],
430
+ "parse_format": null,
431
+ "impute_strategy": "median",
432
+ "profile_stats": {
433
+ "missing_rate": 0.0,
434
+ "unique_count": 21,
435
+ "unique_ratio": 0.005934,
436
+ "example_values": [
437
+ "0",
438
+ "2",
439
+ "11",
440
+ "7",
441
+ "10"
442
+ ]
443
+ }
444
+ },
445
+ {
446
+ "name": "Curricular units 1st sem (enrolled)",
447
+ "role": "feature",
448
+ "semantic_type": "numeric",
449
+ "nullable": false,
450
+ "missing_tokens": [],
451
+ "parse_format": null,
452
+ "impute_strategy": "median",
453
+ "profile_stats": {
454
+ "missing_rate": 0.0,
455
+ "unique_count": 23,
456
+ "unique_ratio": 0.006499,
457
+ "example_values": [
458
+ "6",
459
+ "5",
460
+ "7",
461
+ "8",
462
+ "14"
463
+ ]
464
+ }
465
+ },
466
+ {
467
+ "name": "Curricular units 1st sem (evaluations)",
468
+ "role": "feature",
469
+ "semantic_type": "numeric",
470
+ "nullable": false,
471
+ "missing_tokens": [],
472
+ "parse_format": null,
473
+ "impute_strategy": "median",
474
+ "profile_stats": {
475
+ "missing_rate": 0.0,
476
+ "unique_count": 34,
477
+ "unique_ratio": 0.009607,
478
+ "example_values": [
479
+ "10",
480
+ "8",
481
+ "14",
482
+ "9",
483
+ "7"
484
+ ]
485
+ }
486
+ },
487
+ {
488
+ "name": "Curricular units 1st sem (approved)",
489
+ "role": "feature",
490
+ "semantic_type": "numeric",
491
+ "nullable": false,
492
+ "missing_tokens": [],
493
+ "parse_format": null,
494
+ "impute_strategy": "median",
495
+ "profile_stats": {
496
+ "missing_rate": 0.0,
497
+ "unique_count": 23,
498
+ "unique_ratio": 0.006499,
499
+ "example_values": [
500
+ "3",
501
+ "6",
502
+ "5",
503
+ "7",
504
+ "0"
505
+ ]
506
+ }
507
+ },
508
+ {
509
+ "name": "Curricular units 1st sem (grade)",
510
+ "role": "feature",
511
+ "semantic_type": "numeric",
512
+ "nullable": false,
513
+ "missing_tokens": [],
514
+ "parse_format": null,
515
+ "impute_strategy": "median",
516
+ "profile_stats": {
517
+ "missing_rate": 0.0,
518
+ "unique_count": 680,
519
+ "unique_ratio": 0.192145,
520
+ "example_values": [
521
+ "11.666666666666666",
522
+ "13.428571428571429",
523
+ "12.4",
524
+ "11.0",
525
+ "13.605"
526
+ ]
527
+ }
528
+ },
529
+ {
530
+ "name": "Curricular units 1st sem (without evaluations)",
531
+ "role": "feature",
532
+ "semantic_type": "numeric",
533
+ "nullable": false,
534
+ "missing_tokens": [],
535
+ "parse_format": null,
536
+ "impute_strategy": "median",
537
+ "profile_stats": {
538
+ "missing_rate": 0.0,
539
+ "unique_count": 11,
540
+ "unique_ratio": 0.003108,
541
+ "example_values": [
542
+ "0",
543
+ "1",
544
+ "2",
545
+ "3",
546
+ "4"
547
+ ]
548
+ }
549
+ },
550
+ {
551
+ "name": "Curricular units 2nd sem (credited)",
552
+ "role": "feature",
553
+ "semantic_type": "numeric",
554
+ "nullable": false,
555
+ "missing_tokens": [],
556
+ "parse_format": null,
557
+ "impute_strategy": "median",
558
+ "profile_stats": {
559
+ "missing_rate": 0.0,
560
+ "unique_count": 19,
561
+ "unique_ratio": 0.005369,
562
+ "example_values": [
563
+ "0",
564
+ "1",
565
+ "11",
566
+ "6",
567
+ "8"
568
+ ]
569
+ }
570
+ },
571
+ {
572
+ "name": "Curricular units 2nd sem (enrolled)",
573
+ "role": "feature",
574
+ "semantic_type": "numeric",
575
+ "nullable": false,
576
+ "missing_tokens": [],
577
+ "parse_format": null,
578
+ "impute_strategy": "median",
579
+ "profile_stats": {
580
+ "missing_rate": 0.0,
581
+ "unique_count": 22,
582
+ "unique_ratio": 0.006216,
583
+ "example_values": [
584
+ "6",
585
+ "5",
586
+ "8",
587
+ "7",
588
+ "14"
589
+ ]
590
+ }
591
+ },
592
+ {
593
+ "name": "Curricular units 2nd sem (evaluations)",
594
+ "role": "feature",
595
+ "semantic_type": "numeric",
596
+ "nullable": false,
597
+ "missing_tokens": [],
598
+ "parse_format": null,
599
+ "impute_strategy": "median",
600
+ "profile_stats": {
601
+ "missing_rate": 0.0,
602
+ "unique_count": 30,
603
+ "unique_ratio": 0.008477,
604
+ "example_values": [
605
+ "11",
606
+ "10",
607
+ "8",
608
+ "9",
609
+ "7"
610
+ ]
611
+ }
612
+ },
613
+ {
614
+ "name": "Curricular units 2nd sem (approved)",
615
+ "role": "feature",
616
+ "semantic_type": "numeric",
617
+ "nullable": false,
618
+ "missing_tokens": [],
619
+ "parse_format": null,
620
+ "impute_strategy": "median",
621
+ "profile_stats": {
622
+ "missing_rate": 0.0,
623
+ "unique_count": 20,
624
+ "unique_ratio": 0.005651,
625
+ "example_values": [
626
+ "2",
627
+ "5",
628
+ "4",
629
+ "8",
630
+ "0"
631
+ ]
632
+ }
633
+ },
634
+ {
635
+ "name": "Curricular units 2nd sem (grade)",
636
+ "role": "feature",
637
+ "semantic_type": "numeric",
638
+ "nullable": false,
639
+ "missing_tokens": [],
640
+ "parse_format": null,
641
+ "impute_strategy": "median",
642
+ "profile_stats": {
643
+ "missing_rate": 0.0,
644
+ "unique_count": 661,
645
+ "unique_ratio": 0.186776,
646
+ "example_values": [
647
+ "10.0",
648
+ "12.4",
649
+ "10.833333333333334",
650
+ "11.25",
651
+ "12.33125"
652
+ ]
653
+ }
654
+ },
655
+ {
656
+ "name": "Curricular units 2nd sem (without evaluations)",
657
+ "role": "feature",
658
+ "semantic_type": "numeric",
659
+ "nullable": false,
660
+ "missing_tokens": [],
661
+ "parse_format": null,
662
+ "impute_strategy": "median",
663
+ "profile_stats": {
664
+ "missing_rate": 0.0,
665
+ "unique_count": 10,
666
+ "unique_ratio": 0.002826,
667
+ "example_values": [
668
+ "0",
669
+ "1",
670
+ "2",
671
+ "3",
672
+ "5"
673
+ ]
674
+ }
675
+ },
676
+ {
677
+ "name": "Unemployment rate",
678
+ "role": "feature",
679
+ "semantic_type": "numeric",
680
+ "nullable": false,
681
+ "missing_tokens": [],
682
+ "parse_format": null,
683
+ "impute_strategy": "median",
684
+ "profile_stats": {
685
+ "missing_rate": 0.0,
686
+ "unique_count": 10,
687
+ "unique_ratio": 0.002826,
688
+ "example_values": [
689
+ "16.2",
690
+ "9.4",
691
+ "13.9",
692
+ "10.8",
693
+ "15.5"
694
+ ]
695
+ }
696
+ },
697
+ {
698
+ "name": "Inflation rate",
699
+ "role": "feature",
700
+ "semantic_type": "numeric",
701
+ "nullable": false,
702
+ "missing_tokens": [],
703
+ "parse_format": null,
704
+ "impute_strategy": "median",
705
+ "profile_stats": {
706
+ "missing_rate": 0.0,
707
+ "unique_count": 9,
708
+ "unique_ratio": 0.002543,
709
+ "example_values": [
710
+ "0.3",
711
+ "-0.8",
712
+ "-0.3",
713
+ "1.4",
714
+ "2.8"
715
+ ]
716
+ }
717
+ },
718
+ {
719
+ "name": "GDP",
720
+ "role": "feature",
721
+ "semantic_type": "numeric",
722
+ "nullable": false,
723
+ "missing_tokens": [],
724
+ "parse_format": null,
725
+ "impute_strategy": "median",
726
+ "profile_stats": {
727
+ "missing_rate": 0.0,
728
+ "unique_count": 10,
729
+ "unique_ratio": 0.002826,
730
+ "example_values": [
731
+ "-0.92",
732
+ "-3.12",
733
+ "0.79",
734
+ "1.74",
735
+ "-4.06"
736
+ ]
737
+ }
738
+ },
739
+ {
740
+ "name": "Target",
741
+ "role": "target",
742
+ "semantic_type": "categorical",
743
+ "nullable": false,
744
+ "missing_tokens": [],
745
+ "parse_format": null,
746
+ "impute_strategy": "mode",
747
+ "profile_stats": {
748
+ "missing_rate": 0.0,
749
+ "unique_count": 3,
750
+ "unique_ratio": 0.000848,
751
+ "example_values": [
752
+ "Dropout",
753
+ "Graduate",
754
+ "Enrolled"
755
+ ]
756
+ }
757
+ }
758
+ ],
759
+ "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/public_gate/staged_input_manifest.json",
760
+ "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/train.csv",
761
+ "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/val.csv",
762
+ "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/test.csv",
763
+ "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/staged_features.json",
764
+ "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/public_gate/public_gate_report.json"
765
+ }
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/tabpfgen-m5-3539-20260422_200336.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b7761ee900660d92e40b3fe973a7cb09959540b650c7578dcb27e930e0d755b
3
+ size 753897
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/tabpfgen_meta.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "csv_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/train.csv",
3
+ "json_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabpfgen/tabpfgen-m5-20260422_200335/staged/public/staged_features.json",
4
+ "target_col": "Target",
5
+ "is_classification": true,
6
+ "n_rows": 3539,
7
+ "n_cols": 37
8
+ }
SynthData0523/main/m5/tabpfgen/tabpfgen-m5-20260422_200335/train_20260422_200336.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1f3a133d48c190c52620cfea2ad6e85f890c3d304d020ea20e15a052dcb1c82
3
+ size 186
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/_tabsyn_sample.py ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os, sys, subprocess
2
+
3
+ work_dir = "/work/output-SpecializedModels/m5/tabsyn/tabsyn-m5-20260421_023648"
4
+ dataname = "tabsyn_m5"
5
+ output_csv = "/work/output-SpecializedModels/m5/tabsyn/tabsyn-m5-20260421_023648/tabsyn-m5-3539-20260421_034347.csv"
6
+ tabsyn_root = "/workspace/tabsyn"
7
+
8
+ assert os.path.exists(tabsyn_root), f"TabSyn source not mounted: {tabsyn_root}"
9
+
10
+ old = os.environ.get("PYTHONPATH", "")
11
+ os.environ["PYTHONPATH"] = tabsyn_root + (os.pathsep + old if old else "")
12
+ sys.path.insert(0, tabsyn_root)
13
+
14
+ os.chdir(tabsyn_root)
15
+
16
+ # Ensure data symlink exists
17
+ data_link = os.path.join(tabsyn_root, "data", dataname)
18
+ data_src = os.path.join(work_dir, "data", dataname)
19
+ os.makedirs(os.path.join(tabsyn_root, "data"), exist_ok=True)
20
+ if os.path.exists(data_link):
21
+ os.remove(data_link)
22
+ os.symlink(data_src, data_link)
23
+
24
+ print(f"[TabSyn] Sampling 3539 rows")
25
+ env = os.environ.copy()
26
+ env.setdefault("TABSYN_RESUME", "1")
27
+ ret = subprocess.run(
28
+ [sys.executable, "main.py",
29
+ "--dataname", dataname,
30
+ "--mode", "sample",
31
+ "--method", "tabsyn",
32
+ "--gpu", "0",
33
+ "--save_path", output_csv],
34
+ cwd=tabsyn_root,
35
+ env=env
36
+ )
37
+ if ret.returncode != 0:
38
+ sys.exit(ret.returncode)
39
+ print(f"[TabSyn] Saved -> {output_csv}")
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/_tabsyn_train.py ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os, sys, subprocess
2
+
3
+ work_dir = "/work/output-SpecializedModels/m5/tabsyn/tabsyn-m5-20260421_023648"
4
+ dataname = "tabsyn_m5"
5
+ tabsyn_root = "/workspace/tabsyn"
6
+
7
+ assert os.path.exists(tabsyn_root), f"TabSyn source not mounted: {tabsyn_root}"
8
+
9
+ old = os.environ.get("PYTHONPATH", "")
10
+ os.environ["PYTHONPATH"] = tabsyn_root + (os.pathsep + old if old else "")
11
+ sys.path.insert(0, tabsyn_root)
12
+
13
+ os.chdir(tabsyn_root)
14
+
15
+ # Symlink data dir into TabSyn data/
16
+ data_link = os.path.join(tabsyn_root, "data", dataname)
17
+ data_src = os.path.join(work_dir, "data", dataname)
18
+ os.makedirs(os.path.join(tabsyn_root, "data"), exist_ok=True)
19
+ if os.path.exists(data_link):
20
+ os.remove(data_link)
21
+ os.symlink(data_src, data_link)
22
+
23
+ env = os.environ.copy()
24
+ env.setdefault("TABSYN_RESUME", "1")
25
+ _te = None
26
+ if _te is not None:
27
+ env["TABSYN_VAE_EPOCHS"] = str(_te)
28
+ env["TABSYN_DIFFUSION_MAX_EPOCHS"] = str(max(_te + 1, 2))
29
+
30
+ # Data preprocessing is done on the host side (_prepare_data_dir)
31
+ # which creates .npy files, train/test CSVs, and info.json
32
+
33
+ # Step 1: Train VAE (produces latent embeddings)
34
+ print(f"[TabSyn] Step 1/2: Training VAE in {tabsyn_root}, dataname={dataname}")
35
+ ret = subprocess.run(
36
+ [sys.executable, "main.py",
37
+ "--dataname", dataname,
38
+ "--mode", "train",
39
+ "--method", "vae",
40
+ "--gpu", "0"],
41
+ cwd=tabsyn_root,
42
+ env=env
43
+ )
44
+ if ret.returncode != 0:
45
+ print("[TabSyn] VAE training failed")
46
+ sys.exit(ret.returncode)
47
+
48
+ # Step 2: Train diffusion model on latent space
49
+ print(f"[TabSyn] Step 2/2: Training diffusion model")
50
+ ret = subprocess.run(
51
+ [sys.executable, "main.py",
52
+ "--dataname", dataname,
53
+ "--mode", "train",
54
+ "--method", "tabsyn",
55
+ "--gpu", "0"],
56
+ cwd=tabsyn_root,
57
+ env=env
58
+ )
59
+ if ret.returncode != 0:
60
+ print("[TabSyn] Diffusion training failed")
61
+ sys.exit(ret.returncode)
62
+ print("[TabSyn] Training complete (VAE + Diffusion)")
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/X_cat_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:448b01d0a3428efb90d0c23119abd5f09c47276d378c10e27e0359caed1c960a
3
+ size 28480
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/X_cat_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f176708fa84c5d6dddf34e669fd6f71d81de216fe4dc7d927906d8a03513fbd
3
+ size 254912
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/X_num_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59624133c968e19d1c08a83bb4e5e51891b9c7d7fc34d38da0bb4841ad2f0e18
3
+ size 49744
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/X_num_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:351de9b96ffd0fb8512fbeaef2719fb05efd14cb02ddf0c1e89e1799cafa82fd
3
+ size 446000
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/info.json ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "tabsyn_m5",
3
+ "task_type": "multiclass",
4
+ "n_num_features": 28,
5
+ "n_cat_features": 8,
6
+ "train_size": 3981,
7
+ "num_col_idx": [
8
+ 0,
9
+ 1,
10
+ 2,
11
+ 3,
12
+ 5,
13
+ 6,
14
+ 7,
15
+ 8,
16
+ 9,
17
+ 10,
18
+ 11,
19
+ 12,
20
+ 19,
21
+ 21,
22
+ 22,
23
+ 23,
24
+ 24,
25
+ 25,
26
+ 26,
27
+ 27,
28
+ 28,
29
+ 29,
30
+ 30,
31
+ 31,
32
+ 32,
33
+ 33,
34
+ 34,
35
+ 35
36
+ ],
37
+ "cat_col_idx": [
38
+ 4,
39
+ 13,
40
+ 14,
41
+ 15,
42
+ 16,
43
+ 17,
44
+ 18,
45
+ 20
46
+ ],
47
+ "target_col_idx": [
48
+ 36
49
+ ],
50
+ "column_names": [
51
+ "Marital status",
52
+ "Application mode",
53
+ "Application order",
54
+ "Course",
55
+ "Daytime/evening attendance",
56
+ "Previous qualification",
57
+ "Previous qualification (grade)",
58
+ "Nacionality",
59
+ "Mother's qualification",
60
+ "Father's qualification",
61
+ "Mother's occupation",
62
+ "Father's occupation",
63
+ "Admission grade",
64
+ "Displaced",
65
+ "Educational special needs",
66
+ "Debtor",
67
+ "Tuition fees up to date",
68
+ "Gender",
69
+ "Scholarship holder",
70
+ "Age at enrollment",
71
+ "International",
72
+ "Curricular units 1st sem (credited)",
73
+ "Curricular units 1st sem (enrolled)",
74
+ "Curricular units 1st sem (evaluations)",
75
+ "Curricular units 1st sem (approved)",
76
+ "Curricular units 1st sem (grade)",
77
+ "Curricular units 1st sem (without evaluations)",
78
+ "Curricular units 2nd sem (credited)",
79
+ "Curricular units 2nd sem (enrolled)",
80
+ "Curricular units 2nd sem (evaluations)",
81
+ "Curricular units 2nd sem (approved)",
82
+ "Curricular units 2nd sem (grade)",
83
+ "Curricular units 2nd sem (without evaluations)",
84
+ "Unemployment rate",
85
+ "Inflation rate",
86
+ "GDP",
87
+ "Target"
88
+ ],
89
+ "train_num": 3981,
90
+ "test_num": 443,
91
+ "header": 0,
92
+ "file_type": "csv",
93
+ "data_path": "data/tabsyn_m5/train.csv",
94
+ "test_path": null,
95
+ "idx_mapping": {
96
+ "0": 0,
97
+ "1": 1,
98
+ "2": 2,
99
+ "3": 3,
100
+ "4": 28,
101
+ "5": 4,
102
+ "6": 5,
103
+ "7": 6,
104
+ "8": 7,
105
+ "9": 8,
106
+ "10": 9,
107
+ "11": 10,
108
+ "12": 11,
109
+ "13": 29,
110
+ "14": 30,
111
+ "15": 31,
112
+ "16": 32,
113
+ "17": 33,
114
+ "18": 34,
115
+ "19": 12,
116
+ "20": 35,
117
+ "21": 13,
118
+ "22": 14,
119
+ "23": 15,
120
+ "24": 16,
121
+ "25": 17,
122
+ "26": 18,
123
+ "27": 19,
124
+ "28": 20,
125
+ "29": 21,
126
+ "30": 22,
127
+ "31": 23,
128
+ "32": 24,
129
+ "33": 25,
130
+ "34": 26,
131
+ "35": 27,
132
+ "36": 36
133
+ },
134
+ "inverse_idx_mapping": {
135
+ "0": 0,
136
+ "1": 1,
137
+ "2": 2,
138
+ "3": 3,
139
+ "28": 4,
140
+ "4": 5,
141
+ "5": 6,
142
+ "6": 7,
143
+ "7": 8,
144
+ "8": 9,
145
+ "9": 10,
146
+ "10": 11,
147
+ "11": 12,
148
+ "29": 13,
149
+ "30": 14,
150
+ "31": 15,
151
+ "32": 16,
152
+ "33": 17,
153
+ "34": 18,
154
+ "12": 19,
155
+ "35": 20,
156
+ "13": 21,
157
+ "14": 22,
158
+ "15": 23,
159
+ "16": 24,
160
+ "17": 25,
161
+ "18": 26,
162
+ "19": 27,
163
+ "20": 28,
164
+ "21": 29,
165
+ "22": 30,
166
+ "23": 31,
167
+ "24": 32,
168
+ "25": 33,
169
+ "26": 34,
170
+ "27": 35,
171
+ "36": 36
172
+ },
173
+ "idx_name_mapping": {
174
+ "0": "Marital status",
175
+ "1": "Application mode",
176
+ "2": "Application order",
177
+ "3": "Course",
178
+ "4": "Daytime/evening attendance",
179
+ "5": "Previous qualification",
180
+ "6": "Previous qualification (grade)",
181
+ "7": "Nacionality",
182
+ "8": "Mother's qualification",
183
+ "9": "Father's qualification",
184
+ "10": "Mother's occupation",
185
+ "11": "Father's occupation",
186
+ "12": "Admission grade",
187
+ "13": "Displaced",
188
+ "14": "Educational special needs",
189
+ "15": "Debtor",
190
+ "16": "Tuition fees up to date",
191
+ "17": "Gender",
192
+ "18": "Scholarship holder",
193
+ "19": "Age at enrollment",
194
+ "20": "International",
195
+ "21": "Curricular units 1st sem (credited)",
196
+ "22": "Curricular units 1st sem (enrolled)",
197
+ "23": "Curricular units 1st sem (evaluations)",
198
+ "24": "Curricular units 1st sem (approved)",
199
+ "25": "Curricular units 1st sem (grade)",
200
+ "26": "Curricular units 1st sem (without evaluations)",
201
+ "27": "Curricular units 2nd sem (credited)",
202
+ "28": "Curricular units 2nd sem (enrolled)",
203
+ "29": "Curricular units 2nd sem (evaluations)",
204
+ "30": "Curricular units 2nd sem (approved)",
205
+ "31": "Curricular units 2nd sem (grade)",
206
+ "32": "Curricular units 2nd sem (without evaluations)",
207
+ "33": "Unemployment rate",
208
+ "34": "Inflation rate",
209
+ "35": "GDP",
210
+ "36": "Target"
211
+ },
212
+ "n_classes": 3,
213
+ "metadata": {
214
+ "columns": {
215
+ "0": {
216
+ "sdtype": "numerical",
217
+ "computer_representation": "Float"
218
+ },
219
+ "1": {
220
+ "sdtype": "numerical",
221
+ "computer_representation": "Float"
222
+ },
223
+ "2": {
224
+ "sdtype": "numerical",
225
+ "computer_representation": "Float"
226
+ },
227
+ "3": {
228
+ "sdtype": "numerical",
229
+ "computer_representation": "Float"
230
+ },
231
+ "5": {
232
+ "sdtype": "numerical",
233
+ "computer_representation": "Float"
234
+ },
235
+ "6": {
236
+ "sdtype": "numerical",
237
+ "computer_representation": "Float"
238
+ },
239
+ "7": {
240
+ "sdtype": "numerical",
241
+ "computer_representation": "Float"
242
+ },
243
+ "8": {
244
+ "sdtype": "numerical",
245
+ "computer_representation": "Float"
246
+ },
247
+ "9": {
248
+ "sdtype": "numerical",
249
+ "computer_representation": "Float"
250
+ },
251
+ "10": {
252
+ "sdtype": "numerical",
253
+ "computer_representation": "Float"
254
+ },
255
+ "11": {
256
+ "sdtype": "numerical",
257
+ "computer_representation": "Float"
258
+ },
259
+ "12": {
260
+ "sdtype": "numerical",
261
+ "computer_representation": "Float"
262
+ },
263
+ "19": {
264
+ "sdtype": "numerical",
265
+ "computer_representation": "Float"
266
+ },
267
+ "21": {
268
+ "sdtype": "numerical",
269
+ "computer_representation": "Float"
270
+ },
271
+ "22": {
272
+ "sdtype": "numerical",
273
+ "computer_representation": "Float"
274
+ },
275
+ "23": {
276
+ "sdtype": "numerical",
277
+ "computer_representation": "Float"
278
+ },
279
+ "24": {
280
+ "sdtype": "numerical",
281
+ "computer_representation": "Float"
282
+ },
283
+ "25": {
284
+ "sdtype": "numerical",
285
+ "computer_representation": "Float"
286
+ },
287
+ "26": {
288
+ "sdtype": "numerical",
289
+ "computer_representation": "Float"
290
+ },
291
+ "27": {
292
+ "sdtype": "numerical",
293
+ "computer_representation": "Float"
294
+ },
295
+ "28": {
296
+ "sdtype": "numerical",
297
+ "computer_representation": "Float"
298
+ },
299
+ "29": {
300
+ "sdtype": "numerical",
301
+ "computer_representation": "Float"
302
+ },
303
+ "30": {
304
+ "sdtype": "numerical",
305
+ "computer_representation": "Float"
306
+ },
307
+ "31": {
308
+ "sdtype": "numerical",
309
+ "computer_representation": "Float"
310
+ },
311
+ "32": {
312
+ "sdtype": "numerical",
313
+ "computer_representation": "Float"
314
+ },
315
+ "33": {
316
+ "sdtype": "numerical",
317
+ "computer_representation": "Float"
318
+ },
319
+ "34": {
320
+ "sdtype": "numerical",
321
+ "computer_representation": "Float"
322
+ },
323
+ "35": {
324
+ "sdtype": "numerical",
325
+ "computer_representation": "Float"
326
+ },
327
+ "4": {
328
+ "sdtype": "categorical"
329
+ },
330
+ "13": {
331
+ "sdtype": "categorical"
332
+ },
333
+ "14": {
334
+ "sdtype": "categorical"
335
+ },
336
+ "15": {
337
+ "sdtype": "categorical"
338
+ },
339
+ "16": {
340
+ "sdtype": "categorical"
341
+ },
342
+ "17": {
343
+ "sdtype": "categorical"
344
+ },
345
+ "18": {
346
+ "sdtype": "categorical"
347
+ },
348
+ "20": {
349
+ "sdtype": "categorical"
350
+ },
351
+ "36": {
352
+ "sdtype": "categorical"
353
+ }
354
+ }
355
+ }
356
+ }
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45f46fa5e2369360610fabdf662241c35fe0f20b7fa8704f079a02382f08350f
3
+ size 50978
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b5927126f444d8e1c1e3aaeabe01258d186730d1c9792d23025495f0493b09e
3
+ size 449149
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/y_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99b98f8c45c12e5b365537fa32b3f3affb1242375427ee78f00c3a6924fe9d9c
3
+ size 3672
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/data/tabsyn_m5/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3f7d733ab17c8d399e186e4ab3cf903784f55653a4373247efe266ece5d8361
3
+ size 31976
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/gen_20260421_034347.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb2e2cd6eff129d0964e39cc0c1c45ad65c92e8e7a6b3a98838d31402a61410
3
+ size 664
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/input_snapshot.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "m5",
3
+ "model": "tabsyn",
4
+ "inputs": {
5
+ "train_csv": {
6
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/m5/m5-train.csv",
7
+ "exists": true,
8
+ "size": 422717,
9
+ "sha256": "012f009ed84b309df0bf0da0669101c48652c390666cb59f9a07341a16b7056f"
10
+ },
11
+ "val_csv": {
12
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/m5/m5-val.csv",
13
+ "exists": true,
14
+ "size": 53889,
15
+ "sha256": "b9b623a7cea9350fc17384754b26aba373ab6c1914b7c0efb7a8a21ad5ac1557"
16
+ },
17
+ "test_csv": {
18
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/m5/m5-test.csv",
19
+ "exists": true,
20
+ "size": 53943,
21
+ "sha256": "696cfc46d2e611ee56a5419f4496b758f643f49f3386d4181296783760117c8c"
22
+ },
23
+ "profile_json": {
24
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/m5/m5-dataset_profile.json",
25
+ "exists": true,
26
+ "size": 14974,
27
+ "sha256": "6ca9a300883081c4197534dd44e5e37df852ef129b5c06666629d8dd8270af0d"
28
+ },
29
+ "contract_json": {
30
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/m5/m5-dataset_contract_v1.json",
31
+ "exists": true,
32
+ "size": 17696,
33
+ "sha256": "d5ce8aae5a21071b4e1af75dcdf7fa3118c7b487163ad0c8244ecc33d08d7c89"
34
+ }
35
+ }
36
+ }
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/public_gate/normalized_schema_snapshot.json ADDED
@@ -0,0 +1,758 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "m5",
3
+ "target_column": "Target",
4
+ "task_type": "classification",
5
+ "columns": [
6
+ {
7
+ "name": "Marital status",
8
+ "role": "feature",
9
+ "semantic_type": "numeric",
10
+ "nullable": false,
11
+ "missing_tokens": [],
12
+ "parse_format": null,
13
+ "impute_strategy": "median",
14
+ "profile_stats": {
15
+ "missing_rate": 0.0,
16
+ "unique_count": 6,
17
+ "unique_ratio": 0.001695,
18
+ "example_values": [
19
+ "1",
20
+ "2",
21
+ "4",
22
+ "5",
23
+ "3"
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "name": "Application mode",
29
+ "role": "feature",
30
+ "semantic_type": "numeric",
31
+ "nullable": false,
32
+ "missing_tokens": [],
33
+ "parse_format": null,
34
+ "impute_strategy": "median",
35
+ "profile_stats": {
36
+ "missing_rate": 0.0,
37
+ "unique_count": 18,
38
+ "unique_ratio": 0.005086,
39
+ "example_values": [
40
+ "43",
41
+ "17",
42
+ "1",
43
+ "39",
44
+ "44"
45
+ ]
46
+ }
47
+ },
48
+ {
49
+ "name": "Application order",
50
+ "role": "feature",
51
+ "semantic_type": "numeric",
52
+ "nullable": false,
53
+ "missing_tokens": [],
54
+ "parse_format": null,
55
+ "impute_strategy": "median",
56
+ "profile_stats": {
57
+ "missing_rate": 0.0,
58
+ "unique_count": 8,
59
+ "unique_ratio": 0.002261,
60
+ "example_values": [
61
+ "1",
62
+ "2",
63
+ "6",
64
+ "3",
65
+ "5"
66
+ ]
67
+ }
68
+ },
69
+ {
70
+ "name": "Course",
71
+ "role": "feature",
72
+ "semantic_type": "numeric",
73
+ "nullable": false,
74
+ "missing_tokens": [],
75
+ "parse_format": null,
76
+ "impute_strategy": "median",
77
+ "profile_stats": {
78
+ "missing_rate": 0.0,
79
+ "unique_count": 17,
80
+ "unique_ratio": 0.004804,
81
+ "example_values": [
82
+ "9773",
83
+ "9147",
84
+ "9853",
85
+ "9500",
86
+ "9085"
87
+ ]
88
+ }
89
+ },
90
+ {
91
+ "name": "Daytime/evening attendance",
92
+ "role": "feature",
93
+ "semantic_type": "boolean",
94
+ "nullable": false,
95
+ "missing_tokens": [],
96
+ "parse_format": null,
97
+ "impute_strategy": "mode",
98
+ "profile_stats": {
99
+ "missing_rate": 0.0,
100
+ "unique_count": 2,
101
+ "unique_ratio": 0.000565,
102
+ "example_values": [
103
+ "1",
104
+ "0"
105
+ ]
106
+ }
107
+ },
108
+ {
109
+ "name": "Previous qualification",
110
+ "role": "feature",
111
+ "semantic_type": "numeric",
112
+ "nullable": false,
113
+ "missing_tokens": [],
114
+ "parse_format": null,
115
+ "impute_strategy": "median",
116
+ "profile_stats": {
117
+ "missing_rate": 0.0,
118
+ "unique_count": 16,
119
+ "unique_ratio": 0.004521,
120
+ "example_values": [
121
+ "1",
122
+ "39",
123
+ "3",
124
+ "2",
125
+ "19"
126
+ ]
127
+ }
128
+ },
129
+ {
130
+ "name": "Previous qualification (grade)",
131
+ "role": "feature",
132
+ "semantic_type": "numeric",
133
+ "nullable": false,
134
+ "missing_tokens": [],
135
+ "parse_format": null,
136
+ "impute_strategy": "median",
137
+ "profile_stats": {
138
+ "missing_rate": 0.0,
139
+ "unique_count": 93,
140
+ "unique_ratio": 0.026279,
141
+ "example_values": [
142
+ "127.0",
143
+ "122.0",
144
+ "121.0",
145
+ "158.0",
146
+ "141.0"
147
+ ]
148
+ }
149
+ },
150
+ {
151
+ "name": "Nacionality",
152
+ "role": "feature",
153
+ "semantic_type": "numeric",
154
+ "nullable": false,
155
+ "missing_tokens": [],
156
+ "parse_format": null,
157
+ "impute_strategy": "median",
158
+ "profile_stats": {
159
+ "missing_rate": 0.0,
160
+ "unique_count": 20,
161
+ "unique_ratio": 0.005651,
162
+ "example_values": [
163
+ "1",
164
+ "108",
165
+ "41",
166
+ "6",
167
+ "14"
168
+ ]
169
+ }
170
+ },
171
+ {
172
+ "name": "Mother's qualification",
173
+ "role": "feature",
174
+ "semantic_type": "numeric",
175
+ "nullable": false,
176
+ "missing_tokens": [],
177
+ "parse_format": null,
178
+ "impute_strategy": "median",
179
+ "profile_stats": {
180
+ "missing_rate": 0.0,
181
+ "unique_count": 28,
182
+ "unique_ratio": 0.007912,
183
+ "example_values": [
184
+ "1",
185
+ "38",
186
+ "3",
187
+ "19",
188
+ "37"
189
+ ]
190
+ }
191
+ },
192
+ {
193
+ "name": "Father's qualification",
194
+ "role": "feature",
195
+ "semantic_type": "numeric",
196
+ "nullable": false,
197
+ "missing_tokens": [],
198
+ "parse_format": null,
199
+ "impute_strategy": "median",
200
+ "profile_stats": {
201
+ "missing_rate": 0.0,
202
+ "unique_count": 30,
203
+ "unique_ratio": 0.008477,
204
+ "example_values": [
205
+ "1",
206
+ "37",
207
+ "19",
208
+ "38",
209
+ "3"
210
+ ]
211
+ }
212
+ },
213
+ {
214
+ "name": "Mother's occupation",
215
+ "role": "feature",
216
+ "semantic_type": "numeric",
217
+ "nullable": false,
218
+ "missing_tokens": [],
219
+ "parse_format": null,
220
+ "impute_strategy": "median",
221
+ "profile_stats": {
222
+ "missing_rate": 0.0,
223
+ "unique_count": 31,
224
+ "unique_ratio": 0.00876,
225
+ "example_values": [
226
+ "9",
227
+ "5",
228
+ "4",
229
+ "3",
230
+ "122"
231
+ ]
232
+ }
233
+ },
234
+ {
235
+ "name": "Father's occupation",
236
+ "role": "feature",
237
+ "semantic_type": "numeric",
238
+ "nullable": false,
239
+ "missing_tokens": [],
240
+ "parse_format": null,
241
+ "impute_strategy": "median",
242
+ "profile_stats": {
243
+ "missing_rate": 0.0,
244
+ "unique_count": 45,
245
+ "unique_ratio": 0.012715,
246
+ "example_values": [
247
+ "6",
248
+ "3",
249
+ "5",
250
+ "7",
251
+ "90"
252
+ ]
253
+ }
254
+ },
255
+ {
256
+ "name": "Admission grade",
257
+ "role": "feature",
258
+ "semantic_type": "numeric",
259
+ "nullable": false,
260
+ "missing_tokens": [],
261
+ "parse_format": null,
262
+ "impute_strategy": "median",
263
+ "profile_stats": {
264
+ "missing_rate": 0.0,
265
+ "unique_count": 593,
266
+ "unique_ratio": 0.167561,
267
+ "example_values": [
268
+ "110.0",
269
+ "119.6",
270
+ "116.8",
271
+ "140.2",
272
+ "131.7"
273
+ ]
274
+ }
275
+ },
276
+ {
277
+ "name": "Displaced",
278
+ "role": "feature",
279
+ "semantic_type": "boolean",
280
+ "nullable": false,
281
+ "missing_tokens": [],
282
+ "parse_format": null,
283
+ "impute_strategy": "mode",
284
+ "profile_stats": {
285
+ "missing_rate": 0.0,
286
+ "unique_count": 2,
287
+ "unique_ratio": 0.000565,
288
+ "example_values": [
289
+ "0",
290
+ "1"
291
+ ]
292
+ }
293
+ },
294
+ {
295
+ "name": "Educational special needs",
296
+ "role": "feature",
297
+ "semantic_type": "boolean",
298
+ "nullable": false,
299
+ "missing_tokens": [],
300
+ "parse_format": null,
301
+ "impute_strategy": "mode",
302
+ "profile_stats": {
303
+ "missing_rate": 0.0,
304
+ "unique_count": 2,
305
+ "unique_ratio": 0.000565,
306
+ "example_values": [
307
+ "0",
308
+ "1"
309
+ ]
310
+ }
311
+ },
312
+ {
313
+ "name": "Debtor",
314
+ "role": "feature",
315
+ "semantic_type": "boolean",
316
+ "nullable": false,
317
+ "missing_tokens": [],
318
+ "parse_format": null,
319
+ "impute_strategy": "mode",
320
+ "profile_stats": {
321
+ "missing_rate": 0.0,
322
+ "unique_count": 2,
323
+ "unique_ratio": 0.000565,
324
+ "example_values": [
325
+ "1",
326
+ "0"
327
+ ]
328
+ }
329
+ },
330
+ {
331
+ "name": "Tuition fees up to date",
332
+ "role": "feature",
333
+ "semantic_type": "boolean",
334
+ "nullable": false,
335
+ "missing_tokens": [],
336
+ "parse_format": null,
337
+ "impute_strategy": "mode",
338
+ "profile_stats": {
339
+ "missing_rate": 0.0,
340
+ "unique_count": 2,
341
+ "unique_ratio": 0.000565,
342
+ "example_values": [
343
+ "0",
344
+ "1"
345
+ ]
346
+ }
347
+ },
348
+ {
349
+ "name": "Gender",
350
+ "role": "feature",
351
+ "semantic_type": "boolean",
352
+ "nullable": false,
353
+ "missing_tokens": [],
354
+ "parse_format": null,
355
+ "impute_strategy": "mode",
356
+ "profile_stats": {
357
+ "missing_rate": 0.0,
358
+ "unique_count": 2,
359
+ "unique_ratio": 0.000565,
360
+ "example_values": [
361
+ "1",
362
+ "0"
363
+ ]
364
+ }
365
+ },
366
+ {
367
+ "name": "Scholarship holder",
368
+ "role": "feature",
369
+ "semantic_type": "boolean",
370
+ "nullable": false,
371
+ "missing_tokens": [],
372
+ "parse_format": null,
373
+ "impute_strategy": "mode",
374
+ "profile_stats": {
375
+ "missing_rate": 0.0,
376
+ "unique_count": 2,
377
+ "unique_ratio": 0.000565,
378
+ "example_values": [
379
+ "0",
380
+ "1"
381
+ ]
382
+ }
383
+ },
384
+ {
385
+ "name": "Age at enrollment",
386
+ "role": "feature",
387
+ "semantic_type": "numeric",
388
+ "nullable": false,
389
+ "missing_tokens": [],
390
+ "parse_format": null,
391
+ "impute_strategy": "median",
392
+ "profile_stats": {
393
+ "missing_rate": 0.0,
394
+ "unique_count": 45,
395
+ "unique_ratio": 0.012715,
396
+ "example_values": [
397
+ "19",
398
+ "20",
399
+ "18",
400
+ "21",
401
+ "27"
402
+ ]
403
+ }
404
+ },
405
+ {
406
+ "name": "International",
407
+ "role": "feature",
408
+ "semantic_type": "boolean",
409
+ "nullable": false,
410
+ "missing_tokens": [],
411
+ "parse_format": null,
412
+ "impute_strategy": "mode",
413
+ "profile_stats": {
414
+ "missing_rate": 0.0,
415
+ "unique_count": 2,
416
+ "unique_ratio": 0.000565,
417
+ "example_values": [
418
+ "0",
419
+ "1"
420
+ ]
421
+ }
422
+ },
423
+ {
424
+ "name": "Curricular units 1st sem (credited)",
425
+ "role": "feature",
426
+ "semantic_type": "numeric",
427
+ "nullable": false,
428
+ "missing_tokens": [],
429
+ "parse_format": null,
430
+ "impute_strategy": "median",
431
+ "profile_stats": {
432
+ "missing_rate": 0.0,
433
+ "unique_count": 21,
434
+ "unique_ratio": 0.005934,
435
+ "example_values": [
436
+ "0",
437
+ "2",
438
+ "11",
439
+ "7",
440
+ "10"
441
+ ]
442
+ }
443
+ },
444
+ {
445
+ "name": "Curricular units 1st sem (enrolled)",
446
+ "role": "feature",
447
+ "semantic_type": "numeric",
448
+ "nullable": false,
449
+ "missing_tokens": [],
450
+ "parse_format": null,
451
+ "impute_strategy": "median",
452
+ "profile_stats": {
453
+ "missing_rate": 0.0,
454
+ "unique_count": 23,
455
+ "unique_ratio": 0.006499,
456
+ "example_values": [
457
+ "6",
458
+ "5",
459
+ "7",
460
+ "8",
461
+ "14"
462
+ ]
463
+ }
464
+ },
465
+ {
466
+ "name": "Curricular units 1st sem (evaluations)",
467
+ "role": "feature",
468
+ "semantic_type": "numeric",
469
+ "nullable": false,
470
+ "missing_tokens": [],
471
+ "parse_format": null,
472
+ "impute_strategy": "median",
473
+ "profile_stats": {
474
+ "missing_rate": 0.0,
475
+ "unique_count": 34,
476
+ "unique_ratio": 0.009607,
477
+ "example_values": [
478
+ "10",
479
+ "8",
480
+ "14",
481
+ "9",
482
+ "7"
483
+ ]
484
+ }
485
+ },
486
+ {
487
+ "name": "Curricular units 1st sem (approved)",
488
+ "role": "feature",
489
+ "semantic_type": "numeric",
490
+ "nullable": false,
491
+ "missing_tokens": [],
492
+ "parse_format": null,
493
+ "impute_strategy": "median",
494
+ "profile_stats": {
495
+ "missing_rate": 0.0,
496
+ "unique_count": 23,
497
+ "unique_ratio": 0.006499,
498
+ "example_values": [
499
+ "3",
500
+ "6",
501
+ "5",
502
+ "7",
503
+ "0"
504
+ ]
505
+ }
506
+ },
507
+ {
508
+ "name": "Curricular units 1st sem (grade)",
509
+ "role": "feature",
510
+ "semantic_type": "numeric",
511
+ "nullable": false,
512
+ "missing_tokens": [],
513
+ "parse_format": null,
514
+ "impute_strategy": "median",
515
+ "profile_stats": {
516
+ "missing_rate": 0.0,
517
+ "unique_count": 680,
518
+ "unique_ratio": 0.192145,
519
+ "example_values": [
520
+ "11.666666666666666",
521
+ "13.428571428571429",
522
+ "12.4",
523
+ "11.0",
524
+ "13.605"
525
+ ]
526
+ }
527
+ },
528
+ {
529
+ "name": "Curricular units 1st sem (without evaluations)",
530
+ "role": "feature",
531
+ "semantic_type": "numeric",
532
+ "nullable": false,
533
+ "missing_tokens": [],
534
+ "parse_format": null,
535
+ "impute_strategy": "median",
536
+ "profile_stats": {
537
+ "missing_rate": 0.0,
538
+ "unique_count": 11,
539
+ "unique_ratio": 0.003108,
540
+ "example_values": [
541
+ "0",
542
+ "1",
543
+ "2",
544
+ "3",
545
+ "4"
546
+ ]
547
+ }
548
+ },
549
+ {
550
+ "name": "Curricular units 2nd sem (credited)",
551
+ "role": "feature",
552
+ "semantic_type": "numeric",
553
+ "nullable": false,
554
+ "missing_tokens": [],
555
+ "parse_format": null,
556
+ "impute_strategy": "median",
557
+ "profile_stats": {
558
+ "missing_rate": 0.0,
559
+ "unique_count": 19,
560
+ "unique_ratio": 0.005369,
561
+ "example_values": [
562
+ "0",
563
+ "1",
564
+ "11",
565
+ "6",
566
+ "8"
567
+ ]
568
+ }
569
+ },
570
+ {
571
+ "name": "Curricular units 2nd sem (enrolled)",
572
+ "role": "feature",
573
+ "semantic_type": "numeric",
574
+ "nullable": false,
575
+ "missing_tokens": [],
576
+ "parse_format": null,
577
+ "impute_strategy": "median",
578
+ "profile_stats": {
579
+ "missing_rate": 0.0,
580
+ "unique_count": 22,
581
+ "unique_ratio": 0.006216,
582
+ "example_values": [
583
+ "6",
584
+ "5",
585
+ "8",
586
+ "7",
587
+ "14"
588
+ ]
589
+ }
590
+ },
591
+ {
592
+ "name": "Curricular units 2nd sem (evaluations)",
593
+ "role": "feature",
594
+ "semantic_type": "numeric",
595
+ "nullable": false,
596
+ "missing_tokens": [],
597
+ "parse_format": null,
598
+ "impute_strategy": "median",
599
+ "profile_stats": {
600
+ "missing_rate": 0.0,
601
+ "unique_count": 30,
602
+ "unique_ratio": 0.008477,
603
+ "example_values": [
604
+ "11",
605
+ "10",
606
+ "8",
607
+ "9",
608
+ "7"
609
+ ]
610
+ }
611
+ },
612
+ {
613
+ "name": "Curricular units 2nd sem (approved)",
614
+ "role": "feature",
615
+ "semantic_type": "numeric",
616
+ "nullable": false,
617
+ "missing_tokens": [],
618
+ "parse_format": null,
619
+ "impute_strategy": "median",
620
+ "profile_stats": {
621
+ "missing_rate": 0.0,
622
+ "unique_count": 20,
623
+ "unique_ratio": 0.005651,
624
+ "example_values": [
625
+ "2",
626
+ "5",
627
+ "4",
628
+ "8",
629
+ "0"
630
+ ]
631
+ }
632
+ },
633
+ {
634
+ "name": "Curricular units 2nd sem (grade)",
635
+ "role": "feature",
636
+ "semantic_type": "numeric",
637
+ "nullable": false,
638
+ "missing_tokens": [],
639
+ "parse_format": null,
640
+ "impute_strategy": "median",
641
+ "profile_stats": {
642
+ "missing_rate": 0.0,
643
+ "unique_count": 661,
644
+ "unique_ratio": 0.186776,
645
+ "example_values": [
646
+ "10.0",
647
+ "12.4",
648
+ "10.833333333333334",
649
+ "11.25",
650
+ "12.33125"
651
+ ]
652
+ }
653
+ },
654
+ {
655
+ "name": "Curricular units 2nd sem (without evaluations)",
656
+ "role": "feature",
657
+ "semantic_type": "numeric",
658
+ "nullable": false,
659
+ "missing_tokens": [],
660
+ "parse_format": null,
661
+ "impute_strategy": "median",
662
+ "profile_stats": {
663
+ "missing_rate": 0.0,
664
+ "unique_count": 10,
665
+ "unique_ratio": 0.002826,
666
+ "example_values": [
667
+ "0",
668
+ "1",
669
+ "2",
670
+ "3",
671
+ "5"
672
+ ]
673
+ }
674
+ },
675
+ {
676
+ "name": "Unemployment rate",
677
+ "role": "feature",
678
+ "semantic_type": "numeric",
679
+ "nullable": false,
680
+ "missing_tokens": [],
681
+ "parse_format": null,
682
+ "impute_strategy": "median",
683
+ "profile_stats": {
684
+ "missing_rate": 0.0,
685
+ "unique_count": 10,
686
+ "unique_ratio": 0.002826,
687
+ "example_values": [
688
+ "16.2",
689
+ "9.4",
690
+ "13.9",
691
+ "10.8",
692
+ "15.5"
693
+ ]
694
+ }
695
+ },
696
+ {
697
+ "name": "Inflation rate",
698
+ "role": "feature",
699
+ "semantic_type": "numeric",
700
+ "nullable": false,
701
+ "missing_tokens": [],
702
+ "parse_format": null,
703
+ "impute_strategy": "median",
704
+ "profile_stats": {
705
+ "missing_rate": 0.0,
706
+ "unique_count": 9,
707
+ "unique_ratio": 0.002543,
708
+ "example_values": [
709
+ "0.3",
710
+ "-0.8",
711
+ "-0.3",
712
+ "1.4",
713
+ "2.8"
714
+ ]
715
+ }
716
+ },
717
+ {
718
+ "name": "GDP",
719
+ "role": "feature",
720
+ "semantic_type": "numeric",
721
+ "nullable": false,
722
+ "missing_tokens": [],
723
+ "parse_format": null,
724
+ "impute_strategy": "median",
725
+ "profile_stats": {
726
+ "missing_rate": 0.0,
727
+ "unique_count": 10,
728
+ "unique_ratio": 0.002826,
729
+ "example_values": [
730
+ "-0.92",
731
+ "-3.12",
732
+ "0.79",
733
+ "1.74",
734
+ "-4.06"
735
+ ]
736
+ }
737
+ },
738
+ {
739
+ "name": "Target",
740
+ "role": "target",
741
+ "semantic_type": "categorical",
742
+ "nullable": false,
743
+ "missing_tokens": [],
744
+ "parse_format": null,
745
+ "impute_strategy": "mode",
746
+ "profile_stats": {
747
+ "missing_rate": 0.0,
748
+ "unique_count": 3,
749
+ "unique_ratio": 0.000848,
750
+ "example_values": [
751
+ "Dropout",
752
+ "Graduate",
753
+ "Enrolled"
754
+ ]
755
+ }
756
+ }
757
+ ]
758
+ }
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/public_gate/public_gate_report.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "m5",
3
+ "status": "pass",
4
+ "checks": [
5
+ {
6
+ "check_id": "PG001_csv_parse_ok",
7
+ "status": "pass"
8
+ },
9
+ {
10
+ "check_id": "PG002_split_header_consistent",
11
+ "status": "pass"
12
+ },
13
+ {
14
+ "check_id": "PG003_profile_header_match",
15
+ "status": "pass"
16
+ },
17
+ {
18
+ "check_id": "PG004_missing_token_normalized",
19
+ "status": "pass"
20
+ },
21
+ {
22
+ "check_id": "PG005_semantic_type_validated",
23
+ "status": "pass"
24
+ },
25
+ {
26
+ "check_id": "PG006_target_defined_and_valid",
27
+ "status": "pass"
28
+ }
29
+ ],
30
+ "target_column": "Target",
31
+ "task_type": "classification",
32
+ "input_splits": {
33
+ "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/m5/m5-train.csv",
34
+ "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/m5/m5-val.csv",
35
+ "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/m5/m5-test.csv"
36
+ }
37
+ }
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/public_gate/staged_input_manifest.json ADDED
@@ -0,0 +1,763 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "m5",
3
+ "target_column": "Target",
4
+ "task_type": "classification",
5
+ "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/train.csv",
6
+ "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/val.csv",
7
+ "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/test.csv",
8
+ "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/staged_features.json",
9
+ "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabsyn/tabsyn-m5-20260421_023648/public_gate/public_gate_report.json",
10
+ "column_schema": [
11
+ {
12
+ "name": "Marital status",
13
+ "role": "feature",
14
+ "semantic_type": "numeric",
15
+ "nullable": false,
16
+ "missing_tokens": [],
17
+ "parse_format": null,
18
+ "impute_strategy": "median",
19
+ "profile_stats": {
20
+ "missing_rate": 0.0,
21
+ "unique_count": 6,
22
+ "unique_ratio": 0.001695,
23
+ "example_values": [
24
+ "1",
25
+ "2",
26
+ "4",
27
+ "5",
28
+ "3"
29
+ ]
30
+ }
31
+ },
32
+ {
33
+ "name": "Application mode",
34
+ "role": "feature",
35
+ "semantic_type": "numeric",
36
+ "nullable": false,
37
+ "missing_tokens": [],
38
+ "parse_format": null,
39
+ "impute_strategy": "median",
40
+ "profile_stats": {
41
+ "missing_rate": 0.0,
42
+ "unique_count": 18,
43
+ "unique_ratio": 0.005086,
44
+ "example_values": [
45
+ "43",
46
+ "17",
47
+ "1",
48
+ "39",
49
+ "44"
50
+ ]
51
+ }
52
+ },
53
+ {
54
+ "name": "Application order",
55
+ "role": "feature",
56
+ "semantic_type": "numeric",
57
+ "nullable": false,
58
+ "missing_tokens": [],
59
+ "parse_format": null,
60
+ "impute_strategy": "median",
61
+ "profile_stats": {
62
+ "missing_rate": 0.0,
63
+ "unique_count": 8,
64
+ "unique_ratio": 0.002261,
65
+ "example_values": [
66
+ "1",
67
+ "2",
68
+ "6",
69
+ "3",
70
+ "5"
71
+ ]
72
+ }
73
+ },
74
+ {
75
+ "name": "Course",
76
+ "role": "feature",
77
+ "semantic_type": "numeric",
78
+ "nullable": false,
79
+ "missing_tokens": [],
80
+ "parse_format": null,
81
+ "impute_strategy": "median",
82
+ "profile_stats": {
83
+ "missing_rate": 0.0,
84
+ "unique_count": 17,
85
+ "unique_ratio": 0.004804,
86
+ "example_values": [
87
+ "9773",
88
+ "9147",
89
+ "9853",
90
+ "9500",
91
+ "9085"
92
+ ]
93
+ }
94
+ },
95
+ {
96
+ "name": "Daytime/evening attendance",
97
+ "role": "feature",
98
+ "semantic_type": "boolean",
99
+ "nullable": false,
100
+ "missing_tokens": [],
101
+ "parse_format": null,
102
+ "impute_strategy": "mode",
103
+ "profile_stats": {
104
+ "missing_rate": 0.0,
105
+ "unique_count": 2,
106
+ "unique_ratio": 0.000565,
107
+ "example_values": [
108
+ "1",
109
+ "0"
110
+ ]
111
+ }
112
+ },
113
+ {
114
+ "name": "Previous qualification",
115
+ "role": "feature",
116
+ "semantic_type": "numeric",
117
+ "nullable": false,
118
+ "missing_tokens": [],
119
+ "parse_format": null,
120
+ "impute_strategy": "median",
121
+ "profile_stats": {
122
+ "missing_rate": 0.0,
123
+ "unique_count": 16,
124
+ "unique_ratio": 0.004521,
125
+ "example_values": [
126
+ "1",
127
+ "39",
128
+ "3",
129
+ "2",
130
+ "19"
131
+ ]
132
+ }
133
+ },
134
+ {
135
+ "name": "Previous qualification (grade)",
136
+ "role": "feature",
137
+ "semantic_type": "numeric",
138
+ "nullable": false,
139
+ "missing_tokens": [],
140
+ "parse_format": null,
141
+ "impute_strategy": "median",
142
+ "profile_stats": {
143
+ "missing_rate": 0.0,
144
+ "unique_count": 93,
145
+ "unique_ratio": 0.026279,
146
+ "example_values": [
147
+ "127.0",
148
+ "122.0",
149
+ "121.0",
150
+ "158.0",
151
+ "141.0"
152
+ ]
153
+ }
154
+ },
155
+ {
156
+ "name": "Nacionality",
157
+ "role": "feature",
158
+ "semantic_type": "numeric",
159
+ "nullable": false,
160
+ "missing_tokens": [],
161
+ "parse_format": null,
162
+ "impute_strategy": "median",
163
+ "profile_stats": {
164
+ "missing_rate": 0.0,
165
+ "unique_count": 20,
166
+ "unique_ratio": 0.005651,
167
+ "example_values": [
168
+ "1",
169
+ "108",
170
+ "41",
171
+ "6",
172
+ "14"
173
+ ]
174
+ }
175
+ },
176
+ {
177
+ "name": "Mother's qualification",
178
+ "role": "feature",
179
+ "semantic_type": "numeric",
180
+ "nullable": false,
181
+ "missing_tokens": [],
182
+ "parse_format": null,
183
+ "impute_strategy": "median",
184
+ "profile_stats": {
185
+ "missing_rate": 0.0,
186
+ "unique_count": 28,
187
+ "unique_ratio": 0.007912,
188
+ "example_values": [
189
+ "1",
190
+ "38",
191
+ "3",
192
+ "19",
193
+ "37"
194
+ ]
195
+ }
196
+ },
197
+ {
198
+ "name": "Father's qualification",
199
+ "role": "feature",
200
+ "semantic_type": "numeric",
201
+ "nullable": false,
202
+ "missing_tokens": [],
203
+ "parse_format": null,
204
+ "impute_strategy": "median",
205
+ "profile_stats": {
206
+ "missing_rate": 0.0,
207
+ "unique_count": 30,
208
+ "unique_ratio": 0.008477,
209
+ "example_values": [
210
+ "1",
211
+ "37",
212
+ "19",
213
+ "38",
214
+ "3"
215
+ ]
216
+ }
217
+ },
218
+ {
219
+ "name": "Mother's occupation",
220
+ "role": "feature",
221
+ "semantic_type": "numeric",
222
+ "nullable": false,
223
+ "missing_tokens": [],
224
+ "parse_format": null,
225
+ "impute_strategy": "median",
226
+ "profile_stats": {
227
+ "missing_rate": 0.0,
228
+ "unique_count": 31,
229
+ "unique_ratio": 0.00876,
230
+ "example_values": [
231
+ "9",
232
+ "5",
233
+ "4",
234
+ "3",
235
+ "122"
236
+ ]
237
+ }
238
+ },
239
+ {
240
+ "name": "Father's occupation",
241
+ "role": "feature",
242
+ "semantic_type": "numeric",
243
+ "nullable": false,
244
+ "missing_tokens": [],
245
+ "parse_format": null,
246
+ "impute_strategy": "median",
247
+ "profile_stats": {
248
+ "missing_rate": 0.0,
249
+ "unique_count": 45,
250
+ "unique_ratio": 0.012715,
251
+ "example_values": [
252
+ "6",
253
+ "3",
254
+ "5",
255
+ "7",
256
+ "90"
257
+ ]
258
+ }
259
+ },
260
+ {
261
+ "name": "Admission grade",
262
+ "role": "feature",
263
+ "semantic_type": "numeric",
264
+ "nullable": false,
265
+ "missing_tokens": [],
266
+ "parse_format": null,
267
+ "impute_strategy": "median",
268
+ "profile_stats": {
269
+ "missing_rate": 0.0,
270
+ "unique_count": 593,
271
+ "unique_ratio": 0.167561,
272
+ "example_values": [
273
+ "110.0",
274
+ "119.6",
275
+ "116.8",
276
+ "140.2",
277
+ "131.7"
278
+ ]
279
+ }
280
+ },
281
+ {
282
+ "name": "Displaced",
283
+ "role": "feature",
284
+ "semantic_type": "boolean",
285
+ "nullable": false,
286
+ "missing_tokens": [],
287
+ "parse_format": null,
288
+ "impute_strategy": "mode",
289
+ "profile_stats": {
290
+ "missing_rate": 0.0,
291
+ "unique_count": 2,
292
+ "unique_ratio": 0.000565,
293
+ "example_values": [
294
+ "0",
295
+ "1"
296
+ ]
297
+ }
298
+ },
299
+ {
300
+ "name": "Educational special needs",
301
+ "role": "feature",
302
+ "semantic_type": "boolean",
303
+ "nullable": false,
304
+ "missing_tokens": [],
305
+ "parse_format": null,
306
+ "impute_strategy": "mode",
307
+ "profile_stats": {
308
+ "missing_rate": 0.0,
309
+ "unique_count": 2,
310
+ "unique_ratio": 0.000565,
311
+ "example_values": [
312
+ "0",
313
+ "1"
314
+ ]
315
+ }
316
+ },
317
+ {
318
+ "name": "Debtor",
319
+ "role": "feature",
320
+ "semantic_type": "boolean",
321
+ "nullable": false,
322
+ "missing_tokens": [],
323
+ "parse_format": null,
324
+ "impute_strategy": "mode",
325
+ "profile_stats": {
326
+ "missing_rate": 0.0,
327
+ "unique_count": 2,
328
+ "unique_ratio": 0.000565,
329
+ "example_values": [
330
+ "1",
331
+ "0"
332
+ ]
333
+ }
334
+ },
335
+ {
336
+ "name": "Tuition fees up to date",
337
+ "role": "feature",
338
+ "semantic_type": "boolean",
339
+ "nullable": false,
340
+ "missing_tokens": [],
341
+ "parse_format": null,
342
+ "impute_strategy": "mode",
343
+ "profile_stats": {
344
+ "missing_rate": 0.0,
345
+ "unique_count": 2,
346
+ "unique_ratio": 0.000565,
347
+ "example_values": [
348
+ "0",
349
+ "1"
350
+ ]
351
+ }
352
+ },
353
+ {
354
+ "name": "Gender",
355
+ "role": "feature",
356
+ "semantic_type": "boolean",
357
+ "nullable": false,
358
+ "missing_tokens": [],
359
+ "parse_format": null,
360
+ "impute_strategy": "mode",
361
+ "profile_stats": {
362
+ "missing_rate": 0.0,
363
+ "unique_count": 2,
364
+ "unique_ratio": 0.000565,
365
+ "example_values": [
366
+ "1",
367
+ "0"
368
+ ]
369
+ }
370
+ },
371
+ {
372
+ "name": "Scholarship holder",
373
+ "role": "feature",
374
+ "semantic_type": "boolean",
375
+ "nullable": false,
376
+ "missing_tokens": [],
377
+ "parse_format": null,
378
+ "impute_strategy": "mode",
379
+ "profile_stats": {
380
+ "missing_rate": 0.0,
381
+ "unique_count": 2,
382
+ "unique_ratio": 0.000565,
383
+ "example_values": [
384
+ "0",
385
+ "1"
386
+ ]
387
+ }
388
+ },
389
+ {
390
+ "name": "Age at enrollment",
391
+ "role": "feature",
392
+ "semantic_type": "numeric",
393
+ "nullable": false,
394
+ "missing_tokens": [],
395
+ "parse_format": null,
396
+ "impute_strategy": "median",
397
+ "profile_stats": {
398
+ "missing_rate": 0.0,
399
+ "unique_count": 45,
400
+ "unique_ratio": 0.012715,
401
+ "example_values": [
402
+ "19",
403
+ "20",
404
+ "18",
405
+ "21",
406
+ "27"
407
+ ]
408
+ }
409
+ },
410
+ {
411
+ "name": "International",
412
+ "role": "feature",
413
+ "semantic_type": "boolean",
414
+ "nullable": false,
415
+ "missing_tokens": [],
416
+ "parse_format": null,
417
+ "impute_strategy": "mode",
418
+ "profile_stats": {
419
+ "missing_rate": 0.0,
420
+ "unique_count": 2,
421
+ "unique_ratio": 0.000565,
422
+ "example_values": [
423
+ "0",
424
+ "1"
425
+ ]
426
+ }
427
+ },
428
+ {
429
+ "name": "Curricular units 1st sem (credited)",
430
+ "role": "feature",
431
+ "semantic_type": "numeric",
432
+ "nullable": false,
433
+ "missing_tokens": [],
434
+ "parse_format": null,
435
+ "impute_strategy": "median",
436
+ "profile_stats": {
437
+ "missing_rate": 0.0,
438
+ "unique_count": 21,
439
+ "unique_ratio": 0.005934,
440
+ "example_values": [
441
+ "0",
442
+ "2",
443
+ "11",
444
+ "7",
445
+ "10"
446
+ ]
447
+ }
448
+ },
449
+ {
450
+ "name": "Curricular units 1st sem (enrolled)",
451
+ "role": "feature",
452
+ "semantic_type": "numeric",
453
+ "nullable": false,
454
+ "missing_tokens": [],
455
+ "parse_format": null,
456
+ "impute_strategy": "median",
457
+ "profile_stats": {
458
+ "missing_rate": 0.0,
459
+ "unique_count": 23,
460
+ "unique_ratio": 0.006499,
461
+ "example_values": [
462
+ "6",
463
+ "5",
464
+ "7",
465
+ "8",
466
+ "14"
467
+ ]
468
+ }
469
+ },
470
+ {
471
+ "name": "Curricular units 1st sem (evaluations)",
472
+ "role": "feature",
473
+ "semantic_type": "numeric",
474
+ "nullable": false,
475
+ "missing_tokens": [],
476
+ "parse_format": null,
477
+ "impute_strategy": "median",
478
+ "profile_stats": {
479
+ "missing_rate": 0.0,
480
+ "unique_count": 34,
481
+ "unique_ratio": 0.009607,
482
+ "example_values": [
483
+ "10",
484
+ "8",
485
+ "14",
486
+ "9",
487
+ "7"
488
+ ]
489
+ }
490
+ },
491
+ {
492
+ "name": "Curricular units 1st sem (approved)",
493
+ "role": "feature",
494
+ "semantic_type": "numeric",
495
+ "nullable": false,
496
+ "missing_tokens": [],
497
+ "parse_format": null,
498
+ "impute_strategy": "median",
499
+ "profile_stats": {
500
+ "missing_rate": 0.0,
501
+ "unique_count": 23,
502
+ "unique_ratio": 0.006499,
503
+ "example_values": [
504
+ "3",
505
+ "6",
506
+ "5",
507
+ "7",
508
+ "0"
509
+ ]
510
+ }
511
+ },
512
+ {
513
+ "name": "Curricular units 1st sem (grade)",
514
+ "role": "feature",
515
+ "semantic_type": "numeric",
516
+ "nullable": false,
517
+ "missing_tokens": [],
518
+ "parse_format": null,
519
+ "impute_strategy": "median",
520
+ "profile_stats": {
521
+ "missing_rate": 0.0,
522
+ "unique_count": 680,
523
+ "unique_ratio": 0.192145,
524
+ "example_values": [
525
+ "11.666666666666666",
526
+ "13.428571428571429",
527
+ "12.4",
528
+ "11.0",
529
+ "13.605"
530
+ ]
531
+ }
532
+ },
533
+ {
534
+ "name": "Curricular units 1st sem (without evaluations)",
535
+ "role": "feature",
536
+ "semantic_type": "numeric",
537
+ "nullable": false,
538
+ "missing_tokens": [],
539
+ "parse_format": null,
540
+ "impute_strategy": "median",
541
+ "profile_stats": {
542
+ "missing_rate": 0.0,
543
+ "unique_count": 11,
544
+ "unique_ratio": 0.003108,
545
+ "example_values": [
546
+ "0",
547
+ "1",
548
+ "2",
549
+ "3",
550
+ "4"
551
+ ]
552
+ }
553
+ },
554
+ {
555
+ "name": "Curricular units 2nd sem (credited)",
556
+ "role": "feature",
557
+ "semantic_type": "numeric",
558
+ "nullable": false,
559
+ "missing_tokens": [],
560
+ "parse_format": null,
561
+ "impute_strategy": "median",
562
+ "profile_stats": {
563
+ "missing_rate": 0.0,
564
+ "unique_count": 19,
565
+ "unique_ratio": 0.005369,
566
+ "example_values": [
567
+ "0",
568
+ "1",
569
+ "11",
570
+ "6",
571
+ "8"
572
+ ]
573
+ }
574
+ },
575
+ {
576
+ "name": "Curricular units 2nd sem (enrolled)",
577
+ "role": "feature",
578
+ "semantic_type": "numeric",
579
+ "nullable": false,
580
+ "missing_tokens": [],
581
+ "parse_format": null,
582
+ "impute_strategy": "median",
583
+ "profile_stats": {
584
+ "missing_rate": 0.0,
585
+ "unique_count": 22,
586
+ "unique_ratio": 0.006216,
587
+ "example_values": [
588
+ "6",
589
+ "5",
590
+ "8",
591
+ "7",
592
+ "14"
593
+ ]
594
+ }
595
+ },
596
+ {
597
+ "name": "Curricular units 2nd sem (evaluations)",
598
+ "role": "feature",
599
+ "semantic_type": "numeric",
600
+ "nullable": false,
601
+ "missing_tokens": [],
602
+ "parse_format": null,
603
+ "impute_strategy": "median",
604
+ "profile_stats": {
605
+ "missing_rate": 0.0,
606
+ "unique_count": 30,
607
+ "unique_ratio": 0.008477,
608
+ "example_values": [
609
+ "11",
610
+ "10",
611
+ "8",
612
+ "9",
613
+ "7"
614
+ ]
615
+ }
616
+ },
617
+ {
618
+ "name": "Curricular units 2nd sem (approved)",
619
+ "role": "feature",
620
+ "semantic_type": "numeric",
621
+ "nullable": false,
622
+ "missing_tokens": [],
623
+ "parse_format": null,
624
+ "impute_strategy": "median",
625
+ "profile_stats": {
626
+ "missing_rate": 0.0,
627
+ "unique_count": 20,
628
+ "unique_ratio": 0.005651,
629
+ "example_values": [
630
+ "2",
631
+ "5",
632
+ "4",
633
+ "8",
634
+ "0"
635
+ ]
636
+ }
637
+ },
638
+ {
639
+ "name": "Curricular units 2nd sem (grade)",
640
+ "role": "feature",
641
+ "semantic_type": "numeric",
642
+ "nullable": false,
643
+ "missing_tokens": [],
644
+ "parse_format": null,
645
+ "impute_strategy": "median",
646
+ "profile_stats": {
647
+ "missing_rate": 0.0,
648
+ "unique_count": 661,
649
+ "unique_ratio": 0.186776,
650
+ "example_values": [
651
+ "10.0",
652
+ "12.4",
653
+ "10.833333333333334",
654
+ "11.25",
655
+ "12.33125"
656
+ ]
657
+ }
658
+ },
659
+ {
660
+ "name": "Curricular units 2nd sem (without evaluations)",
661
+ "role": "feature",
662
+ "semantic_type": "numeric",
663
+ "nullable": false,
664
+ "missing_tokens": [],
665
+ "parse_format": null,
666
+ "impute_strategy": "median",
667
+ "profile_stats": {
668
+ "missing_rate": 0.0,
669
+ "unique_count": 10,
670
+ "unique_ratio": 0.002826,
671
+ "example_values": [
672
+ "0",
673
+ "1",
674
+ "2",
675
+ "3",
676
+ "5"
677
+ ]
678
+ }
679
+ },
680
+ {
681
+ "name": "Unemployment rate",
682
+ "role": "feature",
683
+ "semantic_type": "numeric",
684
+ "nullable": false,
685
+ "missing_tokens": [],
686
+ "parse_format": null,
687
+ "impute_strategy": "median",
688
+ "profile_stats": {
689
+ "missing_rate": 0.0,
690
+ "unique_count": 10,
691
+ "unique_ratio": 0.002826,
692
+ "example_values": [
693
+ "16.2",
694
+ "9.4",
695
+ "13.9",
696
+ "10.8",
697
+ "15.5"
698
+ ]
699
+ }
700
+ },
701
+ {
702
+ "name": "Inflation rate",
703
+ "role": "feature",
704
+ "semantic_type": "numeric",
705
+ "nullable": false,
706
+ "missing_tokens": [],
707
+ "parse_format": null,
708
+ "impute_strategy": "median",
709
+ "profile_stats": {
710
+ "missing_rate": 0.0,
711
+ "unique_count": 9,
712
+ "unique_ratio": 0.002543,
713
+ "example_values": [
714
+ "0.3",
715
+ "-0.8",
716
+ "-0.3",
717
+ "1.4",
718
+ "2.8"
719
+ ]
720
+ }
721
+ },
722
+ {
723
+ "name": "GDP",
724
+ "role": "feature",
725
+ "semantic_type": "numeric",
726
+ "nullable": false,
727
+ "missing_tokens": [],
728
+ "parse_format": null,
729
+ "impute_strategy": "median",
730
+ "profile_stats": {
731
+ "missing_rate": 0.0,
732
+ "unique_count": 10,
733
+ "unique_ratio": 0.002826,
734
+ "example_values": [
735
+ "-0.92",
736
+ "-3.12",
737
+ "0.79",
738
+ "1.74",
739
+ "-4.06"
740
+ ]
741
+ }
742
+ },
743
+ {
744
+ "name": "Target",
745
+ "role": "target",
746
+ "semantic_type": "categorical",
747
+ "nullable": false,
748
+ "missing_tokens": [],
749
+ "parse_format": null,
750
+ "impute_strategy": "mode",
751
+ "profile_stats": {
752
+ "missing_rate": 0.0,
753
+ "unique_count": 3,
754
+ "unique_ratio": 0.000848,
755
+ "example_values": [
756
+ "Dropout",
757
+ "Graduate",
758
+ "Enrolled"
759
+ ]
760
+ }
761
+ }
762
+ ]
763
+ }
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/runtime_result.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "m5",
3
+ "model": "tabsyn",
4
+ "run_id": "tabsyn-m5-20260421_023648",
5
+ "public_gate_status": "pass",
6
+ "adapter_ready_status": "pass",
7
+ "train_status": "success",
8
+ "generate_status": "success",
9
+ "reason_code": null,
10
+ "reason_detail": null,
11
+ "artifacts": {
12
+ "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabsyn/tabsyn-m5-20260421_023648/tabsyn-m5-3539-20260421_034347.csv",
13
+ "model_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabsyn/tabsyn-m5-20260421_023648"
14
+ }
15
+ }
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/staged_features.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "feature_name": "Marital status",
4
+ "data_type": "continuous",
5
+ "is_target": false
6
+ },
7
+ {
8
+ "feature_name": "Application mode",
9
+ "data_type": "continuous",
10
+ "is_target": false
11
+ },
12
+ {
13
+ "feature_name": "Application order",
14
+ "data_type": "continuous",
15
+ "is_target": false
16
+ },
17
+ {
18
+ "feature_name": "Course",
19
+ "data_type": "continuous",
20
+ "is_target": false
21
+ },
22
+ {
23
+ "feature_name": "Daytime/evening attendance",
24
+ "data_type": "binary",
25
+ "is_target": false
26
+ },
27
+ {
28
+ "feature_name": "Previous qualification",
29
+ "data_type": "continuous",
30
+ "is_target": false
31
+ },
32
+ {
33
+ "feature_name": "Previous qualification (grade)",
34
+ "data_type": "continuous",
35
+ "is_target": false
36
+ },
37
+ {
38
+ "feature_name": "Nacionality",
39
+ "data_type": "continuous",
40
+ "is_target": false
41
+ },
42
+ {
43
+ "feature_name": "Mother's qualification",
44
+ "data_type": "continuous",
45
+ "is_target": false
46
+ },
47
+ {
48
+ "feature_name": "Father's qualification",
49
+ "data_type": "continuous",
50
+ "is_target": false
51
+ },
52
+ {
53
+ "feature_name": "Mother's occupation",
54
+ "data_type": "continuous",
55
+ "is_target": false
56
+ },
57
+ {
58
+ "feature_name": "Father's occupation",
59
+ "data_type": "continuous",
60
+ "is_target": false
61
+ },
62
+ {
63
+ "feature_name": "Admission grade",
64
+ "data_type": "continuous",
65
+ "is_target": false
66
+ },
67
+ {
68
+ "feature_name": "Displaced",
69
+ "data_type": "binary",
70
+ "is_target": false
71
+ },
72
+ {
73
+ "feature_name": "Educational special needs",
74
+ "data_type": "binary",
75
+ "is_target": false
76
+ },
77
+ {
78
+ "feature_name": "Debtor",
79
+ "data_type": "binary",
80
+ "is_target": false
81
+ },
82
+ {
83
+ "feature_name": "Tuition fees up to date",
84
+ "data_type": "binary",
85
+ "is_target": false
86
+ },
87
+ {
88
+ "feature_name": "Gender",
89
+ "data_type": "binary",
90
+ "is_target": false
91
+ },
92
+ {
93
+ "feature_name": "Scholarship holder",
94
+ "data_type": "binary",
95
+ "is_target": false
96
+ },
97
+ {
98
+ "feature_name": "Age at enrollment",
99
+ "data_type": "continuous",
100
+ "is_target": false
101
+ },
102
+ {
103
+ "feature_name": "International",
104
+ "data_type": "binary",
105
+ "is_target": false
106
+ },
107
+ {
108
+ "feature_name": "Curricular units 1st sem (credited)",
109
+ "data_type": "continuous",
110
+ "is_target": false
111
+ },
112
+ {
113
+ "feature_name": "Curricular units 1st sem (enrolled)",
114
+ "data_type": "continuous",
115
+ "is_target": false
116
+ },
117
+ {
118
+ "feature_name": "Curricular units 1st sem (evaluations)",
119
+ "data_type": "continuous",
120
+ "is_target": false
121
+ },
122
+ {
123
+ "feature_name": "Curricular units 1st sem (approved)",
124
+ "data_type": "continuous",
125
+ "is_target": false
126
+ },
127
+ {
128
+ "feature_name": "Curricular units 1st sem (grade)",
129
+ "data_type": "continuous",
130
+ "is_target": false
131
+ },
132
+ {
133
+ "feature_name": "Curricular units 1st sem (without evaluations)",
134
+ "data_type": "continuous",
135
+ "is_target": false
136
+ },
137
+ {
138
+ "feature_name": "Curricular units 2nd sem (credited)",
139
+ "data_type": "continuous",
140
+ "is_target": false
141
+ },
142
+ {
143
+ "feature_name": "Curricular units 2nd sem (enrolled)",
144
+ "data_type": "continuous",
145
+ "is_target": false
146
+ },
147
+ {
148
+ "feature_name": "Curricular units 2nd sem (evaluations)",
149
+ "data_type": "continuous",
150
+ "is_target": false
151
+ },
152
+ {
153
+ "feature_name": "Curricular units 2nd sem (approved)",
154
+ "data_type": "continuous",
155
+ "is_target": false
156
+ },
157
+ {
158
+ "feature_name": "Curricular units 2nd sem (grade)",
159
+ "data_type": "continuous",
160
+ "is_target": false
161
+ },
162
+ {
163
+ "feature_name": "Curricular units 2nd sem (without evaluations)",
164
+ "data_type": "continuous",
165
+ "is_target": false
166
+ },
167
+ {
168
+ "feature_name": "Unemployment rate",
169
+ "data_type": "continuous",
170
+ "is_target": false
171
+ },
172
+ {
173
+ "feature_name": "Inflation rate",
174
+ "data_type": "continuous",
175
+ "is_target": false
176
+ },
177
+ {
178
+ "feature_name": "GDP",
179
+ "data_type": "continuous",
180
+ "is_target": false
181
+ },
182
+ {
183
+ "feature_name": "Target",
184
+ "data_type": "categorical",
185
+ "is_target": true
186
+ }
187
+ ]
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:696cfc46d2e611ee56a5419f4496b758f643f49f3386d4181296783760117c8c
3
+ size 53943
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:012f009ed84b309df0bf0da0669101c48652c390666cb59f9a07341a16b7056f
3
+ size 422717
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/public/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b623a7cea9350fc17384754b26aba373ab6c1914b7c0efb7a8a21ad5ac1557
3
+ size 53889
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/tabsyn/adapter_report.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter_ready_status": "pass",
3
+ "adapter_fail_reason_code": null,
4
+ "adapter_fail_detail": null,
5
+ "adapter_transforms_applied": [],
6
+ "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/m5/tabsyn/tabsyn-m5-20260421_023648/staged/tabsyn/model_input_manifest.json"
7
+ }
SynthData0523/main/m5/tabsyn/tabsyn-m5-20260421_023648/staged/tabsyn/adapter_transforms_applied.json ADDED
@@ -0,0 +1 @@
 
 
1
+ []