TabQueryBench commited on
Commit
5c6fd20
·
verified ·
1 Parent(s): 7cab989

Resume SynthData0523 main/c5 batch 5

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 +35 -0
  2. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/input_snapshot.json +3 -0
  3. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/public_gate/normalized_schema_snapshot.json +3 -0
  4. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/public_gate/public_gate_report.json +3 -0
  5. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/public_gate/staged_input_manifest.json +3 -0
  6. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/run_config.json +3 -0
  7. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/runtime_result.json +3 -0
  8. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/public/staged_features.json +3 -0
  9. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/public/test.csv +3 -0
  10. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/public/train.csv +3 -0
  11. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/public/val.csv +3 -0
  12. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/tabpfgen/adapter_report.json +3 -0
  13. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/tabpfgen/adapter_transforms_applied.json +3 -0
  14. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/tabpfgen/model_input_manifest.json +3 -0
  15. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/tabpfgen-c5-6732-20260511_061054.csv +3 -0
  16. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/tabpfgen_meta.json +3 -0
  17. SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/train_20260511_061054.log +3 -0
  18. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/_tabsyn_sample.py +39 -0
  19. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/_tabsyn_train.py +62 -0
  20. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/X_cat_test.npy +3 -0
  21. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/X_cat_train.npy +3 -0
  22. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/X_num_test.npy +3 -0
  23. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/X_num_train.npy +3 -0
  24. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/info.json +217 -0
  25. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/test.csv +3 -0
  26. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/train.csv +3 -0
  27. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/y_test.npy +3 -0
  28. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/y_train.npy +3 -0
  29. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/gen_20260421_004948.log +3 -0
  30. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/input_snapshot.json +36 -0
  31. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/public_gate/normalized_schema_snapshot.json +467 -0
  32. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/public_gate/public_gate_report.json +37 -0
  33. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/public_gate/staged_input_manifest.json +472 -0
  34. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/runtime_result.json +15 -0
  35. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/staged_features.json +117 -0
  36. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/test.csv +3 -0
  37. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/train.csv +3 -0
  38. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/val.csv +3 -0
  39. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/tabsyn/adapter_report.json +7 -0
  40. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/tabsyn/adapter_transforms_applied.json +1 -0
  41. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/tabsyn/model_input_manifest.json +474 -0
  42. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/synthetic/tabsyn_c5/real.csv +3 -0
  43. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/synthetic/tabsyn_c5/test.csv +3 -0
  44. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/tabsyn-c5-6732-20260421_004948.csv +3 -0
  45. SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/train_20260420_233447.log +3 -0
  46. SynthData0523/main/c5/tvae/tvae-c5-20260321_070511/_tvae_generate.py +5 -0
  47. SynthData0523/main/c5/tvae/tvae-c5-20260321_070511/_tvae_train.py +16 -0
  48. SynthData0523/main/c5/tvae/tvae-c5-20260321_070511/gen_20260321_070708.log +3 -0
  49. SynthData0523/main/c5/tvae/tvae-c5-20260321_070511/gen_20260330_065259.log +3 -0
  50. SynthData0523/main/c5/tvae/tvae-c5-20260321_070511/input_snapshot.json +36 -0
.gitattributes CHANGED
@@ -4612,3 +4612,38 @@ SynthData0523/main/c5/tabdiff/tabdiff-c5-20260420_055925/tabular_bundle/pipeline
4612
  SynthData0523/main/c5/tabdiff/tabdiff-c5-20260420_055925/tabular_bundle/pipeline_ds/y_val.npy filter=lfs diff=lfs merge=lfs -text
4613
  SynthData0523/main/c5/tabdiff/tabdiff-c5-20260420_055925/train_20260420_055925.log filter=lfs diff=lfs merge=lfs -text
4614
  SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/gen_20260511_061054.log filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4612
  SynthData0523/main/c5/tabdiff/tabdiff-c5-20260420_055925/tabular_bundle/pipeline_ds/y_val.npy filter=lfs diff=lfs merge=lfs -text
4613
  SynthData0523/main/c5/tabdiff/tabdiff-c5-20260420_055925/train_20260420_055925.log filter=lfs diff=lfs merge=lfs -text
4614
  SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/gen_20260511_061054.log filter=lfs diff=lfs merge=lfs -text
4615
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/input_snapshot.json filter=lfs diff=lfs merge=lfs -text
4616
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/public_gate/normalized_schema_snapshot.json filter=lfs diff=lfs merge=lfs -text
4617
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/public_gate/public_gate_report.json filter=lfs diff=lfs merge=lfs -text
4618
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/public_gate/staged_input_manifest.json filter=lfs diff=lfs merge=lfs -text
4619
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/run_config.json filter=lfs diff=lfs merge=lfs -text
4620
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/runtime_result.json filter=lfs diff=lfs merge=lfs -text
4621
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/public/staged_features.json filter=lfs diff=lfs merge=lfs -text
4622
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/public/test.csv filter=lfs diff=lfs merge=lfs -text
4623
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/public/train.csv filter=lfs diff=lfs merge=lfs -text
4624
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/public/val.csv filter=lfs diff=lfs merge=lfs -text
4625
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/tabpfgen/adapter_report.json filter=lfs diff=lfs merge=lfs -text
4626
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/tabpfgen/adapter_transforms_applied.json filter=lfs diff=lfs merge=lfs -text
4627
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/tabpfgen/model_input_manifest.json filter=lfs diff=lfs merge=lfs -text
4628
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/tabpfgen-c5-6732-20260511_061054.csv filter=lfs diff=lfs merge=lfs -text
4629
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/tabpfgen_meta.json filter=lfs diff=lfs merge=lfs -text
4630
+ SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/train_20260511_061054.log filter=lfs diff=lfs merge=lfs -text
4631
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/X_cat_test.npy filter=lfs diff=lfs merge=lfs -text
4632
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/X_cat_train.npy filter=lfs diff=lfs merge=lfs -text
4633
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/X_num_test.npy filter=lfs diff=lfs merge=lfs -text
4634
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/X_num_train.npy filter=lfs diff=lfs merge=lfs -text
4635
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/test.csv filter=lfs diff=lfs merge=lfs -text
4636
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/train.csv filter=lfs diff=lfs merge=lfs -text
4637
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/y_test.npy filter=lfs diff=lfs merge=lfs -text
4638
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/y_train.npy filter=lfs diff=lfs merge=lfs -text
4639
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/gen_20260421_004948.log filter=lfs diff=lfs merge=lfs -text
4640
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/test.csv filter=lfs diff=lfs merge=lfs -text
4641
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/train.csv filter=lfs diff=lfs merge=lfs -text
4642
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/val.csv filter=lfs diff=lfs merge=lfs -text
4643
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/synthetic/tabsyn_c5/real.csv filter=lfs diff=lfs merge=lfs -text
4644
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/synthetic/tabsyn_c5/test.csv filter=lfs diff=lfs merge=lfs -text
4645
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/tabsyn-c5-6732-20260421_004948.csv filter=lfs diff=lfs merge=lfs -text
4646
+ SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/train_20260420_233447.log filter=lfs diff=lfs merge=lfs -text
4647
+ SynthData0523/main/c5/tvae/tvae-c5-20260321_070511/gen_20260321_070708.log filter=lfs diff=lfs merge=lfs -text
4648
+ SynthData0523/main/c5/tvae/tvae-c5-20260321_070511/gen_20260330_065259.log filter=lfs diff=lfs merge=lfs -text
4649
+ SynthData0523/main/c5/tvae/tvae-c5-20260321_070511/models_300epochs/train_20260321_070511.log filter=lfs diff=lfs merge=lfs -text
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/input_snapshot.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52291b91e8e5a9621446682439a7900b3d8d7e58c3825607dae340737b8b2c21
3
+ size 1351
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/public_gate/normalized_schema_snapshot.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a82dde0a0b02bb1e4531b9f5e04984f7873c1c4981a2b343015d3a380445ebf
3
+ size 10604
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/public_gate/public_gate_report.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aea5012ab6077fba838eb8fdd15d8d8fd7e74ddeebf20f9317e675f0f5ab48a8
3
+ size 912
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/public_gate/staged_input_manifest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93fc022d4623dc6b427cafb4bc02dcca0772fd075741858798fb76bbec3ff5dc
3
+ size 11420
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/run_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2018351074cca9e15290b9997a183181b3be832adda04f4846a2da88cad5e73
3
+ size 2012
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/runtime_result.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6f48376f0e4b48ed211a90be4fce6e84691019cca111aa1e50197da63dede1e
3
+ size 887
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/public/staged_features.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ace7d0e8b3fdcd849ddbae15387f2fbaeb5a1756991805f39eca5eae193e7f7
3
+ size 2303
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/public/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22374ee05e54a92c07546639c8485d89e02a7c7b38db99ef9ac5dfb259bd032d
3
+ size 125218
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/public/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a23d9f1558e4268759d44a5a58662ddff4e0b757a65c49e7019e9db25203034
3
+ size 997613
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/public/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa96f3f053a3ae913c7cd723e390bf19f86afc22192eea09094e136ce2a6eb6c
3
+ size 124824
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/tabpfgen/adapter_report.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34fad81b4aee6b04f03e3c6938ab63f0410425ac627a4520dad3a365127c680b
3
+ size 324
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/tabpfgen/adapter_transforms_applied.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945
3
+ size 2
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/staged/tabpfgen/model_input_manifest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3a61fffa20fa3c7a47fb5f0bd30704ba90e7477af37b6084c1c265d4323c7d2
3
+ size 11620
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/tabpfgen-c5-6732-20260511_061054.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:396b6d183ed89a0d6bd263d4730cc1d436e0d3e0569545174335614634d3dbf3
3
+ size 1018296
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/tabpfgen_meta.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cbdc5f2c2aff06a042c37093af56613dfb9644e5eeb06f4e0ee2b3bd09c64e8
3
+ size 445
SynthData0523/main/c5/tabpfgen/tabpfgen-c5-20260511_061054/train_20260511_061054.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e715c0d2fecc9f9973d7ea928ef8413aaa3b43bdb9f1fc1b4d213ded8540cc75
3
+ size 595
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/_tabsyn_sample.py ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os, sys, subprocess
2
+
3
+ work_dir = "/work/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446"
4
+ dataname = "tabsyn_c5"
5
+ output_csv = "/work/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446/tabsyn-c5-6732-20260421_004948.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 6732 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/c5/tabsyn/tabsyn-c5-20260420_233446/_tabsyn_train.py ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os, sys, subprocess
2
+
3
+ work_dir = "/work/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446"
4
+ dataname = "tabsyn_c5"
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/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/X_cat_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9df21c9d02ce3392b2dcf8413a2f12d74aec312dfb76a221e093f9e6a3a982c1
3
+ size 141752
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/X_cat_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5182638f53acde570ece44465f943bccd99ff914afb11385c31669d37989f9d7
3
+ size 1272392
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/X_num_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b483e9b38acece4307bd4e2416a95a6690dd976c9f7b392cdf6f26f13a2deb60
3
+ size 3500
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/X_num_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:766db7c6a8363f67ec958125394b115361aaa42c579296200a576d0b365da377
3
+ size 30420
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/info.json ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "tabsyn_c5",
3
+ "task_type": "multiclass",
4
+ "n_num_features": 1,
5
+ "n_cat_features": 21,
6
+ "train_size": 7573,
7
+ "num_col_idx": [
8
+ 1
9
+ ],
10
+ "cat_col_idx": [
11
+ 2,
12
+ 3,
13
+ 4,
14
+ 5,
15
+ 6,
16
+ 7,
17
+ 8,
18
+ 9,
19
+ 10,
20
+ 11,
21
+ 12,
22
+ 13,
23
+ 14,
24
+ 15,
25
+ 16,
26
+ 17,
27
+ 18,
28
+ 19,
29
+ 20,
30
+ 21,
31
+ 22
32
+ ],
33
+ "target_col_idx": [
34
+ 0
35
+ ],
36
+ "column_names": [
37
+ "class",
38
+ "cap-shape",
39
+ "cap-surface",
40
+ "cap-color",
41
+ "bruises?",
42
+ "odor",
43
+ "gill-attachment",
44
+ "gill-spacing",
45
+ "gill-size",
46
+ "gill-color",
47
+ "stalk-shape",
48
+ "stalk-root",
49
+ "stalk-surface-above-ring",
50
+ "stalk-surface-below-ring",
51
+ "stalk-color-above-ring",
52
+ "stalk-color-below-ring",
53
+ "veil-type",
54
+ "veil-color",
55
+ "ring-number",
56
+ "ring-type",
57
+ "spore-print-color",
58
+ "population",
59
+ "habitat"
60
+ ],
61
+ "train_num": 7573,
62
+ "test_num": 843,
63
+ "header": 0,
64
+ "file_type": "csv",
65
+ "data_path": "data/tabsyn_c5/train.csv",
66
+ "test_path": null,
67
+ "idx_mapping": {
68
+ "0": 22,
69
+ "1": 0,
70
+ "2": 1,
71
+ "3": 2,
72
+ "4": 3,
73
+ "5": 4,
74
+ "6": 5,
75
+ "7": 6,
76
+ "8": 7,
77
+ "9": 8,
78
+ "10": 9,
79
+ "11": 10,
80
+ "12": 11,
81
+ "13": 12,
82
+ "14": 13,
83
+ "15": 14,
84
+ "16": 15,
85
+ "17": 16,
86
+ "18": 17,
87
+ "19": 18,
88
+ "20": 19,
89
+ "21": 20,
90
+ "22": 21
91
+ },
92
+ "inverse_idx_mapping": {
93
+ "22": 0,
94
+ "0": 1,
95
+ "1": 2,
96
+ "2": 3,
97
+ "3": 4,
98
+ "4": 5,
99
+ "5": 6,
100
+ "6": 7,
101
+ "7": 8,
102
+ "8": 9,
103
+ "9": 10,
104
+ "10": 11,
105
+ "11": 12,
106
+ "12": 13,
107
+ "13": 14,
108
+ "14": 15,
109
+ "15": 16,
110
+ "16": 17,
111
+ "17": 18,
112
+ "18": 19,
113
+ "19": 20,
114
+ "20": 21,
115
+ "21": 22
116
+ },
117
+ "idx_name_mapping": {
118
+ "0": "class",
119
+ "1": "cap-shape",
120
+ "2": "cap-surface",
121
+ "3": "cap-color",
122
+ "4": "bruises?",
123
+ "5": "odor",
124
+ "6": "gill-attachment",
125
+ "7": "gill-spacing",
126
+ "8": "gill-size",
127
+ "9": "gill-color",
128
+ "10": "stalk-shape",
129
+ "11": "stalk-root",
130
+ "12": "stalk-surface-above-ring",
131
+ "13": "stalk-surface-below-ring",
132
+ "14": "stalk-color-above-ring",
133
+ "15": "stalk-color-below-ring",
134
+ "16": "veil-type",
135
+ "17": "veil-color",
136
+ "18": "ring-number",
137
+ "19": "ring-type",
138
+ "20": "spore-print-color",
139
+ "21": "population",
140
+ "22": "habitat"
141
+ },
142
+ "n_classes": 2,
143
+ "metadata": {
144
+ "columns": {
145
+ "1": {
146
+ "sdtype": "numerical",
147
+ "computer_representation": "Float"
148
+ },
149
+ "2": {
150
+ "sdtype": "categorical"
151
+ },
152
+ "3": {
153
+ "sdtype": "categorical"
154
+ },
155
+ "4": {
156
+ "sdtype": "categorical"
157
+ },
158
+ "5": {
159
+ "sdtype": "categorical"
160
+ },
161
+ "6": {
162
+ "sdtype": "categorical"
163
+ },
164
+ "7": {
165
+ "sdtype": "categorical"
166
+ },
167
+ "8": {
168
+ "sdtype": "categorical"
169
+ },
170
+ "9": {
171
+ "sdtype": "categorical"
172
+ },
173
+ "10": {
174
+ "sdtype": "categorical"
175
+ },
176
+ "11": {
177
+ "sdtype": "categorical"
178
+ },
179
+ "12": {
180
+ "sdtype": "categorical"
181
+ },
182
+ "13": {
183
+ "sdtype": "categorical"
184
+ },
185
+ "14": {
186
+ "sdtype": "categorical"
187
+ },
188
+ "15": {
189
+ "sdtype": "categorical"
190
+ },
191
+ "16": {
192
+ "sdtype": "categorical"
193
+ },
194
+ "17": {
195
+ "sdtype": "categorical"
196
+ },
197
+ "18": {
198
+ "sdtype": "categorical"
199
+ },
200
+ "19": {
201
+ "sdtype": "categorical"
202
+ },
203
+ "20": {
204
+ "sdtype": "categorical"
205
+ },
206
+ "21": {
207
+ "sdtype": "categorical"
208
+ },
209
+ "22": {
210
+ "sdtype": "categorical"
211
+ },
212
+ "0": {
213
+ "sdtype": "categorical"
214
+ }
215
+ }
216
+ }
217
+ }
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de784e42be81816df34db9430e38d02fe9fceb971dfd34d75451e27e75266d9e
3
+ size 39088
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be645b323a5e46b76d5b8b86978c4e3f826963c34a5e1825173a7c8a38c6632d
3
+ size 348766
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/y_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680ddf2732e51b2bd7ad1a0a70301c3f3a1ab67c59597ca4994cfbbf354e09b6
3
+ size 6872
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/data/tabsyn_c5/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae317ad48ff366da7aa88b730b2f4da1464ce05fcb656efeb5caae5631e172fa
3
+ size 60712
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/gen_20260421_004948.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afe9dd89d9cecf568f6decbd56faaa2db670ae17ede7e2324ddb76df3640f878
3
+ size 664
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/input_snapshot.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c5",
3
+ "model": "tabsyn",
4
+ "inputs": {
5
+ "train_csv": {
6
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c5/c5-train.csv",
7
+ "exists": true,
8
+ "size": 1004346,
9
+ "sha256": "47ca8fcb0dce8411cee7c20652d6bf10a48a4c284cef58267e775b807c625180"
10
+ },
11
+ "val_csv": {
12
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c5/c5-val.csv",
13
+ "exists": true,
14
+ "size": 125666,
15
+ "sha256": "599dbe0d059984263e88e20a64ae75c0f9795a6ee662c7ae3d13fe4db35753c2"
16
+ },
17
+ "test_csv": {
18
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c5/c5-test.csv",
19
+ "exists": true,
20
+ "size": 126062,
21
+ "sha256": "f4eab85438337cfa2fd60a783388c9bb9f2a67a8c077d09f929fe34ee2895c28"
22
+ },
23
+ "profile_json": {
24
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c5/c5-dataset_profile.json",
25
+ "exists": true,
26
+ "size": 8949,
27
+ "sha256": "74d201cb6f2a25d865c87f0421b9f9c5969d2edfd8fbae898594ff626b33e393"
28
+ },
29
+ "contract_json": {
30
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c5/c5-dataset_contract_v1.json",
31
+ "exists": true,
32
+ "size": 11183,
33
+ "sha256": "df30b6c2fb9044e5c99b3257357a58462928289a836a9cf591e2f754f49bf729"
34
+ }
35
+ }
36
+ }
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/public_gate/normalized_schema_snapshot.json ADDED
@@ -0,0 +1,467 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c5",
3
+ "target_column": "class",
4
+ "task_type": "classification",
5
+ "columns": [
6
+ {
7
+ "name": "class",
8
+ "role": "target",
9
+ "semantic_type": "categorical",
10
+ "nullable": false,
11
+ "missing_tokens": [],
12
+ "parse_format": null,
13
+ "impute_strategy": "mode",
14
+ "profile_stats": {
15
+ "missing_rate": 0.0,
16
+ "unique_count": 2,
17
+ "unique_ratio": 0.000297,
18
+ "example_values": [
19
+ "EDIBLE",
20
+ "POISONOUS"
21
+ ]
22
+ }
23
+ },
24
+ {
25
+ "name": "cap-shape",
26
+ "role": "feature",
27
+ "semantic_type": "categorical",
28
+ "nullable": false,
29
+ "missing_tokens": [],
30
+ "parse_format": null,
31
+ "impute_strategy": "mode",
32
+ "profile_stats": {
33
+ "missing_rate": 0.0,
34
+ "unique_count": 6,
35
+ "unique_ratio": 0.000891,
36
+ "example_values": [
37
+ "CONVEX",
38
+ "BELL",
39
+ "FLAT",
40
+ "KNOBBED",
41
+ "CONICAL"
42
+ ]
43
+ }
44
+ },
45
+ {
46
+ "name": "cap-surface",
47
+ "role": "feature",
48
+ "semantic_type": "categorical",
49
+ "nullable": false,
50
+ "missing_tokens": [],
51
+ "parse_format": null,
52
+ "impute_strategy": "mode",
53
+ "profile_stats": {
54
+ "missing_rate": 0.0,
55
+ "unique_count": 4,
56
+ "unique_ratio": 0.000594,
57
+ "example_values": [
58
+ "SCALY",
59
+ "SMOOTH",
60
+ "FIBROUS",
61
+ "GROOVES"
62
+ ]
63
+ }
64
+ },
65
+ {
66
+ "name": "cap-color",
67
+ "role": "feature",
68
+ "semantic_type": "categorical",
69
+ "nullable": false,
70
+ "missing_tokens": [],
71
+ "parse_format": null,
72
+ "impute_strategy": "mode",
73
+ "profile_stats": {
74
+ "missing_rate": 0.0,
75
+ "unique_count": 10,
76
+ "unique_ratio": 0.001485,
77
+ "example_values": [
78
+ "YELLOW",
79
+ "GRAY",
80
+ "BUFF",
81
+ "WHITE",
82
+ "BROWN"
83
+ ]
84
+ }
85
+ },
86
+ {
87
+ "name": "bruises?",
88
+ "role": "feature",
89
+ "semantic_type": "categorical",
90
+ "nullable": false,
91
+ "missing_tokens": [],
92
+ "parse_format": null,
93
+ "impute_strategy": "mode",
94
+ "profile_stats": {
95
+ "missing_rate": 0.0,
96
+ "unique_count": 2,
97
+ "unique_ratio": 0.000297,
98
+ "example_values": [
99
+ "BRUISES",
100
+ "NO"
101
+ ]
102
+ }
103
+ },
104
+ {
105
+ "name": "odor",
106
+ "role": "feature",
107
+ "semantic_type": "categorical",
108
+ "nullable": true,
109
+ "missing_tokens": [
110
+ "NONE"
111
+ ],
112
+ "parse_format": null,
113
+ "impute_strategy": "mode",
114
+ "profile_stats": {
115
+ "missing_rate": 0.453209,
116
+ "unique_count": 8,
117
+ "unique_ratio": 0.002173,
118
+ "example_values": [
119
+ "ALMOND",
120
+ "FOUL",
121
+ "FISHY",
122
+ "SPICY",
123
+ "ANISE"
124
+ ]
125
+ }
126
+ },
127
+ {
128
+ "name": "gill-attachment",
129
+ "role": "feature",
130
+ "semantic_type": "categorical",
131
+ "nullable": false,
132
+ "missing_tokens": [],
133
+ "parse_format": null,
134
+ "impute_strategy": "mode",
135
+ "profile_stats": {
136
+ "missing_rate": 0.0,
137
+ "unique_count": 2,
138
+ "unique_ratio": 0.000297,
139
+ "example_values": [
140
+ "FREE",
141
+ "ATTACHED"
142
+ ]
143
+ }
144
+ },
145
+ {
146
+ "name": "gill-spacing",
147
+ "role": "feature",
148
+ "semantic_type": "categorical",
149
+ "nullable": false,
150
+ "missing_tokens": [],
151
+ "parse_format": null,
152
+ "impute_strategy": "mode",
153
+ "profile_stats": {
154
+ "missing_rate": 0.0,
155
+ "unique_count": 2,
156
+ "unique_ratio": 0.000297,
157
+ "example_values": [
158
+ "CLOSE",
159
+ "CROWDED"
160
+ ]
161
+ }
162
+ },
163
+ {
164
+ "name": "gill-size",
165
+ "role": "feature",
166
+ "semantic_type": "categorical",
167
+ "nullable": false,
168
+ "missing_tokens": [],
169
+ "parse_format": null,
170
+ "impute_strategy": "mode",
171
+ "profile_stats": {
172
+ "missing_rate": 0.0,
173
+ "unique_count": 2,
174
+ "unique_ratio": 0.000297,
175
+ "example_values": [
176
+ "BROAD",
177
+ "NARROW"
178
+ ]
179
+ }
180
+ },
181
+ {
182
+ "name": "gill-color",
183
+ "role": "feature",
184
+ "semantic_type": "categorical",
185
+ "nullable": false,
186
+ "missing_tokens": [],
187
+ "parse_format": null,
188
+ "impute_strategy": "mode",
189
+ "profile_stats": {
190
+ "missing_rate": 0.0,
191
+ "unique_count": 12,
192
+ "unique_ratio": 0.001783,
193
+ "example_values": [
194
+ "BROWN",
195
+ "BLACK",
196
+ "GRAY",
197
+ "PINK",
198
+ "CHOCOLATE"
199
+ ]
200
+ }
201
+ },
202
+ {
203
+ "name": "stalk-shape",
204
+ "role": "feature",
205
+ "semantic_type": "categorical",
206
+ "nullable": false,
207
+ "missing_tokens": [],
208
+ "parse_format": null,
209
+ "impute_strategy": "mode",
210
+ "profile_stats": {
211
+ "missing_rate": 0.0,
212
+ "unique_count": 2,
213
+ "unique_ratio": 0.000297,
214
+ "example_values": [
215
+ "ENLARGING",
216
+ "TAPERING"
217
+ ]
218
+ }
219
+ },
220
+ {
221
+ "name": "stalk-root",
222
+ "role": "feature",
223
+ "semantic_type": "categorical",
224
+ "nullable": true,
225
+ "missing_tokens": [
226
+ "?"
227
+ ],
228
+ "parse_format": null,
229
+ "impute_strategy": "mode",
230
+ "profile_stats": {
231
+ "missing_rate": 0.295009,
232
+ "unique_count": 4,
233
+ "unique_ratio": 0.000843,
234
+ "example_values": [
235
+ "CLUB",
236
+ "BULBOUS",
237
+ "EQUAL",
238
+ "ROOTED"
239
+ ]
240
+ }
241
+ },
242
+ {
243
+ "name": "stalk-surface-above-ring",
244
+ "role": "feature",
245
+ "semantic_type": "categorical",
246
+ "nullable": false,
247
+ "missing_tokens": [],
248
+ "parse_format": null,
249
+ "impute_strategy": "mode",
250
+ "profile_stats": {
251
+ "missing_rate": 0.0,
252
+ "unique_count": 4,
253
+ "unique_ratio": 0.000594,
254
+ "example_values": [
255
+ "SMOOTH",
256
+ "SILKY",
257
+ "FIBROUS",
258
+ "SCALY"
259
+ ]
260
+ }
261
+ },
262
+ {
263
+ "name": "stalk-surface-below-ring",
264
+ "role": "feature",
265
+ "semantic_type": "categorical",
266
+ "nullable": false,
267
+ "missing_tokens": [],
268
+ "parse_format": null,
269
+ "impute_strategy": "mode",
270
+ "profile_stats": {
271
+ "missing_rate": 0.0,
272
+ "unique_count": 4,
273
+ "unique_ratio": 0.000594,
274
+ "example_values": [
275
+ "SMOOTH",
276
+ "SILKY",
277
+ "FIBROUS",
278
+ "SCALY"
279
+ ]
280
+ }
281
+ },
282
+ {
283
+ "name": "stalk-color-above-ring",
284
+ "role": "feature",
285
+ "semantic_type": "categorical",
286
+ "nullable": false,
287
+ "missing_tokens": [],
288
+ "parse_format": null,
289
+ "impute_strategy": "mode",
290
+ "profile_stats": {
291
+ "missing_rate": 0.0,
292
+ "unique_count": 9,
293
+ "unique_ratio": 0.001337,
294
+ "example_values": [
295
+ "WHITE",
296
+ "BROWN",
297
+ "PINK",
298
+ "BUFF",
299
+ "GRAY"
300
+ ]
301
+ }
302
+ },
303
+ {
304
+ "name": "stalk-color-below-ring",
305
+ "role": "feature",
306
+ "semantic_type": "categorical",
307
+ "nullable": false,
308
+ "missing_tokens": [],
309
+ "parse_format": null,
310
+ "impute_strategy": "mode",
311
+ "profile_stats": {
312
+ "missing_rate": 0.0,
313
+ "unique_count": 9,
314
+ "unique_ratio": 0.001337,
315
+ "example_values": [
316
+ "WHITE",
317
+ "BUFF",
318
+ "PINK",
319
+ "BROWN",
320
+ "GRAY"
321
+ ]
322
+ }
323
+ },
324
+ {
325
+ "name": "veil-type",
326
+ "role": "feature",
327
+ "semantic_type": "categorical",
328
+ "nullable": false,
329
+ "missing_tokens": [],
330
+ "parse_format": null,
331
+ "impute_strategy": "mode",
332
+ "profile_stats": {
333
+ "missing_rate": 0.0,
334
+ "unique_count": 1,
335
+ "unique_ratio": 0.000149,
336
+ "example_values": [
337
+ "PARTIAL"
338
+ ]
339
+ }
340
+ },
341
+ {
342
+ "name": "veil-color",
343
+ "role": "feature",
344
+ "semantic_type": "categorical",
345
+ "nullable": false,
346
+ "missing_tokens": [],
347
+ "parse_format": null,
348
+ "impute_strategy": "mode",
349
+ "profile_stats": {
350
+ "missing_rate": 0.0,
351
+ "unique_count": 4,
352
+ "unique_ratio": 0.000594,
353
+ "example_values": [
354
+ "WHITE",
355
+ "BROWN",
356
+ "ORANGE",
357
+ "YELLOW"
358
+ ]
359
+ }
360
+ },
361
+ {
362
+ "name": "ring-number",
363
+ "role": "feature",
364
+ "semantic_type": "categorical",
365
+ "nullable": true,
366
+ "missing_tokens": [
367
+ "NONE"
368
+ ],
369
+ "parse_format": null,
370
+ "impute_strategy": "mode",
371
+ "profile_stats": {
372
+ "missing_rate": 0.005496,
373
+ "unique_count": 2,
374
+ "unique_ratio": 0.000299,
375
+ "example_values": [
376
+ "ONE",
377
+ "TWO"
378
+ ]
379
+ }
380
+ },
381
+ {
382
+ "name": "ring-type",
383
+ "role": "feature",
384
+ "semantic_type": "categorical",
385
+ "nullable": true,
386
+ "missing_tokens": [
387
+ "NONE"
388
+ ],
389
+ "parse_format": null,
390
+ "impute_strategy": "mode",
391
+ "profile_stats": {
392
+ "missing_rate": 0.005496,
393
+ "unique_count": 4,
394
+ "unique_ratio": 0.000597,
395
+ "example_values": [
396
+ "PENDANT",
397
+ "LARGE",
398
+ "EVANESCENT",
399
+ "FLARING"
400
+ ]
401
+ }
402
+ },
403
+ {
404
+ "name": "spore-print-color",
405
+ "role": "feature",
406
+ "semantic_type": "categorical",
407
+ "nullable": false,
408
+ "missing_tokens": [],
409
+ "parse_format": null,
410
+ "impute_strategy": "mode",
411
+ "profile_stats": {
412
+ "missing_rate": 0.0,
413
+ "unique_count": 9,
414
+ "unique_ratio": 0.001337,
415
+ "example_values": [
416
+ "BLACK",
417
+ "CHOCOLATE",
418
+ "BROWN",
419
+ "WHITE",
420
+ "YELLOW"
421
+ ]
422
+ }
423
+ },
424
+ {
425
+ "name": "population",
426
+ "role": "feature",
427
+ "semantic_type": "categorical",
428
+ "nullable": false,
429
+ "missing_tokens": [],
430
+ "parse_format": null,
431
+ "impute_strategy": "mode",
432
+ "profile_stats": {
433
+ "missing_rate": 0.0,
434
+ "unique_count": 6,
435
+ "unique_ratio": 0.000891,
436
+ "example_values": [
437
+ "NUMEROUS",
438
+ "SEVERAL",
439
+ "SOLITARY",
440
+ "SCATTERED",
441
+ "ABUNDANT"
442
+ ]
443
+ }
444
+ },
445
+ {
446
+ "name": "habitat",
447
+ "role": "feature",
448
+ "semantic_type": "categorical",
449
+ "nullable": false,
450
+ "missing_tokens": [],
451
+ "parse_format": null,
452
+ "impute_strategy": "mode",
453
+ "profile_stats": {
454
+ "missing_rate": 0.0,
455
+ "unique_count": 7,
456
+ "unique_ratio": 0.00104,
457
+ "example_values": [
458
+ "MEADOWS",
459
+ "GRASSES",
460
+ "WOODS",
461
+ "URBAN",
462
+ "LEAVES"
463
+ ]
464
+ }
465
+ }
466
+ ]
467
+ }
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/public_gate/public_gate_report.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c5",
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": "class",
31
+ "task_type": "classification",
32
+ "input_splits": {
33
+ "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c5/c5-train.csv",
34
+ "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c5/c5-val.csv",
35
+ "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c5/c5-test.csv"
36
+ }
37
+ }
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/public_gate/staged_input_manifest.json ADDED
@@ -0,0 +1,472 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c5",
3
+ "target_column": "class",
4
+ "task_type": "classification",
5
+ "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/train.csv",
6
+ "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/val.csv",
7
+ "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/test.csv",
8
+ "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/staged_features.json",
9
+ "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446/public_gate/public_gate_report.json",
10
+ "column_schema": [
11
+ {
12
+ "name": "class",
13
+ "role": "target",
14
+ "semantic_type": "categorical",
15
+ "nullable": false,
16
+ "missing_tokens": [],
17
+ "parse_format": null,
18
+ "impute_strategy": "mode",
19
+ "profile_stats": {
20
+ "missing_rate": 0.0,
21
+ "unique_count": 2,
22
+ "unique_ratio": 0.000297,
23
+ "example_values": [
24
+ "EDIBLE",
25
+ "POISONOUS"
26
+ ]
27
+ }
28
+ },
29
+ {
30
+ "name": "cap-shape",
31
+ "role": "feature",
32
+ "semantic_type": "categorical",
33
+ "nullable": false,
34
+ "missing_tokens": [],
35
+ "parse_format": null,
36
+ "impute_strategy": "mode",
37
+ "profile_stats": {
38
+ "missing_rate": 0.0,
39
+ "unique_count": 6,
40
+ "unique_ratio": 0.000891,
41
+ "example_values": [
42
+ "CONVEX",
43
+ "BELL",
44
+ "FLAT",
45
+ "KNOBBED",
46
+ "CONICAL"
47
+ ]
48
+ }
49
+ },
50
+ {
51
+ "name": "cap-surface",
52
+ "role": "feature",
53
+ "semantic_type": "categorical",
54
+ "nullable": false,
55
+ "missing_tokens": [],
56
+ "parse_format": null,
57
+ "impute_strategy": "mode",
58
+ "profile_stats": {
59
+ "missing_rate": 0.0,
60
+ "unique_count": 4,
61
+ "unique_ratio": 0.000594,
62
+ "example_values": [
63
+ "SCALY",
64
+ "SMOOTH",
65
+ "FIBROUS",
66
+ "GROOVES"
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "name": "cap-color",
72
+ "role": "feature",
73
+ "semantic_type": "categorical",
74
+ "nullable": false,
75
+ "missing_tokens": [],
76
+ "parse_format": null,
77
+ "impute_strategy": "mode",
78
+ "profile_stats": {
79
+ "missing_rate": 0.0,
80
+ "unique_count": 10,
81
+ "unique_ratio": 0.001485,
82
+ "example_values": [
83
+ "YELLOW",
84
+ "GRAY",
85
+ "BUFF",
86
+ "WHITE",
87
+ "BROWN"
88
+ ]
89
+ }
90
+ },
91
+ {
92
+ "name": "bruises?",
93
+ "role": "feature",
94
+ "semantic_type": "categorical",
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.000297,
103
+ "example_values": [
104
+ "BRUISES",
105
+ "NO"
106
+ ]
107
+ }
108
+ },
109
+ {
110
+ "name": "odor",
111
+ "role": "feature",
112
+ "semantic_type": "categorical",
113
+ "nullable": true,
114
+ "missing_tokens": [
115
+ "NONE"
116
+ ],
117
+ "parse_format": null,
118
+ "impute_strategy": "mode",
119
+ "profile_stats": {
120
+ "missing_rate": 0.453209,
121
+ "unique_count": 8,
122
+ "unique_ratio": 0.002173,
123
+ "example_values": [
124
+ "ALMOND",
125
+ "FOUL",
126
+ "FISHY",
127
+ "SPICY",
128
+ "ANISE"
129
+ ]
130
+ }
131
+ },
132
+ {
133
+ "name": "gill-attachment",
134
+ "role": "feature",
135
+ "semantic_type": "categorical",
136
+ "nullable": false,
137
+ "missing_tokens": [],
138
+ "parse_format": null,
139
+ "impute_strategy": "mode",
140
+ "profile_stats": {
141
+ "missing_rate": 0.0,
142
+ "unique_count": 2,
143
+ "unique_ratio": 0.000297,
144
+ "example_values": [
145
+ "FREE",
146
+ "ATTACHED"
147
+ ]
148
+ }
149
+ },
150
+ {
151
+ "name": "gill-spacing",
152
+ "role": "feature",
153
+ "semantic_type": "categorical",
154
+ "nullable": false,
155
+ "missing_tokens": [],
156
+ "parse_format": null,
157
+ "impute_strategy": "mode",
158
+ "profile_stats": {
159
+ "missing_rate": 0.0,
160
+ "unique_count": 2,
161
+ "unique_ratio": 0.000297,
162
+ "example_values": [
163
+ "CLOSE",
164
+ "CROWDED"
165
+ ]
166
+ }
167
+ },
168
+ {
169
+ "name": "gill-size",
170
+ "role": "feature",
171
+ "semantic_type": "categorical",
172
+ "nullable": false,
173
+ "missing_tokens": [],
174
+ "parse_format": null,
175
+ "impute_strategy": "mode",
176
+ "profile_stats": {
177
+ "missing_rate": 0.0,
178
+ "unique_count": 2,
179
+ "unique_ratio": 0.000297,
180
+ "example_values": [
181
+ "BROAD",
182
+ "NARROW"
183
+ ]
184
+ }
185
+ },
186
+ {
187
+ "name": "gill-color",
188
+ "role": "feature",
189
+ "semantic_type": "categorical",
190
+ "nullable": false,
191
+ "missing_tokens": [],
192
+ "parse_format": null,
193
+ "impute_strategy": "mode",
194
+ "profile_stats": {
195
+ "missing_rate": 0.0,
196
+ "unique_count": 12,
197
+ "unique_ratio": 0.001783,
198
+ "example_values": [
199
+ "BROWN",
200
+ "BLACK",
201
+ "GRAY",
202
+ "PINK",
203
+ "CHOCOLATE"
204
+ ]
205
+ }
206
+ },
207
+ {
208
+ "name": "stalk-shape",
209
+ "role": "feature",
210
+ "semantic_type": "categorical",
211
+ "nullable": false,
212
+ "missing_tokens": [],
213
+ "parse_format": null,
214
+ "impute_strategy": "mode",
215
+ "profile_stats": {
216
+ "missing_rate": 0.0,
217
+ "unique_count": 2,
218
+ "unique_ratio": 0.000297,
219
+ "example_values": [
220
+ "ENLARGING",
221
+ "TAPERING"
222
+ ]
223
+ }
224
+ },
225
+ {
226
+ "name": "stalk-root",
227
+ "role": "feature",
228
+ "semantic_type": "categorical",
229
+ "nullable": true,
230
+ "missing_tokens": [
231
+ "?"
232
+ ],
233
+ "parse_format": null,
234
+ "impute_strategy": "mode",
235
+ "profile_stats": {
236
+ "missing_rate": 0.295009,
237
+ "unique_count": 4,
238
+ "unique_ratio": 0.000843,
239
+ "example_values": [
240
+ "CLUB",
241
+ "BULBOUS",
242
+ "EQUAL",
243
+ "ROOTED"
244
+ ]
245
+ }
246
+ },
247
+ {
248
+ "name": "stalk-surface-above-ring",
249
+ "role": "feature",
250
+ "semantic_type": "categorical",
251
+ "nullable": false,
252
+ "missing_tokens": [],
253
+ "parse_format": null,
254
+ "impute_strategy": "mode",
255
+ "profile_stats": {
256
+ "missing_rate": 0.0,
257
+ "unique_count": 4,
258
+ "unique_ratio": 0.000594,
259
+ "example_values": [
260
+ "SMOOTH",
261
+ "SILKY",
262
+ "FIBROUS",
263
+ "SCALY"
264
+ ]
265
+ }
266
+ },
267
+ {
268
+ "name": "stalk-surface-below-ring",
269
+ "role": "feature",
270
+ "semantic_type": "categorical",
271
+ "nullable": false,
272
+ "missing_tokens": [],
273
+ "parse_format": null,
274
+ "impute_strategy": "mode",
275
+ "profile_stats": {
276
+ "missing_rate": 0.0,
277
+ "unique_count": 4,
278
+ "unique_ratio": 0.000594,
279
+ "example_values": [
280
+ "SMOOTH",
281
+ "SILKY",
282
+ "FIBROUS",
283
+ "SCALY"
284
+ ]
285
+ }
286
+ },
287
+ {
288
+ "name": "stalk-color-above-ring",
289
+ "role": "feature",
290
+ "semantic_type": "categorical",
291
+ "nullable": false,
292
+ "missing_tokens": [],
293
+ "parse_format": null,
294
+ "impute_strategy": "mode",
295
+ "profile_stats": {
296
+ "missing_rate": 0.0,
297
+ "unique_count": 9,
298
+ "unique_ratio": 0.001337,
299
+ "example_values": [
300
+ "WHITE",
301
+ "BROWN",
302
+ "PINK",
303
+ "BUFF",
304
+ "GRAY"
305
+ ]
306
+ }
307
+ },
308
+ {
309
+ "name": "stalk-color-below-ring",
310
+ "role": "feature",
311
+ "semantic_type": "categorical",
312
+ "nullable": false,
313
+ "missing_tokens": [],
314
+ "parse_format": null,
315
+ "impute_strategy": "mode",
316
+ "profile_stats": {
317
+ "missing_rate": 0.0,
318
+ "unique_count": 9,
319
+ "unique_ratio": 0.001337,
320
+ "example_values": [
321
+ "WHITE",
322
+ "BUFF",
323
+ "PINK",
324
+ "BROWN",
325
+ "GRAY"
326
+ ]
327
+ }
328
+ },
329
+ {
330
+ "name": "veil-type",
331
+ "role": "feature",
332
+ "semantic_type": "categorical",
333
+ "nullable": false,
334
+ "missing_tokens": [],
335
+ "parse_format": null,
336
+ "impute_strategy": "mode",
337
+ "profile_stats": {
338
+ "missing_rate": 0.0,
339
+ "unique_count": 1,
340
+ "unique_ratio": 0.000149,
341
+ "example_values": [
342
+ "PARTIAL"
343
+ ]
344
+ }
345
+ },
346
+ {
347
+ "name": "veil-color",
348
+ "role": "feature",
349
+ "semantic_type": "categorical",
350
+ "nullable": false,
351
+ "missing_tokens": [],
352
+ "parse_format": null,
353
+ "impute_strategy": "mode",
354
+ "profile_stats": {
355
+ "missing_rate": 0.0,
356
+ "unique_count": 4,
357
+ "unique_ratio": 0.000594,
358
+ "example_values": [
359
+ "WHITE",
360
+ "BROWN",
361
+ "ORANGE",
362
+ "YELLOW"
363
+ ]
364
+ }
365
+ },
366
+ {
367
+ "name": "ring-number",
368
+ "role": "feature",
369
+ "semantic_type": "categorical",
370
+ "nullable": true,
371
+ "missing_tokens": [
372
+ "NONE"
373
+ ],
374
+ "parse_format": null,
375
+ "impute_strategy": "mode",
376
+ "profile_stats": {
377
+ "missing_rate": 0.005496,
378
+ "unique_count": 2,
379
+ "unique_ratio": 0.000299,
380
+ "example_values": [
381
+ "ONE",
382
+ "TWO"
383
+ ]
384
+ }
385
+ },
386
+ {
387
+ "name": "ring-type",
388
+ "role": "feature",
389
+ "semantic_type": "categorical",
390
+ "nullable": true,
391
+ "missing_tokens": [
392
+ "NONE"
393
+ ],
394
+ "parse_format": null,
395
+ "impute_strategy": "mode",
396
+ "profile_stats": {
397
+ "missing_rate": 0.005496,
398
+ "unique_count": 4,
399
+ "unique_ratio": 0.000597,
400
+ "example_values": [
401
+ "PENDANT",
402
+ "LARGE",
403
+ "EVANESCENT",
404
+ "FLARING"
405
+ ]
406
+ }
407
+ },
408
+ {
409
+ "name": "spore-print-color",
410
+ "role": "feature",
411
+ "semantic_type": "categorical",
412
+ "nullable": false,
413
+ "missing_tokens": [],
414
+ "parse_format": null,
415
+ "impute_strategy": "mode",
416
+ "profile_stats": {
417
+ "missing_rate": 0.0,
418
+ "unique_count": 9,
419
+ "unique_ratio": 0.001337,
420
+ "example_values": [
421
+ "BLACK",
422
+ "CHOCOLATE",
423
+ "BROWN",
424
+ "WHITE",
425
+ "YELLOW"
426
+ ]
427
+ }
428
+ },
429
+ {
430
+ "name": "population",
431
+ "role": "feature",
432
+ "semantic_type": "categorical",
433
+ "nullable": false,
434
+ "missing_tokens": [],
435
+ "parse_format": null,
436
+ "impute_strategy": "mode",
437
+ "profile_stats": {
438
+ "missing_rate": 0.0,
439
+ "unique_count": 6,
440
+ "unique_ratio": 0.000891,
441
+ "example_values": [
442
+ "NUMEROUS",
443
+ "SEVERAL",
444
+ "SOLITARY",
445
+ "SCATTERED",
446
+ "ABUNDANT"
447
+ ]
448
+ }
449
+ },
450
+ {
451
+ "name": "habitat",
452
+ "role": "feature",
453
+ "semantic_type": "categorical",
454
+ "nullable": false,
455
+ "missing_tokens": [],
456
+ "parse_format": null,
457
+ "impute_strategy": "mode",
458
+ "profile_stats": {
459
+ "missing_rate": 0.0,
460
+ "unique_count": 7,
461
+ "unique_ratio": 0.00104,
462
+ "example_values": [
463
+ "MEADOWS",
464
+ "GRASSES",
465
+ "WOODS",
466
+ "URBAN",
467
+ "LEAVES"
468
+ ]
469
+ }
470
+ }
471
+ ]
472
+ }
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/runtime_result.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c5",
3
+ "model": "tabsyn",
4
+ "run_id": "tabsyn-c5-20260420_233446",
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/c5/tabsyn/tabsyn-c5-20260420_233446/tabsyn-c5-6732-20260421_004948.csv",
13
+ "model_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446"
14
+ }
15
+ }
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/staged_features.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "feature_name": "class",
4
+ "data_type": "categorical",
5
+ "is_target": true
6
+ },
7
+ {
8
+ "feature_name": "cap-shape",
9
+ "data_type": "categorical",
10
+ "is_target": false
11
+ },
12
+ {
13
+ "feature_name": "cap-surface",
14
+ "data_type": "categorical",
15
+ "is_target": false
16
+ },
17
+ {
18
+ "feature_name": "cap-color",
19
+ "data_type": "categorical",
20
+ "is_target": false
21
+ },
22
+ {
23
+ "feature_name": "bruises?",
24
+ "data_type": "categorical",
25
+ "is_target": false
26
+ },
27
+ {
28
+ "feature_name": "odor",
29
+ "data_type": "categorical",
30
+ "is_target": false
31
+ },
32
+ {
33
+ "feature_name": "gill-attachment",
34
+ "data_type": "categorical",
35
+ "is_target": false
36
+ },
37
+ {
38
+ "feature_name": "gill-spacing",
39
+ "data_type": "categorical",
40
+ "is_target": false
41
+ },
42
+ {
43
+ "feature_name": "gill-size",
44
+ "data_type": "categorical",
45
+ "is_target": false
46
+ },
47
+ {
48
+ "feature_name": "gill-color",
49
+ "data_type": "categorical",
50
+ "is_target": false
51
+ },
52
+ {
53
+ "feature_name": "stalk-shape",
54
+ "data_type": "categorical",
55
+ "is_target": false
56
+ },
57
+ {
58
+ "feature_name": "stalk-root",
59
+ "data_type": "categorical",
60
+ "is_target": false
61
+ },
62
+ {
63
+ "feature_name": "stalk-surface-above-ring",
64
+ "data_type": "categorical",
65
+ "is_target": false
66
+ },
67
+ {
68
+ "feature_name": "stalk-surface-below-ring",
69
+ "data_type": "categorical",
70
+ "is_target": false
71
+ },
72
+ {
73
+ "feature_name": "stalk-color-above-ring",
74
+ "data_type": "categorical",
75
+ "is_target": false
76
+ },
77
+ {
78
+ "feature_name": "stalk-color-below-ring",
79
+ "data_type": "categorical",
80
+ "is_target": false
81
+ },
82
+ {
83
+ "feature_name": "veil-type",
84
+ "data_type": "categorical",
85
+ "is_target": false
86
+ },
87
+ {
88
+ "feature_name": "veil-color",
89
+ "data_type": "categorical",
90
+ "is_target": false
91
+ },
92
+ {
93
+ "feature_name": "ring-number",
94
+ "data_type": "categorical",
95
+ "is_target": false
96
+ },
97
+ {
98
+ "feature_name": "ring-type",
99
+ "data_type": "categorical",
100
+ "is_target": false
101
+ },
102
+ {
103
+ "feature_name": "spore-print-color",
104
+ "data_type": "categorical",
105
+ "is_target": false
106
+ },
107
+ {
108
+ "feature_name": "population",
109
+ "data_type": "categorical",
110
+ "is_target": false
111
+ },
112
+ {
113
+ "feature_name": "habitat",
114
+ "data_type": "categorical",
115
+ "is_target": false
116
+ }
117
+ ]
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22374ee05e54a92c07546639c8485d89e02a7c7b38db99ef9ac5dfb259bd032d
3
+ size 125218
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a23d9f1558e4268759d44a5a58662ddff4e0b757a65c49e7019e9db25203034
3
+ size 997613
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa96f3f053a3ae913c7cd723e390bf19f86afc22192eea09094e136ce2a6eb6c
3
+ size 124824
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/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/c5/tabsyn/tabsyn-c5-20260420_233446/staged/tabsyn/model_input_manifest.json"
7
+ }
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/tabsyn/adapter_transforms_applied.json ADDED
@@ -0,0 +1 @@
 
 
1
+ []
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/staged/tabsyn/model_input_manifest.json ADDED
@@ -0,0 +1,474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c5",
3
+ "model": "tabsyn",
4
+ "target_column": "class",
5
+ "task_type": "classification",
6
+ "column_schema": [
7
+ {
8
+ "name": "class",
9
+ "role": "target",
10
+ "semantic_type": "categorical",
11
+ "nullable": false,
12
+ "missing_tokens": [],
13
+ "parse_format": null,
14
+ "impute_strategy": "mode",
15
+ "profile_stats": {
16
+ "missing_rate": 0.0,
17
+ "unique_count": 2,
18
+ "unique_ratio": 0.000297,
19
+ "example_values": [
20
+ "EDIBLE",
21
+ "POISONOUS"
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "name": "cap-shape",
27
+ "role": "feature",
28
+ "semantic_type": "categorical",
29
+ "nullable": false,
30
+ "missing_tokens": [],
31
+ "parse_format": null,
32
+ "impute_strategy": "mode",
33
+ "profile_stats": {
34
+ "missing_rate": 0.0,
35
+ "unique_count": 6,
36
+ "unique_ratio": 0.000891,
37
+ "example_values": [
38
+ "CONVEX",
39
+ "BELL",
40
+ "FLAT",
41
+ "KNOBBED",
42
+ "CONICAL"
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "name": "cap-surface",
48
+ "role": "feature",
49
+ "semantic_type": "categorical",
50
+ "nullable": false,
51
+ "missing_tokens": [],
52
+ "parse_format": null,
53
+ "impute_strategy": "mode",
54
+ "profile_stats": {
55
+ "missing_rate": 0.0,
56
+ "unique_count": 4,
57
+ "unique_ratio": 0.000594,
58
+ "example_values": [
59
+ "SCALY",
60
+ "SMOOTH",
61
+ "FIBROUS",
62
+ "GROOVES"
63
+ ]
64
+ }
65
+ },
66
+ {
67
+ "name": "cap-color",
68
+ "role": "feature",
69
+ "semantic_type": "categorical",
70
+ "nullable": false,
71
+ "missing_tokens": [],
72
+ "parse_format": null,
73
+ "impute_strategy": "mode",
74
+ "profile_stats": {
75
+ "missing_rate": 0.0,
76
+ "unique_count": 10,
77
+ "unique_ratio": 0.001485,
78
+ "example_values": [
79
+ "YELLOW",
80
+ "GRAY",
81
+ "BUFF",
82
+ "WHITE",
83
+ "BROWN"
84
+ ]
85
+ }
86
+ },
87
+ {
88
+ "name": "bruises?",
89
+ "role": "feature",
90
+ "semantic_type": "categorical",
91
+ "nullable": false,
92
+ "missing_tokens": [],
93
+ "parse_format": null,
94
+ "impute_strategy": "mode",
95
+ "profile_stats": {
96
+ "missing_rate": 0.0,
97
+ "unique_count": 2,
98
+ "unique_ratio": 0.000297,
99
+ "example_values": [
100
+ "BRUISES",
101
+ "NO"
102
+ ]
103
+ }
104
+ },
105
+ {
106
+ "name": "odor",
107
+ "role": "feature",
108
+ "semantic_type": "categorical",
109
+ "nullable": true,
110
+ "missing_tokens": [
111
+ "NONE"
112
+ ],
113
+ "parse_format": null,
114
+ "impute_strategy": "mode",
115
+ "profile_stats": {
116
+ "missing_rate": 0.453209,
117
+ "unique_count": 8,
118
+ "unique_ratio": 0.002173,
119
+ "example_values": [
120
+ "ALMOND",
121
+ "FOUL",
122
+ "FISHY",
123
+ "SPICY",
124
+ "ANISE"
125
+ ]
126
+ }
127
+ },
128
+ {
129
+ "name": "gill-attachment",
130
+ "role": "feature",
131
+ "semantic_type": "categorical",
132
+ "nullable": false,
133
+ "missing_tokens": [],
134
+ "parse_format": null,
135
+ "impute_strategy": "mode",
136
+ "profile_stats": {
137
+ "missing_rate": 0.0,
138
+ "unique_count": 2,
139
+ "unique_ratio": 0.000297,
140
+ "example_values": [
141
+ "FREE",
142
+ "ATTACHED"
143
+ ]
144
+ }
145
+ },
146
+ {
147
+ "name": "gill-spacing",
148
+ "role": "feature",
149
+ "semantic_type": "categorical",
150
+ "nullable": false,
151
+ "missing_tokens": [],
152
+ "parse_format": null,
153
+ "impute_strategy": "mode",
154
+ "profile_stats": {
155
+ "missing_rate": 0.0,
156
+ "unique_count": 2,
157
+ "unique_ratio": 0.000297,
158
+ "example_values": [
159
+ "CLOSE",
160
+ "CROWDED"
161
+ ]
162
+ }
163
+ },
164
+ {
165
+ "name": "gill-size",
166
+ "role": "feature",
167
+ "semantic_type": "categorical",
168
+ "nullable": false,
169
+ "missing_tokens": [],
170
+ "parse_format": null,
171
+ "impute_strategy": "mode",
172
+ "profile_stats": {
173
+ "missing_rate": 0.0,
174
+ "unique_count": 2,
175
+ "unique_ratio": 0.000297,
176
+ "example_values": [
177
+ "BROAD",
178
+ "NARROW"
179
+ ]
180
+ }
181
+ },
182
+ {
183
+ "name": "gill-color",
184
+ "role": "feature",
185
+ "semantic_type": "categorical",
186
+ "nullable": false,
187
+ "missing_tokens": [],
188
+ "parse_format": null,
189
+ "impute_strategy": "mode",
190
+ "profile_stats": {
191
+ "missing_rate": 0.0,
192
+ "unique_count": 12,
193
+ "unique_ratio": 0.001783,
194
+ "example_values": [
195
+ "BROWN",
196
+ "BLACK",
197
+ "GRAY",
198
+ "PINK",
199
+ "CHOCOLATE"
200
+ ]
201
+ }
202
+ },
203
+ {
204
+ "name": "stalk-shape",
205
+ "role": "feature",
206
+ "semantic_type": "categorical",
207
+ "nullable": false,
208
+ "missing_tokens": [],
209
+ "parse_format": null,
210
+ "impute_strategy": "mode",
211
+ "profile_stats": {
212
+ "missing_rate": 0.0,
213
+ "unique_count": 2,
214
+ "unique_ratio": 0.000297,
215
+ "example_values": [
216
+ "ENLARGING",
217
+ "TAPERING"
218
+ ]
219
+ }
220
+ },
221
+ {
222
+ "name": "stalk-root",
223
+ "role": "feature",
224
+ "semantic_type": "categorical",
225
+ "nullable": true,
226
+ "missing_tokens": [
227
+ "?"
228
+ ],
229
+ "parse_format": null,
230
+ "impute_strategy": "mode",
231
+ "profile_stats": {
232
+ "missing_rate": 0.295009,
233
+ "unique_count": 4,
234
+ "unique_ratio": 0.000843,
235
+ "example_values": [
236
+ "CLUB",
237
+ "BULBOUS",
238
+ "EQUAL",
239
+ "ROOTED"
240
+ ]
241
+ }
242
+ },
243
+ {
244
+ "name": "stalk-surface-above-ring",
245
+ "role": "feature",
246
+ "semantic_type": "categorical",
247
+ "nullable": false,
248
+ "missing_tokens": [],
249
+ "parse_format": null,
250
+ "impute_strategy": "mode",
251
+ "profile_stats": {
252
+ "missing_rate": 0.0,
253
+ "unique_count": 4,
254
+ "unique_ratio": 0.000594,
255
+ "example_values": [
256
+ "SMOOTH",
257
+ "SILKY",
258
+ "FIBROUS",
259
+ "SCALY"
260
+ ]
261
+ }
262
+ },
263
+ {
264
+ "name": "stalk-surface-below-ring",
265
+ "role": "feature",
266
+ "semantic_type": "categorical",
267
+ "nullable": false,
268
+ "missing_tokens": [],
269
+ "parse_format": null,
270
+ "impute_strategy": "mode",
271
+ "profile_stats": {
272
+ "missing_rate": 0.0,
273
+ "unique_count": 4,
274
+ "unique_ratio": 0.000594,
275
+ "example_values": [
276
+ "SMOOTH",
277
+ "SILKY",
278
+ "FIBROUS",
279
+ "SCALY"
280
+ ]
281
+ }
282
+ },
283
+ {
284
+ "name": "stalk-color-above-ring",
285
+ "role": "feature",
286
+ "semantic_type": "categorical",
287
+ "nullable": false,
288
+ "missing_tokens": [],
289
+ "parse_format": null,
290
+ "impute_strategy": "mode",
291
+ "profile_stats": {
292
+ "missing_rate": 0.0,
293
+ "unique_count": 9,
294
+ "unique_ratio": 0.001337,
295
+ "example_values": [
296
+ "WHITE",
297
+ "BROWN",
298
+ "PINK",
299
+ "BUFF",
300
+ "GRAY"
301
+ ]
302
+ }
303
+ },
304
+ {
305
+ "name": "stalk-color-below-ring",
306
+ "role": "feature",
307
+ "semantic_type": "categorical",
308
+ "nullable": false,
309
+ "missing_tokens": [],
310
+ "parse_format": null,
311
+ "impute_strategy": "mode",
312
+ "profile_stats": {
313
+ "missing_rate": 0.0,
314
+ "unique_count": 9,
315
+ "unique_ratio": 0.001337,
316
+ "example_values": [
317
+ "WHITE",
318
+ "BUFF",
319
+ "PINK",
320
+ "BROWN",
321
+ "GRAY"
322
+ ]
323
+ }
324
+ },
325
+ {
326
+ "name": "veil-type",
327
+ "role": "feature",
328
+ "semantic_type": "categorical",
329
+ "nullable": false,
330
+ "missing_tokens": [],
331
+ "parse_format": null,
332
+ "impute_strategy": "mode",
333
+ "profile_stats": {
334
+ "missing_rate": 0.0,
335
+ "unique_count": 1,
336
+ "unique_ratio": 0.000149,
337
+ "example_values": [
338
+ "PARTIAL"
339
+ ]
340
+ }
341
+ },
342
+ {
343
+ "name": "veil-color",
344
+ "role": "feature",
345
+ "semantic_type": "categorical",
346
+ "nullable": false,
347
+ "missing_tokens": [],
348
+ "parse_format": null,
349
+ "impute_strategy": "mode",
350
+ "profile_stats": {
351
+ "missing_rate": 0.0,
352
+ "unique_count": 4,
353
+ "unique_ratio": 0.000594,
354
+ "example_values": [
355
+ "WHITE",
356
+ "BROWN",
357
+ "ORANGE",
358
+ "YELLOW"
359
+ ]
360
+ }
361
+ },
362
+ {
363
+ "name": "ring-number",
364
+ "role": "feature",
365
+ "semantic_type": "categorical",
366
+ "nullable": true,
367
+ "missing_tokens": [
368
+ "NONE"
369
+ ],
370
+ "parse_format": null,
371
+ "impute_strategy": "mode",
372
+ "profile_stats": {
373
+ "missing_rate": 0.005496,
374
+ "unique_count": 2,
375
+ "unique_ratio": 0.000299,
376
+ "example_values": [
377
+ "ONE",
378
+ "TWO"
379
+ ]
380
+ }
381
+ },
382
+ {
383
+ "name": "ring-type",
384
+ "role": "feature",
385
+ "semantic_type": "categorical",
386
+ "nullable": true,
387
+ "missing_tokens": [
388
+ "NONE"
389
+ ],
390
+ "parse_format": null,
391
+ "impute_strategy": "mode",
392
+ "profile_stats": {
393
+ "missing_rate": 0.005496,
394
+ "unique_count": 4,
395
+ "unique_ratio": 0.000597,
396
+ "example_values": [
397
+ "PENDANT",
398
+ "LARGE",
399
+ "EVANESCENT",
400
+ "FLARING"
401
+ ]
402
+ }
403
+ },
404
+ {
405
+ "name": "spore-print-color",
406
+ "role": "feature",
407
+ "semantic_type": "categorical",
408
+ "nullable": false,
409
+ "missing_tokens": [],
410
+ "parse_format": null,
411
+ "impute_strategy": "mode",
412
+ "profile_stats": {
413
+ "missing_rate": 0.0,
414
+ "unique_count": 9,
415
+ "unique_ratio": 0.001337,
416
+ "example_values": [
417
+ "BLACK",
418
+ "CHOCOLATE",
419
+ "BROWN",
420
+ "WHITE",
421
+ "YELLOW"
422
+ ]
423
+ }
424
+ },
425
+ {
426
+ "name": "population",
427
+ "role": "feature",
428
+ "semantic_type": "categorical",
429
+ "nullable": false,
430
+ "missing_tokens": [],
431
+ "parse_format": null,
432
+ "impute_strategy": "mode",
433
+ "profile_stats": {
434
+ "missing_rate": 0.0,
435
+ "unique_count": 6,
436
+ "unique_ratio": 0.000891,
437
+ "example_values": [
438
+ "NUMEROUS",
439
+ "SEVERAL",
440
+ "SOLITARY",
441
+ "SCATTERED",
442
+ "ABUNDANT"
443
+ ]
444
+ }
445
+ },
446
+ {
447
+ "name": "habitat",
448
+ "role": "feature",
449
+ "semantic_type": "categorical",
450
+ "nullable": false,
451
+ "missing_tokens": [],
452
+ "parse_format": null,
453
+ "impute_strategy": "mode",
454
+ "profile_stats": {
455
+ "missing_rate": 0.0,
456
+ "unique_count": 7,
457
+ "unique_ratio": 0.00104,
458
+ "example_values": [
459
+ "MEADOWS",
460
+ "GRASSES",
461
+ "WOODS",
462
+ "URBAN",
463
+ "LEAVES"
464
+ ]
465
+ }
466
+ }
467
+ ],
468
+ "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446/public_gate/staged_input_manifest.json",
469
+ "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/train.csv",
470
+ "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/val.csv",
471
+ "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/test.csv",
472
+ "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446/staged/public/staged_features.json",
473
+ "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c5/tabsyn/tabsyn-c5-20260420_233446/public_gate/public_gate_report.json"
474
+ }
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/synthetic/tabsyn_c5/real.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be645b323a5e46b76d5b8b86978c4e3f826963c34a5e1825173a7c8a38c6632d
3
+ size 348766
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/synthetic/tabsyn_c5/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de784e42be81816df34db9430e38d02fe9fceb971dfd34d75451e27e75266d9e
3
+ size 39088
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/tabsyn-c5-6732-20260421_004948.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbdc34c50f7ecae7e1d48923fcf263117421690751e3bff5fc7d393939b37f92
3
+ size 1029231
SynthData0523/main/c5/tabsyn/tabsyn-c5-20260420_233446/train_20260420_233447.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29591a3952c3960ec21d63ae98f352d444e72708529a421764e04f8b428bbca3
3
+ size 2626439
SynthData0523/main/c5/tvae/tvae-c5-20260321_070511/_tvae_generate.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from ctgan.synthesizers.tvae import TVAE
2
+ model = TVAE.load("/work/output-SpecializedModels/c5/tvae/tvae-c5-20260321_070511/models_300epochs/tvae_300epochs.pt")
3
+ samples = model.sample(6732)
4
+ samples.to_csv("/work/output-SpecializedModels/c5/tvae/tvae-c5-20260321_070511/tvae-c5-6732-20260330_065259.csv", index=False)
5
+ print(f"[TVAE] Generated 6732 rows -> /work/output-SpecializedModels/c5/tvae/tvae-c5-20260321_070511/tvae-c5-6732-20260330_065259.csv")
SynthData0523/main/c5/tvae/tvae-c5-20260321_070511/_tvae_train.py ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import json, sys
2
+ import pandas as pd
3
+ from ctgan.data import read_csv
4
+ from ctgan.synthesizers.tvae import TVAE
5
+
6
+ csv_path = "/work/output-SpecializedModels/c5/tvae/tvae-c5-20260321_070511/staged/public/train.csv"
7
+ meta_path = "/work/output-SpecializedModels/c5/tvae/tvae-c5-20260321_070511/tvae_metadata.json"
8
+ save_path = "/work/output-SpecializedModels/c5/tvae/tvae-c5-20260321_070511/models_300epochs/tvae_300epochs.pt"
9
+ epochs = 300
10
+
11
+ data, discrete_columns = read_csv(csv_path, meta_path, header=True, discrete=None)
12
+ print(f"[TVAE] Training on {len(data)} rows, {len(data.columns)} cols, epochs={epochs}")
13
+ model = TVAE(epochs=epochs, batch_size=500)
14
+ model.fit(data, discrete_columns)
15
+ model.save(save_path)
16
+ print(f"[TVAE] Model saved -> {save_path}")
SynthData0523/main/c5/tvae/tvae-c5-20260321_070511/gen_20260321_070708.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:556ef1b3b57ee4780c1bc51f835f52e37d2c4c3af10d81018d11dfce68709348
3
+ size 126
SynthData0523/main/c5/tvae/tvae-c5-20260321_070511/gen_20260330_065259.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1a6aabd4c1973f8adfb60fb83e61038bd3e5a493c6dbc6f1b6cf4da36976692
3
+ size 126
SynthData0523/main/c5/tvae/tvae-c5-20260321_070511/input_snapshot.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c5",
3
+ "model": "tvae",
4
+ "inputs": {
5
+ "train_csv": {
6
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c5/c5-train.csv",
7
+ "exists": true,
8
+ "size": 1004346,
9
+ "sha256": "47ca8fcb0dce8411cee7c20652d6bf10a48a4c284cef58267e775b807c625180"
10
+ },
11
+ "val_csv": {
12
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c5/c5-val.csv",
13
+ "exists": true,
14
+ "size": 125666,
15
+ "sha256": "599dbe0d059984263e88e20a64ae75c0f9795a6ee662c7ae3d13fe4db35753c2"
16
+ },
17
+ "test_csv": {
18
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c5/c5-test.csv",
19
+ "exists": true,
20
+ "size": 126062,
21
+ "sha256": "f4eab85438337cfa2fd60a783388c9bb9f2a67a8c077d09f929fe34ee2895c28"
22
+ },
23
+ "profile_json": {
24
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c5/c5-dataset_profile.json",
25
+ "exists": true,
26
+ "size": 8949,
27
+ "sha256": "74d201cb6f2a25d865c87f0421b9f9c5969d2edfd8fbae898594ff626b33e393"
28
+ },
29
+ "contract_json": {
30
+ "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c5/c5-dataset_contract_v1.json",
31
+ "exists": true,
32
+ "size": 11183,
33
+ "sha256": "df30b6c2fb9044e5c99b3257357a58462928289a836a9cf591e2f754f49bf729"
34
+ }
35
+ }
36
+ }