TabQueryBench commited on
Commit
77c148f
·
verified ·
1 Parent(s): 1cfdab4

Resume SynthData0523 main/c8 batch 4

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/c8/tabddpm/tabddpm-c8-20260422_212506/output/info.json +78 -0
  3. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/loss.csv +3 -0
  4. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/model.pt +3 -0
  5. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/model_ema.pt +3 -0
  6. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/y_train.npy +3 -0
  7. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/public_gate/normalized_schema_snapshot.json +573 -0
  8. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/public_gate/public_gate_report.json +37 -0
  9. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/public_gate/staged_input_manifest.json +578 -0
  10. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/runtime_result.json +15 -0
  11. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/staged_features.json +157 -0
  12. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/test.csv +3 -0
  13. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/train.csv +3 -0
  14. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/val.csv +3 -0
  15. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/tabddpm/adapter_report.json +7 -0
  16. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/tabddpm/adapter_transforms_applied.json +1 -0
  17. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/tabddpm/model_input_manifest.json +580 -0
  18. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/tabddpm-c8-8844-20260422_212734.csv +3 -0
  19. SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/train_20260422_212506.log +3 -0
  20. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/_tabdiff_gen.py +36 -0
  21. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/_tabdiff_train.py +21 -0
  22. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/input_snapshot.json +3 -0
  23. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/models_tabdiff/trained.pt +3 -0
  24. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/normalized_schema_snapshot.json +3 -0
  25. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/public_gate_report.json +3 -0
  26. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/staged_input_manifest.json +3 -0
  27. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/runtime_result.json +3 -0
  28. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/staged_features.json +3 -0
  29. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/test.csv +3 -0
  30. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/train.csv +3 -0
  31. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/val.csv +3 -0
  32. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/adapter_report.json +3 -0
  33. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/adapter_transforms_applied.json +3 -0
  34. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/model_input_manifest.json +3 -0
  35. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff-c8-8844-20260420_072130.csv +3 -0
  36. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff_train_meta.json +3 -0
  37. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_test.npy +3 -0
  38. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_train.npy +3 -0
  39. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_val.npy +3 -0
  40. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_test.npy +3 -0
  41. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_train.npy +3 -0
  42. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_val.npy +3 -0
  43. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/info.json +3 -0
  44. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/real.csv +3 -0
  45. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/test.csv +3 -0
  46. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/val.csv +3 -0
  47. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_test.npy +3 -0
  48. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_train.npy +3 -0
  49. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_val.npy +3 -0
  50. SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/train_20260420_071421.log +3 -0
.gitattributes CHANGED
@@ -5835,3 +5835,41 @@ SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/X_cat_train.npy
5835
  SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/X_cat_unnorm.npy filter=lfs diff=lfs merge=lfs -text
5836
  SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/X_num_train.npy filter=lfs diff=lfs merge=lfs -text
5837
  SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/X_num_unnorm.npy filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5835
  SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/X_cat_unnorm.npy filter=lfs diff=lfs merge=lfs -text
5836
  SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/X_num_train.npy filter=lfs diff=lfs merge=lfs -text
5837
  SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/X_num_unnorm.npy filter=lfs diff=lfs merge=lfs -text
5838
+ SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/loss.csv filter=lfs diff=lfs merge=lfs -text
5839
+ SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/model.pt filter=lfs diff=lfs merge=lfs -text
5840
+ SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/model_ema.pt filter=lfs diff=lfs merge=lfs -text
5841
+ SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/y_train.npy filter=lfs diff=lfs merge=lfs -text
5842
+ SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/test.csv filter=lfs diff=lfs merge=lfs -text
5843
+ SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/train.csv filter=lfs diff=lfs merge=lfs -text
5844
+ SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/val.csv filter=lfs diff=lfs merge=lfs -text
5845
+ SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/tabddpm-c8-8844-20260422_212734.csv filter=lfs diff=lfs merge=lfs -text
5846
+ SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/train_20260422_212506.log filter=lfs diff=lfs merge=lfs -text
5847
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/input_snapshot.json filter=lfs diff=lfs merge=lfs -text
5848
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/models_tabdiff/trained.pt filter=lfs diff=lfs merge=lfs -text
5849
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/normalized_schema_snapshot.json filter=lfs diff=lfs merge=lfs -text
5850
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/public_gate_report.json filter=lfs diff=lfs merge=lfs -text
5851
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/staged_input_manifest.json filter=lfs diff=lfs merge=lfs -text
5852
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/runtime_result.json filter=lfs diff=lfs merge=lfs -text
5853
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/staged_features.json filter=lfs diff=lfs merge=lfs -text
5854
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/test.csv filter=lfs diff=lfs merge=lfs -text
5855
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/train.csv filter=lfs diff=lfs merge=lfs -text
5856
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/val.csv filter=lfs diff=lfs merge=lfs -text
5857
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/adapter_report.json filter=lfs diff=lfs merge=lfs -text
5858
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/adapter_transforms_applied.json filter=lfs diff=lfs merge=lfs -text
5859
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/model_input_manifest.json filter=lfs diff=lfs merge=lfs -text
5860
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff-c8-8844-20260420_072130.csv filter=lfs diff=lfs merge=lfs -text
5861
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff_train_meta.json filter=lfs diff=lfs merge=lfs -text
5862
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_test.npy filter=lfs diff=lfs merge=lfs -text
5863
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_train.npy filter=lfs diff=lfs merge=lfs -text
5864
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_val.npy filter=lfs diff=lfs merge=lfs -text
5865
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_test.npy filter=lfs diff=lfs merge=lfs -text
5866
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_train.npy filter=lfs diff=lfs merge=lfs -text
5867
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_val.npy filter=lfs diff=lfs merge=lfs -text
5868
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/info.json filter=lfs diff=lfs merge=lfs -text
5869
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/real.csv filter=lfs diff=lfs merge=lfs -text
5870
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/test.csv filter=lfs diff=lfs merge=lfs -text
5871
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/val.csv filter=lfs diff=lfs merge=lfs -text
5872
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_test.npy filter=lfs diff=lfs merge=lfs -text
5873
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_train.npy filter=lfs diff=lfs merge=lfs -text
5874
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_val.npy filter=lfs diff=lfs merge=lfs -text
5875
+ SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/train_20260420_071421.log filter=lfs diff=lfs merge=lfs -text
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/info.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "benchmark_dataset",
3
+ "task_type": "multiclass",
4
+ "n_num_features": 29,
5
+ "n_cat_features": 1,
6
+ "train_size": 8844,
7
+ "num_col_idx": [
8
+ 0,
9
+ 1,
10
+ 2,
11
+ 3,
12
+ 4,
13
+ 5,
14
+ 6,
15
+ 7,
16
+ 8,
17
+ 9,
18
+ 10,
19
+ 11,
20
+ 12,
21
+ 13,
22
+ 14,
23
+ 15,
24
+ 16,
25
+ 17,
26
+ 18,
27
+ 19,
28
+ 20,
29
+ 21,
30
+ 22,
31
+ 23,
32
+ 24,
33
+ 25,
34
+ 26,
35
+ 27,
36
+ 28
37
+ ],
38
+ "cat_col_idx": [
39
+ 29
40
+ ],
41
+ "target_col_idx": [
42
+ 30
43
+ ],
44
+ "column_names": [
45
+ "having_IP_Address",
46
+ "URL_Length",
47
+ "Shortining_Service",
48
+ "double_slash_redirecting",
49
+ "Prefix_Suffix",
50
+ "having_Sub_Domain",
51
+ "SSLfinal_State",
52
+ "Domain_registeration_length",
53
+ "Favicon",
54
+ "port",
55
+ "HTTPS_token",
56
+ "Request_URL",
57
+ "URL_of_Anchor",
58
+ "Links_in_tags",
59
+ "SFH",
60
+ "Submitting_to_email",
61
+ "Abnormal_URL",
62
+ "on_mouseover",
63
+ "RightClick",
64
+ "popUpWidnow",
65
+ "Iframe",
66
+ "age_of_domain",
67
+ "DNSRecord",
68
+ "web_traffic",
69
+ "Page_Rank",
70
+ "Google_Index",
71
+ "Links_pointing_to_page",
72
+ "Statistical_report",
73
+ "Result",
74
+ "Redirect",
75
+ "having_At_Symbol"
76
+ ],
77
+ "num_classes": 2
78
+ }
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/loss.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4c837c3f01fdfbb02ea5774bfd47bd6944ecc00e4597f5d3187e680c445f48c
3
+ size 1552
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:434c489fb411d073e9d382d5f4367c1cb5ff796df05d8e627de00891482f66a0
3
+ size 581270
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/model_ema.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de99047e52e91e5cb5b51d6b03d1e232344fa93b01ca93ea095859fbe8ccdde8
3
+ size 582114
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/output/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff0ab81196cc9437f63f6dd52dcb08c1efe8a9746c360819a58c202da7213522
3
+ size 70880
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/public_gate/normalized_schema_snapshot.json ADDED
@@ -0,0 +1,573 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c8",
3
+ "target_column": "having_At_Symbol",
4
+ "task_type": "classification",
5
+ "columns": [
6
+ {
7
+ "name": "having_IP_Address",
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": 2,
17
+ "unique_ratio": 0.000226,
18
+ "example_values": [
19
+ "-1",
20
+ "1"
21
+ ]
22
+ }
23
+ },
24
+ {
25
+ "name": "URL_Length",
26
+ "role": "feature",
27
+ "semantic_type": "numeric",
28
+ "nullable": false,
29
+ "missing_tokens": [],
30
+ "parse_format": null,
31
+ "impute_strategy": "median",
32
+ "profile_stats": {
33
+ "missing_rate": 0.0,
34
+ "unique_count": 3,
35
+ "unique_ratio": 0.000339,
36
+ "example_values": [
37
+ "-1",
38
+ "0",
39
+ "1"
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "name": "Shortining_Service",
45
+ "role": "feature",
46
+ "semantic_type": "numeric",
47
+ "nullable": false,
48
+ "missing_tokens": [],
49
+ "parse_format": null,
50
+ "impute_strategy": "median",
51
+ "profile_stats": {
52
+ "missing_rate": 0.0,
53
+ "unique_count": 2,
54
+ "unique_ratio": 0.000226,
55
+ "example_values": [
56
+ "1",
57
+ "-1"
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "name": "having_At_Symbol",
63
+ "role": "target",
64
+ "semantic_type": "numeric",
65
+ "nullable": false,
66
+ "missing_tokens": [],
67
+ "parse_format": null,
68
+ "impute_strategy": "median",
69
+ "profile_stats": {
70
+ "missing_rate": 0.0,
71
+ "unique_count": 2,
72
+ "unique_ratio": 0.000226,
73
+ "example_values": [
74
+ "1",
75
+ "-1"
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "name": "double_slash_redirecting",
81
+ "role": "feature",
82
+ "semantic_type": "numeric",
83
+ "nullable": false,
84
+ "missing_tokens": [],
85
+ "parse_format": null,
86
+ "impute_strategy": "median",
87
+ "profile_stats": {
88
+ "missing_rate": 0.0,
89
+ "unique_count": 2,
90
+ "unique_ratio": 0.000226,
91
+ "example_values": [
92
+ "1",
93
+ "-1"
94
+ ]
95
+ }
96
+ },
97
+ {
98
+ "name": "Prefix_Suffix",
99
+ "role": "feature",
100
+ "semantic_type": "numeric",
101
+ "nullable": false,
102
+ "missing_tokens": [],
103
+ "parse_format": null,
104
+ "impute_strategy": "median",
105
+ "profile_stats": {
106
+ "missing_rate": 0.0,
107
+ "unique_count": 2,
108
+ "unique_ratio": 0.000226,
109
+ "example_values": [
110
+ "-1",
111
+ "1"
112
+ ]
113
+ }
114
+ },
115
+ {
116
+ "name": "having_Sub_Domain",
117
+ "role": "feature",
118
+ "semantic_type": "numeric",
119
+ "nullable": false,
120
+ "missing_tokens": [],
121
+ "parse_format": null,
122
+ "impute_strategy": "median",
123
+ "profile_stats": {
124
+ "missing_rate": 0.0,
125
+ "unique_count": 3,
126
+ "unique_ratio": 0.000339,
127
+ "example_values": [
128
+ "0",
129
+ "1",
130
+ "-1"
131
+ ]
132
+ }
133
+ },
134
+ {
135
+ "name": "SSLfinal_State",
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": 3,
145
+ "unique_ratio": 0.000339,
146
+ "example_values": [
147
+ "-1",
148
+ "0",
149
+ "1"
150
+ ]
151
+ }
152
+ },
153
+ {
154
+ "name": "Domain_registeration_length",
155
+ "role": "feature",
156
+ "semantic_type": "numeric",
157
+ "nullable": false,
158
+ "missing_tokens": [],
159
+ "parse_format": null,
160
+ "impute_strategy": "median",
161
+ "profile_stats": {
162
+ "missing_rate": 0.0,
163
+ "unique_count": 2,
164
+ "unique_ratio": 0.000226,
165
+ "example_values": [
166
+ "1",
167
+ "-1"
168
+ ]
169
+ }
170
+ },
171
+ {
172
+ "name": "Favicon",
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": 2,
182
+ "unique_ratio": 0.000226,
183
+ "example_values": [
184
+ "1",
185
+ "-1"
186
+ ]
187
+ }
188
+ },
189
+ {
190
+ "name": "port",
191
+ "role": "feature",
192
+ "semantic_type": "numeric",
193
+ "nullable": false,
194
+ "missing_tokens": [],
195
+ "parse_format": null,
196
+ "impute_strategy": "median",
197
+ "profile_stats": {
198
+ "missing_rate": 0.0,
199
+ "unique_count": 2,
200
+ "unique_ratio": 0.000226,
201
+ "example_values": [
202
+ "1",
203
+ "-1"
204
+ ]
205
+ }
206
+ },
207
+ {
208
+ "name": "HTTPS_token",
209
+ "role": "feature",
210
+ "semantic_type": "numeric",
211
+ "nullable": false,
212
+ "missing_tokens": [],
213
+ "parse_format": null,
214
+ "impute_strategy": "median",
215
+ "profile_stats": {
216
+ "missing_rate": 0.0,
217
+ "unique_count": 2,
218
+ "unique_ratio": 0.000226,
219
+ "example_values": [
220
+ "1",
221
+ "-1"
222
+ ]
223
+ }
224
+ },
225
+ {
226
+ "name": "Request_URL",
227
+ "role": "feature",
228
+ "semantic_type": "numeric",
229
+ "nullable": false,
230
+ "missing_tokens": [],
231
+ "parse_format": null,
232
+ "impute_strategy": "median",
233
+ "profile_stats": {
234
+ "missing_rate": 0.0,
235
+ "unique_count": 2,
236
+ "unique_ratio": 0.000226,
237
+ "example_values": [
238
+ "-1",
239
+ "1"
240
+ ]
241
+ }
242
+ },
243
+ {
244
+ "name": "URL_of_Anchor",
245
+ "role": "feature",
246
+ "semantic_type": "numeric",
247
+ "nullable": false,
248
+ "missing_tokens": [],
249
+ "parse_format": null,
250
+ "impute_strategy": "median",
251
+ "profile_stats": {
252
+ "missing_rate": 0.0,
253
+ "unique_count": 3,
254
+ "unique_ratio": 0.000339,
255
+ "example_values": [
256
+ "0",
257
+ "-1",
258
+ "1"
259
+ ]
260
+ }
261
+ },
262
+ {
263
+ "name": "Links_in_tags",
264
+ "role": "feature",
265
+ "semantic_type": "numeric",
266
+ "nullable": false,
267
+ "missing_tokens": [],
268
+ "parse_format": null,
269
+ "impute_strategy": "median",
270
+ "profile_stats": {
271
+ "missing_rate": 0.0,
272
+ "unique_count": 3,
273
+ "unique_ratio": 0.000339,
274
+ "example_values": [
275
+ "-1",
276
+ "1",
277
+ "0"
278
+ ]
279
+ }
280
+ },
281
+ {
282
+ "name": "SFH",
283
+ "role": "feature",
284
+ "semantic_type": "numeric",
285
+ "nullable": false,
286
+ "missing_tokens": [],
287
+ "parse_format": null,
288
+ "impute_strategy": "median",
289
+ "profile_stats": {
290
+ "missing_rate": 0.0,
291
+ "unique_count": 3,
292
+ "unique_ratio": 0.000339,
293
+ "example_values": [
294
+ "-1",
295
+ "1",
296
+ "0"
297
+ ]
298
+ }
299
+ },
300
+ {
301
+ "name": "Submitting_to_email",
302
+ "role": "feature",
303
+ "semantic_type": "numeric",
304
+ "nullable": false,
305
+ "missing_tokens": [],
306
+ "parse_format": null,
307
+ "impute_strategy": "median",
308
+ "profile_stats": {
309
+ "missing_rate": 0.0,
310
+ "unique_count": 2,
311
+ "unique_ratio": 0.000226,
312
+ "example_values": [
313
+ "1",
314
+ "-1"
315
+ ]
316
+ }
317
+ },
318
+ {
319
+ "name": "Abnormal_URL",
320
+ "role": "feature",
321
+ "semantic_type": "numeric",
322
+ "nullable": false,
323
+ "missing_tokens": [],
324
+ "parse_format": null,
325
+ "impute_strategy": "median",
326
+ "profile_stats": {
327
+ "missing_rate": 0.0,
328
+ "unique_count": 2,
329
+ "unique_ratio": 0.000226,
330
+ "example_values": [
331
+ "1",
332
+ "-1"
333
+ ]
334
+ }
335
+ },
336
+ {
337
+ "name": "Redirect",
338
+ "role": "feature",
339
+ "semantic_type": "boolean",
340
+ "nullable": false,
341
+ "missing_tokens": [],
342
+ "parse_format": null,
343
+ "impute_strategy": "mode",
344
+ "profile_stats": {
345
+ "missing_rate": 0.0,
346
+ "unique_count": 2,
347
+ "unique_ratio": 0.000226,
348
+ "example_values": [
349
+ "1",
350
+ "0"
351
+ ]
352
+ }
353
+ },
354
+ {
355
+ "name": "on_mouseover",
356
+ "role": "feature",
357
+ "semantic_type": "numeric",
358
+ "nullable": false,
359
+ "missing_tokens": [],
360
+ "parse_format": null,
361
+ "impute_strategy": "median",
362
+ "profile_stats": {
363
+ "missing_rate": 0.0,
364
+ "unique_count": 2,
365
+ "unique_ratio": 0.000226,
366
+ "example_values": [
367
+ "1",
368
+ "-1"
369
+ ]
370
+ }
371
+ },
372
+ {
373
+ "name": "RightClick",
374
+ "role": "feature",
375
+ "semantic_type": "numeric",
376
+ "nullable": false,
377
+ "missing_tokens": [],
378
+ "parse_format": null,
379
+ "impute_strategy": "median",
380
+ "profile_stats": {
381
+ "missing_rate": 0.0,
382
+ "unique_count": 2,
383
+ "unique_ratio": 0.000226,
384
+ "example_values": [
385
+ "1",
386
+ "-1"
387
+ ]
388
+ }
389
+ },
390
+ {
391
+ "name": "popUpWidnow",
392
+ "role": "feature",
393
+ "semantic_type": "numeric",
394
+ "nullable": false,
395
+ "missing_tokens": [],
396
+ "parse_format": null,
397
+ "impute_strategy": "median",
398
+ "profile_stats": {
399
+ "missing_rate": 0.0,
400
+ "unique_count": 2,
401
+ "unique_ratio": 0.000226,
402
+ "example_values": [
403
+ "1",
404
+ "-1"
405
+ ]
406
+ }
407
+ },
408
+ {
409
+ "name": "Iframe",
410
+ "role": "feature",
411
+ "semantic_type": "numeric",
412
+ "nullable": false,
413
+ "missing_tokens": [],
414
+ "parse_format": null,
415
+ "impute_strategy": "median",
416
+ "profile_stats": {
417
+ "missing_rate": 0.0,
418
+ "unique_count": 2,
419
+ "unique_ratio": 0.000226,
420
+ "example_values": [
421
+ "1",
422
+ "-1"
423
+ ]
424
+ }
425
+ },
426
+ {
427
+ "name": "age_of_domain",
428
+ "role": "feature",
429
+ "semantic_type": "numeric",
430
+ "nullable": false,
431
+ "missing_tokens": [],
432
+ "parse_format": null,
433
+ "impute_strategy": "median",
434
+ "profile_stats": {
435
+ "missing_rate": 0.0,
436
+ "unique_count": 2,
437
+ "unique_ratio": 0.000226,
438
+ "example_values": [
439
+ "-1",
440
+ "1"
441
+ ]
442
+ }
443
+ },
444
+ {
445
+ "name": "DNSRecord",
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": 2,
455
+ "unique_ratio": 0.000226,
456
+ "example_values": [
457
+ "1",
458
+ "-1"
459
+ ]
460
+ }
461
+ },
462
+ {
463
+ "name": "web_traffic",
464
+ "role": "feature",
465
+ "semantic_type": "numeric",
466
+ "nullable": false,
467
+ "missing_tokens": [],
468
+ "parse_format": null,
469
+ "impute_strategy": "median",
470
+ "profile_stats": {
471
+ "missing_rate": 0.0,
472
+ "unique_count": 3,
473
+ "unique_ratio": 0.000339,
474
+ "example_values": [
475
+ "1",
476
+ "0",
477
+ "-1"
478
+ ]
479
+ }
480
+ },
481
+ {
482
+ "name": "Page_Rank",
483
+ "role": "feature",
484
+ "semantic_type": "numeric",
485
+ "nullable": false,
486
+ "missing_tokens": [],
487
+ "parse_format": null,
488
+ "impute_strategy": "median",
489
+ "profile_stats": {
490
+ "missing_rate": 0.0,
491
+ "unique_count": 2,
492
+ "unique_ratio": 0.000226,
493
+ "example_values": [
494
+ "-1",
495
+ "1"
496
+ ]
497
+ }
498
+ },
499
+ {
500
+ "name": "Google_Index",
501
+ "role": "feature",
502
+ "semantic_type": "numeric",
503
+ "nullable": false,
504
+ "missing_tokens": [],
505
+ "parse_format": null,
506
+ "impute_strategy": "median",
507
+ "profile_stats": {
508
+ "missing_rate": 0.0,
509
+ "unique_count": 2,
510
+ "unique_ratio": 0.000226,
511
+ "example_values": [
512
+ "1",
513
+ "-1"
514
+ ]
515
+ }
516
+ },
517
+ {
518
+ "name": "Links_pointing_to_page",
519
+ "role": "feature",
520
+ "semantic_type": "numeric",
521
+ "nullable": false,
522
+ "missing_tokens": [],
523
+ "parse_format": null,
524
+ "impute_strategy": "median",
525
+ "profile_stats": {
526
+ "missing_rate": 0.0,
527
+ "unique_count": 3,
528
+ "unique_ratio": 0.000339,
529
+ "example_values": [
530
+ "0",
531
+ "1",
532
+ "-1"
533
+ ]
534
+ }
535
+ },
536
+ {
537
+ "name": "Statistical_report",
538
+ "role": "feature",
539
+ "semantic_type": "numeric",
540
+ "nullable": false,
541
+ "missing_tokens": [],
542
+ "parse_format": null,
543
+ "impute_strategy": "median",
544
+ "profile_stats": {
545
+ "missing_rate": 0.0,
546
+ "unique_count": 2,
547
+ "unique_ratio": 0.000226,
548
+ "example_values": [
549
+ "1",
550
+ "-1"
551
+ ]
552
+ }
553
+ },
554
+ {
555
+ "name": "Result",
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": 2,
565
+ "unique_ratio": 0.000226,
566
+ "example_values": [
567
+ "-1",
568
+ "1"
569
+ ]
570
+ }
571
+ }
572
+ ]
573
+ }
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/public_gate/public_gate_report.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c8",
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": "having_At_Symbol",
31
+ "task_type": "classification",
32
+ "input_splits": {
33
+ "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c8/c8-train.csv",
34
+ "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c8/c8-val.csv",
35
+ "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c8/c8-test.csv"
36
+ }
37
+ }
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/public_gate/staged_input_manifest.json ADDED
@@ -0,0 +1,578 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c8",
3
+ "target_column": "having_At_Symbol",
4
+ "task_type": "classification",
5
+ "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/train.csv",
6
+ "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/val.csv",
7
+ "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/test.csv",
8
+ "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/staged_features.json",
9
+ "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c8/tabddpm/tabddpm-c8-20260422_212506/public_gate/public_gate_report.json",
10
+ "column_schema": [
11
+ {
12
+ "name": "having_IP_Address",
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": 2,
22
+ "unique_ratio": 0.000226,
23
+ "example_values": [
24
+ "-1",
25
+ "1"
26
+ ]
27
+ }
28
+ },
29
+ {
30
+ "name": "URL_Length",
31
+ "role": "feature",
32
+ "semantic_type": "numeric",
33
+ "nullable": false,
34
+ "missing_tokens": [],
35
+ "parse_format": null,
36
+ "impute_strategy": "median",
37
+ "profile_stats": {
38
+ "missing_rate": 0.0,
39
+ "unique_count": 3,
40
+ "unique_ratio": 0.000339,
41
+ "example_values": [
42
+ "-1",
43
+ "0",
44
+ "1"
45
+ ]
46
+ }
47
+ },
48
+ {
49
+ "name": "Shortining_Service",
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": 2,
59
+ "unique_ratio": 0.000226,
60
+ "example_values": [
61
+ "1",
62
+ "-1"
63
+ ]
64
+ }
65
+ },
66
+ {
67
+ "name": "having_At_Symbol",
68
+ "role": "target",
69
+ "semantic_type": "numeric",
70
+ "nullable": false,
71
+ "missing_tokens": [],
72
+ "parse_format": null,
73
+ "impute_strategy": "median",
74
+ "profile_stats": {
75
+ "missing_rate": 0.0,
76
+ "unique_count": 2,
77
+ "unique_ratio": 0.000226,
78
+ "example_values": [
79
+ "1",
80
+ "-1"
81
+ ]
82
+ }
83
+ },
84
+ {
85
+ "name": "double_slash_redirecting",
86
+ "role": "feature",
87
+ "semantic_type": "numeric",
88
+ "nullable": false,
89
+ "missing_tokens": [],
90
+ "parse_format": null,
91
+ "impute_strategy": "median",
92
+ "profile_stats": {
93
+ "missing_rate": 0.0,
94
+ "unique_count": 2,
95
+ "unique_ratio": 0.000226,
96
+ "example_values": [
97
+ "1",
98
+ "-1"
99
+ ]
100
+ }
101
+ },
102
+ {
103
+ "name": "Prefix_Suffix",
104
+ "role": "feature",
105
+ "semantic_type": "numeric",
106
+ "nullable": false,
107
+ "missing_tokens": [],
108
+ "parse_format": null,
109
+ "impute_strategy": "median",
110
+ "profile_stats": {
111
+ "missing_rate": 0.0,
112
+ "unique_count": 2,
113
+ "unique_ratio": 0.000226,
114
+ "example_values": [
115
+ "-1",
116
+ "1"
117
+ ]
118
+ }
119
+ },
120
+ {
121
+ "name": "having_Sub_Domain",
122
+ "role": "feature",
123
+ "semantic_type": "numeric",
124
+ "nullable": false,
125
+ "missing_tokens": [],
126
+ "parse_format": null,
127
+ "impute_strategy": "median",
128
+ "profile_stats": {
129
+ "missing_rate": 0.0,
130
+ "unique_count": 3,
131
+ "unique_ratio": 0.000339,
132
+ "example_values": [
133
+ "0",
134
+ "1",
135
+ "-1"
136
+ ]
137
+ }
138
+ },
139
+ {
140
+ "name": "SSLfinal_State",
141
+ "role": "feature",
142
+ "semantic_type": "numeric",
143
+ "nullable": false,
144
+ "missing_tokens": [],
145
+ "parse_format": null,
146
+ "impute_strategy": "median",
147
+ "profile_stats": {
148
+ "missing_rate": 0.0,
149
+ "unique_count": 3,
150
+ "unique_ratio": 0.000339,
151
+ "example_values": [
152
+ "-1",
153
+ "0",
154
+ "1"
155
+ ]
156
+ }
157
+ },
158
+ {
159
+ "name": "Domain_registeration_length",
160
+ "role": "feature",
161
+ "semantic_type": "numeric",
162
+ "nullable": false,
163
+ "missing_tokens": [],
164
+ "parse_format": null,
165
+ "impute_strategy": "median",
166
+ "profile_stats": {
167
+ "missing_rate": 0.0,
168
+ "unique_count": 2,
169
+ "unique_ratio": 0.000226,
170
+ "example_values": [
171
+ "1",
172
+ "-1"
173
+ ]
174
+ }
175
+ },
176
+ {
177
+ "name": "Favicon",
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": 2,
187
+ "unique_ratio": 0.000226,
188
+ "example_values": [
189
+ "1",
190
+ "-1"
191
+ ]
192
+ }
193
+ },
194
+ {
195
+ "name": "port",
196
+ "role": "feature",
197
+ "semantic_type": "numeric",
198
+ "nullable": false,
199
+ "missing_tokens": [],
200
+ "parse_format": null,
201
+ "impute_strategy": "median",
202
+ "profile_stats": {
203
+ "missing_rate": 0.0,
204
+ "unique_count": 2,
205
+ "unique_ratio": 0.000226,
206
+ "example_values": [
207
+ "1",
208
+ "-1"
209
+ ]
210
+ }
211
+ },
212
+ {
213
+ "name": "HTTPS_token",
214
+ "role": "feature",
215
+ "semantic_type": "numeric",
216
+ "nullable": false,
217
+ "missing_tokens": [],
218
+ "parse_format": null,
219
+ "impute_strategy": "median",
220
+ "profile_stats": {
221
+ "missing_rate": 0.0,
222
+ "unique_count": 2,
223
+ "unique_ratio": 0.000226,
224
+ "example_values": [
225
+ "1",
226
+ "-1"
227
+ ]
228
+ }
229
+ },
230
+ {
231
+ "name": "Request_URL",
232
+ "role": "feature",
233
+ "semantic_type": "numeric",
234
+ "nullable": false,
235
+ "missing_tokens": [],
236
+ "parse_format": null,
237
+ "impute_strategy": "median",
238
+ "profile_stats": {
239
+ "missing_rate": 0.0,
240
+ "unique_count": 2,
241
+ "unique_ratio": 0.000226,
242
+ "example_values": [
243
+ "-1",
244
+ "1"
245
+ ]
246
+ }
247
+ },
248
+ {
249
+ "name": "URL_of_Anchor",
250
+ "role": "feature",
251
+ "semantic_type": "numeric",
252
+ "nullable": false,
253
+ "missing_tokens": [],
254
+ "parse_format": null,
255
+ "impute_strategy": "median",
256
+ "profile_stats": {
257
+ "missing_rate": 0.0,
258
+ "unique_count": 3,
259
+ "unique_ratio": 0.000339,
260
+ "example_values": [
261
+ "0",
262
+ "-1",
263
+ "1"
264
+ ]
265
+ }
266
+ },
267
+ {
268
+ "name": "Links_in_tags",
269
+ "role": "feature",
270
+ "semantic_type": "numeric",
271
+ "nullable": false,
272
+ "missing_tokens": [],
273
+ "parse_format": null,
274
+ "impute_strategy": "median",
275
+ "profile_stats": {
276
+ "missing_rate": 0.0,
277
+ "unique_count": 3,
278
+ "unique_ratio": 0.000339,
279
+ "example_values": [
280
+ "-1",
281
+ "1",
282
+ "0"
283
+ ]
284
+ }
285
+ },
286
+ {
287
+ "name": "SFH",
288
+ "role": "feature",
289
+ "semantic_type": "numeric",
290
+ "nullable": false,
291
+ "missing_tokens": [],
292
+ "parse_format": null,
293
+ "impute_strategy": "median",
294
+ "profile_stats": {
295
+ "missing_rate": 0.0,
296
+ "unique_count": 3,
297
+ "unique_ratio": 0.000339,
298
+ "example_values": [
299
+ "-1",
300
+ "1",
301
+ "0"
302
+ ]
303
+ }
304
+ },
305
+ {
306
+ "name": "Submitting_to_email",
307
+ "role": "feature",
308
+ "semantic_type": "numeric",
309
+ "nullable": false,
310
+ "missing_tokens": [],
311
+ "parse_format": null,
312
+ "impute_strategy": "median",
313
+ "profile_stats": {
314
+ "missing_rate": 0.0,
315
+ "unique_count": 2,
316
+ "unique_ratio": 0.000226,
317
+ "example_values": [
318
+ "1",
319
+ "-1"
320
+ ]
321
+ }
322
+ },
323
+ {
324
+ "name": "Abnormal_URL",
325
+ "role": "feature",
326
+ "semantic_type": "numeric",
327
+ "nullable": false,
328
+ "missing_tokens": [],
329
+ "parse_format": null,
330
+ "impute_strategy": "median",
331
+ "profile_stats": {
332
+ "missing_rate": 0.0,
333
+ "unique_count": 2,
334
+ "unique_ratio": 0.000226,
335
+ "example_values": [
336
+ "1",
337
+ "-1"
338
+ ]
339
+ }
340
+ },
341
+ {
342
+ "name": "Redirect",
343
+ "role": "feature",
344
+ "semantic_type": "boolean",
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": 2,
352
+ "unique_ratio": 0.000226,
353
+ "example_values": [
354
+ "1",
355
+ "0"
356
+ ]
357
+ }
358
+ },
359
+ {
360
+ "name": "on_mouseover",
361
+ "role": "feature",
362
+ "semantic_type": "numeric",
363
+ "nullable": false,
364
+ "missing_tokens": [],
365
+ "parse_format": null,
366
+ "impute_strategy": "median",
367
+ "profile_stats": {
368
+ "missing_rate": 0.0,
369
+ "unique_count": 2,
370
+ "unique_ratio": 0.000226,
371
+ "example_values": [
372
+ "1",
373
+ "-1"
374
+ ]
375
+ }
376
+ },
377
+ {
378
+ "name": "RightClick",
379
+ "role": "feature",
380
+ "semantic_type": "numeric",
381
+ "nullable": false,
382
+ "missing_tokens": [],
383
+ "parse_format": null,
384
+ "impute_strategy": "median",
385
+ "profile_stats": {
386
+ "missing_rate": 0.0,
387
+ "unique_count": 2,
388
+ "unique_ratio": 0.000226,
389
+ "example_values": [
390
+ "1",
391
+ "-1"
392
+ ]
393
+ }
394
+ },
395
+ {
396
+ "name": "popUpWidnow",
397
+ "role": "feature",
398
+ "semantic_type": "numeric",
399
+ "nullable": false,
400
+ "missing_tokens": [],
401
+ "parse_format": null,
402
+ "impute_strategy": "median",
403
+ "profile_stats": {
404
+ "missing_rate": 0.0,
405
+ "unique_count": 2,
406
+ "unique_ratio": 0.000226,
407
+ "example_values": [
408
+ "1",
409
+ "-1"
410
+ ]
411
+ }
412
+ },
413
+ {
414
+ "name": "Iframe",
415
+ "role": "feature",
416
+ "semantic_type": "numeric",
417
+ "nullable": false,
418
+ "missing_tokens": [],
419
+ "parse_format": null,
420
+ "impute_strategy": "median",
421
+ "profile_stats": {
422
+ "missing_rate": 0.0,
423
+ "unique_count": 2,
424
+ "unique_ratio": 0.000226,
425
+ "example_values": [
426
+ "1",
427
+ "-1"
428
+ ]
429
+ }
430
+ },
431
+ {
432
+ "name": "age_of_domain",
433
+ "role": "feature",
434
+ "semantic_type": "numeric",
435
+ "nullable": false,
436
+ "missing_tokens": [],
437
+ "parse_format": null,
438
+ "impute_strategy": "median",
439
+ "profile_stats": {
440
+ "missing_rate": 0.0,
441
+ "unique_count": 2,
442
+ "unique_ratio": 0.000226,
443
+ "example_values": [
444
+ "-1",
445
+ "1"
446
+ ]
447
+ }
448
+ },
449
+ {
450
+ "name": "DNSRecord",
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": 2,
460
+ "unique_ratio": 0.000226,
461
+ "example_values": [
462
+ "1",
463
+ "-1"
464
+ ]
465
+ }
466
+ },
467
+ {
468
+ "name": "web_traffic",
469
+ "role": "feature",
470
+ "semantic_type": "numeric",
471
+ "nullable": false,
472
+ "missing_tokens": [],
473
+ "parse_format": null,
474
+ "impute_strategy": "median",
475
+ "profile_stats": {
476
+ "missing_rate": 0.0,
477
+ "unique_count": 3,
478
+ "unique_ratio": 0.000339,
479
+ "example_values": [
480
+ "1",
481
+ "0",
482
+ "-1"
483
+ ]
484
+ }
485
+ },
486
+ {
487
+ "name": "Page_Rank",
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": 2,
497
+ "unique_ratio": 0.000226,
498
+ "example_values": [
499
+ "-1",
500
+ "1"
501
+ ]
502
+ }
503
+ },
504
+ {
505
+ "name": "Google_Index",
506
+ "role": "feature",
507
+ "semantic_type": "numeric",
508
+ "nullable": false,
509
+ "missing_tokens": [],
510
+ "parse_format": null,
511
+ "impute_strategy": "median",
512
+ "profile_stats": {
513
+ "missing_rate": 0.0,
514
+ "unique_count": 2,
515
+ "unique_ratio": 0.000226,
516
+ "example_values": [
517
+ "1",
518
+ "-1"
519
+ ]
520
+ }
521
+ },
522
+ {
523
+ "name": "Links_pointing_to_page",
524
+ "role": "feature",
525
+ "semantic_type": "numeric",
526
+ "nullable": false,
527
+ "missing_tokens": [],
528
+ "parse_format": null,
529
+ "impute_strategy": "median",
530
+ "profile_stats": {
531
+ "missing_rate": 0.0,
532
+ "unique_count": 3,
533
+ "unique_ratio": 0.000339,
534
+ "example_values": [
535
+ "0",
536
+ "1",
537
+ "-1"
538
+ ]
539
+ }
540
+ },
541
+ {
542
+ "name": "Statistical_report",
543
+ "role": "feature",
544
+ "semantic_type": "numeric",
545
+ "nullable": false,
546
+ "missing_tokens": [],
547
+ "parse_format": null,
548
+ "impute_strategy": "median",
549
+ "profile_stats": {
550
+ "missing_rate": 0.0,
551
+ "unique_count": 2,
552
+ "unique_ratio": 0.000226,
553
+ "example_values": [
554
+ "1",
555
+ "-1"
556
+ ]
557
+ }
558
+ },
559
+ {
560
+ "name": "Result",
561
+ "role": "feature",
562
+ "semantic_type": "numeric",
563
+ "nullable": false,
564
+ "missing_tokens": [],
565
+ "parse_format": null,
566
+ "impute_strategy": "median",
567
+ "profile_stats": {
568
+ "missing_rate": 0.0,
569
+ "unique_count": 2,
570
+ "unique_ratio": 0.000226,
571
+ "example_values": [
572
+ "-1",
573
+ "1"
574
+ ]
575
+ }
576
+ }
577
+ ]
578
+ }
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/runtime_result.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c8",
3
+ "model": "tabddpm",
4
+ "run_id": "tabddpm-c8-20260422_212506",
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/c8/tabddpm/tabddpm-c8-20260422_212506/tabddpm-c8-8844-20260422_212734.csv",
13
+ "model_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c8/tabddpm/tabddpm-c8-20260422_212506"
14
+ }
15
+ }
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/staged_features.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "feature_name": "having_IP_Address",
4
+ "data_type": "continuous",
5
+ "is_target": false
6
+ },
7
+ {
8
+ "feature_name": "URL_Length",
9
+ "data_type": "continuous",
10
+ "is_target": false
11
+ },
12
+ {
13
+ "feature_name": "Shortining_Service",
14
+ "data_type": "continuous",
15
+ "is_target": false
16
+ },
17
+ {
18
+ "feature_name": "having_At_Symbol",
19
+ "data_type": "continuous",
20
+ "is_target": true
21
+ },
22
+ {
23
+ "feature_name": "double_slash_redirecting",
24
+ "data_type": "continuous",
25
+ "is_target": false
26
+ },
27
+ {
28
+ "feature_name": "Prefix_Suffix",
29
+ "data_type": "continuous",
30
+ "is_target": false
31
+ },
32
+ {
33
+ "feature_name": "having_Sub_Domain",
34
+ "data_type": "continuous",
35
+ "is_target": false
36
+ },
37
+ {
38
+ "feature_name": "SSLfinal_State",
39
+ "data_type": "continuous",
40
+ "is_target": false
41
+ },
42
+ {
43
+ "feature_name": "Domain_registeration_length",
44
+ "data_type": "continuous",
45
+ "is_target": false
46
+ },
47
+ {
48
+ "feature_name": "Favicon",
49
+ "data_type": "continuous",
50
+ "is_target": false
51
+ },
52
+ {
53
+ "feature_name": "port",
54
+ "data_type": "continuous",
55
+ "is_target": false
56
+ },
57
+ {
58
+ "feature_name": "HTTPS_token",
59
+ "data_type": "continuous",
60
+ "is_target": false
61
+ },
62
+ {
63
+ "feature_name": "Request_URL",
64
+ "data_type": "continuous",
65
+ "is_target": false
66
+ },
67
+ {
68
+ "feature_name": "URL_of_Anchor",
69
+ "data_type": "continuous",
70
+ "is_target": false
71
+ },
72
+ {
73
+ "feature_name": "Links_in_tags",
74
+ "data_type": "continuous",
75
+ "is_target": false
76
+ },
77
+ {
78
+ "feature_name": "SFH",
79
+ "data_type": "continuous",
80
+ "is_target": false
81
+ },
82
+ {
83
+ "feature_name": "Submitting_to_email",
84
+ "data_type": "continuous",
85
+ "is_target": false
86
+ },
87
+ {
88
+ "feature_name": "Abnormal_URL",
89
+ "data_type": "continuous",
90
+ "is_target": false
91
+ },
92
+ {
93
+ "feature_name": "Redirect",
94
+ "data_type": "binary",
95
+ "is_target": false
96
+ },
97
+ {
98
+ "feature_name": "on_mouseover",
99
+ "data_type": "continuous",
100
+ "is_target": false
101
+ },
102
+ {
103
+ "feature_name": "RightClick",
104
+ "data_type": "continuous",
105
+ "is_target": false
106
+ },
107
+ {
108
+ "feature_name": "popUpWidnow",
109
+ "data_type": "continuous",
110
+ "is_target": false
111
+ },
112
+ {
113
+ "feature_name": "Iframe",
114
+ "data_type": "continuous",
115
+ "is_target": false
116
+ },
117
+ {
118
+ "feature_name": "age_of_domain",
119
+ "data_type": "continuous",
120
+ "is_target": false
121
+ },
122
+ {
123
+ "feature_name": "DNSRecord",
124
+ "data_type": "continuous",
125
+ "is_target": false
126
+ },
127
+ {
128
+ "feature_name": "web_traffic",
129
+ "data_type": "continuous",
130
+ "is_target": false
131
+ },
132
+ {
133
+ "feature_name": "Page_Rank",
134
+ "data_type": "continuous",
135
+ "is_target": false
136
+ },
137
+ {
138
+ "feature_name": "Google_Index",
139
+ "data_type": "continuous",
140
+ "is_target": false
141
+ },
142
+ {
143
+ "feature_name": "Links_pointing_to_page",
144
+ "data_type": "continuous",
145
+ "is_target": false
146
+ },
147
+ {
148
+ "feature_name": "Statistical_report",
149
+ "data_type": "continuous",
150
+ "is_target": false
151
+ },
152
+ {
153
+ "feature_name": "Result",
154
+ "data_type": "continuous",
155
+ "is_target": false
156
+ }
157
+ ]
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75e0809428463e710fffe7443c63202bb0df096f71365262a3e32e43e365fa35
3
+ size 79280
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88a639183f8fa6acc2a2465b4d787607df6b931c2b681b0e9d0e1be007fea0da
3
+ size 631235
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:272551def8b1e81583201f55065453d772f25b8dd17958d4f25478c033769f9e
3
+ size 79486
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/tabddpm/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/c8/tabddpm/tabddpm-c8-20260422_212506/staged/tabddpm/model_input_manifest.json"
7
+ }
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/tabddpm/adapter_transforms_applied.json ADDED
@@ -0,0 +1 @@
 
 
1
+ []
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/staged/tabddpm/model_input_manifest.json ADDED
@@ -0,0 +1,580 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "c8",
3
+ "model": "tabddpm",
4
+ "target_column": "having_At_Symbol",
5
+ "task_type": "classification",
6
+ "column_schema": [
7
+ {
8
+ "name": "having_IP_Address",
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": 2,
18
+ "unique_ratio": 0.000226,
19
+ "example_values": [
20
+ "-1",
21
+ "1"
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "name": "URL_Length",
27
+ "role": "feature",
28
+ "semantic_type": "numeric",
29
+ "nullable": false,
30
+ "missing_tokens": [],
31
+ "parse_format": null,
32
+ "impute_strategy": "median",
33
+ "profile_stats": {
34
+ "missing_rate": 0.0,
35
+ "unique_count": 3,
36
+ "unique_ratio": 0.000339,
37
+ "example_values": [
38
+ "-1",
39
+ "0",
40
+ "1"
41
+ ]
42
+ }
43
+ },
44
+ {
45
+ "name": "Shortining_Service",
46
+ "role": "feature",
47
+ "semantic_type": "numeric",
48
+ "nullable": false,
49
+ "missing_tokens": [],
50
+ "parse_format": null,
51
+ "impute_strategy": "median",
52
+ "profile_stats": {
53
+ "missing_rate": 0.0,
54
+ "unique_count": 2,
55
+ "unique_ratio": 0.000226,
56
+ "example_values": [
57
+ "1",
58
+ "-1"
59
+ ]
60
+ }
61
+ },
62
+ {
63
+ "name": "having_At_Symbol",
64
+ "role": "target",
65
+ "semantic_type": "numeric",
66
+ "nullable": false,
67
+ "missing_tokens": [],
68
+ "parse_format": null,
69
+ "impute_strategy": "median",
70
+ "profile_stats": {
71
+ "missing_rate": 0.0,
72
+ "unique_count": 2,
73
+ "unique_ratio": 0.000226,
74
+ "example_values": [
75
+ "1",
76
+ "-1"
77
+ ]
78
+ }
79
+ },
80
+ {
81
+ "name": "double_slash_redirecting",
82
+ "role": "feature",
83
+ "semantic_type": "numeric",
84
+ "nullable": false,
85
+ "missing_tokens": [],
86
+ "parse_format": null,
87
+ "impute_strategy": "median",
88
+ "profile_stats": {
89
+ "missing_rate": 0.0,
90
+ "unique_count": 2,
91
+ "unique_ratio": 0.000226,
92
+ "example_values": [
93
+ "1",
94
+ "-1"
95
+ ]
96
+ }
97
+ },
98
+ {
99
+ "name": "Prefix_Suffix",
100
+ "role": "feature",
101
+ "semantic_type": "numeric",
102
+ "nullable": false,
103
+ "missing_tokens": [],
104
+ "parse_format": null,
105
+ "impute_strategy": "median",
106
+ "profile_stats": {
107
+ "missing_rate": 0.0,
108
+ "unique_count": 2,
109
+ "unique_ratio": 0.000226,
110
+ "example_values": [
111
+ "-1",
112
+ "1"
113
+ ]
114
+ }
115
+ },
116
+ {
117
+ "name": "having_Sub_Domain",
118
+ "role": "feature",
119
+ "semantic_type": "numeric",
120
+ "nullable": false,
121
+ "missing_tokens": [],
122
+ "parse_format": null,
123
+ "impute_strategy": "median",
124
+ "profile_stats": {
125
+ "missing_rate": 0.0,
126
+ "unique_count": 3,
127
+ "unique_ratio": 0.000339,
128
+ "example_values": [
129
+ "0",
130
+ "1",
131
+ "-1"
132
+ ]
133
+ }
134
+ },
135
+ {
136
+ "name": "SSLfinal_State",
137
+ "role": "feature",
138
+ "semantic_type": "numeric",
139
+ "nullable": false,
140
+ "missing_tokens": [],
141
+ "parse_format": null,
142
+ "impute_strategy": "median",
143
+ "profile_stats": {
144
+ "missing_rate": 0.0,
145
+ "unique_count": 3,
146
+ "unique_ratio": 0.000339,
147
+ "example_values": [
148
+ "-1",
149
+ "0",
150
+ "1"
151
+ ]
152
+ }
153
+ },
154
+ {
155
+ "name": "Domain_registeration_length",
156
+ "role": "feature",
157
+ "semantic_type": "numeric",
158
+ "nullable": false,
159
+ "missing_tokens": [],
160
+ "parse_format": null,
161
+ "impute_strategy": "median",
162
+ "profile_stats": {
163
+ "missing_rate": 0.0,
164
+ "unique_count": 2,
165
+ "unique_ratio": 0.000226,
166
+ "example_values": [
167
+ "1",
168
+ "-1"
169
+ ]
170
+ }
171
+ },
172
+ {
173
+ "name": "Favicon",
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": 2,
183
+ "unique_ratio": 0.000226,
184
+ "example_values": [
185
+ "1",
186
+ "-1"
187
+ ]
188
+ }
189
+ },
190
+ {
191
+ "name": "port",
192
+ "role": "feature",
193
+ "semantic_type": "numeric",
194
+ "nullable": false,
195
+ "missing_tokens": [],
196
+ "parse_format": null,
197
+ "impute_strategy": "median",
198
+ "profile_stats": {
199
+ "missing_rate": 0.0,
200
+ "unique_count": 2,
201
+ "unique_ratio": 0.000226,
202
+ "example_values": [
203
+ "1",
204
+ "-1"
205
+ ]
206
+ }
207
+ },
208
+ {
209
+ "name": "HTTPS_token",
210
+ "role": "feature",
211
+ "semantic_type": "numeric",
212
+ "nullable": false,
213
+ "missing_tokens": [],
214
+ "parse_format": null,
215
+ "impute_strategy": "median",
216
+ "profile_stats": {
217
+ "missing_rate": 0.0,
218
+ "unique_count": 2,
219
+ "unique_ratio": 0.000226,
220
+ "example_values": [
221
+ "1",
222
+ "-1"
223
+ ]
224
+ }
225
+ },
226
+ {
227
+ "name": "Request_URL",
228
+ "role": "feature",
229
+ "semantic_type": "numeric",
230
+ "nullable": false,
231
+ "missing_tokens": [],
232
+ "parse_format": null,
233
+ "impute_strategy": "median",
234
+ "profile_stats": {
235
+ "missing_rate": 0.0,
236
+ "unique_count": 2,
237
+ "unique_ratio": 0.000226,
238
+ "example_values": [
239
+ "-1",
240
+ "1"
241
+ ]
242
+ }
243
+ },
244
+ {
245
+ "name": "URL_of_Anchor",
246
+ "role": "feature",
247
+ "semantic_type": "numeric",
248
+ "nullable": false,
249
+ "missing_tokens": [],
250
+ "parse_format": null,
251
+ "impute_strategy": "median",
252
+ "profile_stats": {
253
+ "missing_rate": 0.0,
254
+ "unique_count": 3,
255
+ "unique_ratio": 0.000339,
256
+ "example_values": [
257
+ "0",
258
+ "-1",
259
+ "1"
260
+ ]
261
+ }
262
+ },
263
+ {
264
+ "name": "Links_in_tags",
265
+ "role": "feature",
266
+ "semantic_type": "numeric",
267
+ "nullable": false,
268
+ "missing_tokens": [],
269
+ "parse_format": null,
270
+ "impute_strategy": "median",
271
+ "profile_stats": {
272
+ "missing_rate": 0.0,
273
+ "unique_count": 3,
274
+ "unique_ratio": 0.000339,
275
+ "example_values": [
276
+ "-1",
277
+ "1",
278
+ "0"
279
+ ]
280
+ }
281
+ },
282
+ {
283
+ "name": "SFH",
284
+ "role": "feature",
285
+ "semantic_type": "numeric",
286
+ "nullable": false,
287
+ "missing_tokens": [],
288
+ "parse_format": null,
289
+ "impute_strategy": "median",
290
+ "profile_stats": {
291
+ "missing_rate": 0.0,
292
+ "unique_count": 3,
293
+ "unique_ratio": 0.000339,
294
+ "example_values": [
295
+ "-1",
296
+ "1",
297
+ "0"
298
+ ]
299
+ }
300
+ },
301
+ {
302
+ "name": "Submitting_to_email",
303
+ "role": "feature",
304
+ "semantic_type": "numeric",
305
+ "nullable": false,
306
+ "missing_tokens": [],
307
+ "parse_format": null,
308
+ "impute_strategy": "median",
309
+ "profile_stats": {
310
+ "missing_rate": 0.0,
311
+ "unique_count": 2,
312
+ "unique_ratio": 0.000226,
313
+ "example_values": [
314
+ "1",
315
+ "-1"
316
+ ]
317
+ }
318
+ },
319
+ {
320
+ "name": "Abnormal_URL",
321
+ "role": "feature",
322
+ "semantic_type": "numeric",
323
+ "nullable": false,
324
+ "missing_tokens": [],
325
+ "parse_format": null,
326
+ "impute_strategy": "median",
327
+ "profile_stats": {
328
+ "missing_rate": 0.0,
329
+ "unique_count": 2,
330
+ "unique_ratio": 0.000226,
331
+ "example_values": [
332
+ "1",
333
+ "-1"
334
+ ]
335
+ }
336
+ },
337
+ {
338
+ "name": "Redirect",
339
+ "role": "feature",
340
+ "semantic_type": "boolean",
341
+ "nullable": false,
342
+ "missing_tokens": [],
343
+ "parse_format": null,
344
+ "impute_strategy": "mode",
345
+ "profile_stats": {
346
+ "missing_rate": 0.0,
347
+ "unique_count": 2,
348
+ "unique_ratio": 0.000226,
349
+ "example_values": [
350
+ "1",
351
+ "0"
352
+ ]
353
+ }
354
+ },
355
+ {
356
+ "name": "on_mouseover",
357
+ "role": "feature",
358
+ "semantic_type": "numeric",
359
+ "nullable": false,
360
+ "missing_tokens": [],
361
+ "parse_format": null,
362
+ "impute_strategy": "median",
363
+ "profile_stats": {
364
+ "missing_rate": 0.0,
365
+ "unique_count": 2,
366
+ "unique_ratio": 0.000226,
367
+ "example_values": [
368
+ "1",
369
+ "-1"
370
+ ]
371
+ }
372
+ },
373
+ {
374
+ "name": "RightClick",
375
+ "role": "feature",
376
+ "semantic_type": "numeric",
377
+ "nullable": false,
378
+ "missing_tokens": [],
379
+ "parse_format": null,
380
+ "impute_strategy": "median",
381
+ "profile_stats": {
382
+ "missing_rate": 0.0,
383
+ "unique_count": 2,
384
+ "unique_ratio": 0.000226,
385
+ "example_values": [
386
+ "1",
387
+ "-1"
388
+ ]
389
+ }
390
+ },
391
+ {
392
+ "name": "popUpWidnow",
393
+ "role": "feature",
394
+ "semantic_type": "numeric",
395
+ "nullable": false,
396
+ "missing_tokens": [],
397
+ "parse_format": null,
398
+ "impute_strategy": "median",
399
+ "profile_stats": {
400
+ "missing_rate": 0.0,
401
+ "unique_count": 2,
402
+ "unique_ratio": 0.000226,
403
+ "example_values": [
404
+ "1",
405
+ "-1"
406
+ ]
407
+ }
408
+ },
409
+ {
410
+ "name": "Iframe",
411
+ "role": "feature",
412
+ "semantic_type": "numeric",
413
+ "nullable": false,
414
+ "missing_tokens": [],
415
+ "parse_format": null,
416
+ "impute_strategy": "median",
417
+ "profile_stats": {
418
+ "missing_rate": 0.0,
419
+ "unique_count": 2,
420
+ "unique_ratio": 0.000226,
421
+ "example_values": [
422
+ "1",
423
+ "-1"
424
+ ]
425
+ }
426
+ },
427
+ {
428
+ "name": "age_of_domain",
429
+ "role": "feature",
430
+ "semantic_type": "numeric",
431
+ "nullable": false,
432
+ "missing_tokens": [],
433
+ "parse_format": null,
434
+ "impute_strategy": "median",
435
+ "profile_stats": {
436
+ "missing_rate": 0.0,
437
+ "unique_count": 2,
438
+ "unique_ratio": 0.000226,
439
+ "example_values": [
440
+ "-1",
441
+ "1"
442
+ ]
443
+ }
444
+ },
445
+ {
446
+ "name": "DNSRecord",
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": 2,
456
+ "unique_ratio": 0.000226,
457
+ "example_values": [
458
+ "1",
459
+ "-1"
460
+ ]
461
+ }
462
+ },
463
+ {
464
+ "name": "web_traffic",
465
+ "role": "feature",
466
+ "semantic_type": "numeric",
467
+ "nullable": false,
468
+ "missing_tokens": [],
469
+ "parse_format": null,
470
+ "impute_strategy": "median",
471
+ "profile_stats": {
472
+ "missing_rate": 0.0,
473
+ "unique_count": 3,
474
+ "unique_ratio": 0.000339,
475
+ "example_values": [
476
+ "1",
477
+ "0",
478
+ "-1"
479
+ ]
480
+ }
481
+ },
482
+ {
483
+ "name": "Page_Rank",
484
+ "role": "feature",
485
+ "semantic_type": "numeric",
486
+ "nullable": false,
487
+ "missing_tokens": [],
488
+ "parse_format": null,
489
+ "impute_strategy": "median",
490
+ "profile_stats": {
491
+ "missing_rate": 0.0,
492
+ "unique_count": 2,
493
+ "unique_ratio": 0.000226,
494
+ "example_values": [
495
+ "-1",
496
+ "1"
497
+ ]
498
+ }
499
+ },
500
+ {
501
+ "name": "Google_Index",
502
+ "role": "feature",
503
+ "semantic_type": "numeric",
504
+ "nullable": false,
505
+ "missing_tokens": [],
506
+ "parse_format": null,
507
+ "impute_strategy": "median",
508
+ "profile_stats": {
509
+ "missing_rate": 0.0,
510
+ "unique_count": 2,
511
+ "unique_ratio": 0.000226,
512
+ "example_values": [
513
+ "1",
514
+ "-1"
515
+ ]
516
+ }
517
+ },
518
+ {
519
+ "name": "Links_pointing_to_page",
520
+ "role": "feature",
521
+ "semantic_type": "numeric",
522
+ "nullable": false,
523
+ "missing_tokens": [],
524
+ "parse_format": null,
525
+ "impute_strategy": "median",
526
+ "profile_stats": {
527
+ "missing_rate": 0.0,
528
+ "unique_count": 3,
529
+ "unique_ratio": 0.000339,
530
+ "example_values": [
531
+ "0",
532
+ "1",
533
+ "-1"
534
+ ]
535
+ }
536
+ },
537
+ {
538
+ "name": "Statistical_report",
539
+ "role": "feature",
540
+ "semantic_type": "numeric",
541
+ "nullable": false,
542
+ "missing_tokens": [],
543
+ "parse_format": null,
544
+ "impute_strategy": "median",
545
+ "profile_stats": {
546
+ "missing_rate": 0.0,
547
+ "unique_count": 2,
548
+ "unique_ratio": 0.000226,
549
+ "example_values": [
550
+ "1",
551
+ "-1"
552
+ ]
553
+ }
554
+ },
555
+ {
556
+ "name": "Result",
557
+ "role": "feature",
558
+ "semantic_type": "numeric",
559
+ "nullable": false,
560
+ "missing_tokens": [],
561
+ "parse_format": null,
562
+ "impute_strategy": "median",
563
+ "profile_stats": {
564
+ "missing_rate": 0.0,
565
+ "unique_count": 2,
566
+ "unique_ratio": 0.000226,
567
+ "example_values": [
568
+ "-1",
569
+ "1"
570
+ ]
571
+ }
572
+ }
573
+ ],
574
+ "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c8/tabddpm/tabddpm-c8-20260422_212506/public_gate/staged_input_manifest.json",
575
+ "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/train.csv",
576
+ "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/val.csv",
577
+ "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/test.csv",
578
+ "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c8/tabddpm/tabddpm-c8-20260422_212506/staged/public/staged_features.json",
579
+ "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/c8/tabddpm/tabddpm-c8-20260422_212506/public_gate/public_gate_report.json"
580
+ }
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/tabddpm-c8-8844-20260422_212734.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00292d4a016aa949b68436bd3906000d28050ad791d97f5ba8b3d5ae921cc798
3
+ size 691977
SynthData0523/main/c8/tabddpm/tabddpm-c8-20260422_212506/train_20260422_212506.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a20e5d9b590f5af263799b598fb811c0bcbfa9a9b8db24b85728ab11028d4aa
3
+ size 844
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/_tabdiff_gen.py ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ import os, shutil, subprocess, sys
3
+ td = r"/workspace/TabDiff"
4
+ name = r"pipeline_ds"
5
+ src = r"/work/output-SpecializedModels/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds"
6
+ dst_data = os.path.join(td, "data", name)
7
+ dst_syn = os.path.join(td, "synthetic", name)
8
+ shutil.rmtree(dst_data, ignore_errors=True)
9
+ shutil.copytree(src, dst_data)
10
+ os.makedirs(dst_syn, exist_ok=True)
11
+ for fn in ("real.csv", "test.csv", "val.csv"):
12
+ shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn))
13
+ os.chdir(td)
14
+ os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "")
15
+ subprocess.check_call([
16
+ sys.executable, "-m", "tabdiff.main",
17
+ "--dataname", name, "--mode", "test", "--gpu", "0",
18
+ "--no_wandb", "--exp_name", r"adapter_learnable",
19
+ "--ckpt_path", r"/workspace/TabDiff/tabdiff/ckpt/pipeline_ds/adapter_learnable/model_500.pt",
20
+ "--num_samples_to_generate", str(int(8844)),
21
+ ])
22
+ # test() 写入 tabdiff/result/<dataname>/<exp>/<epoch>/samples.csv
23
+ import glob as g
24
+ base = os.path.join(td, "tabdiff", "result", name, r"adapter_learnable")
25
+ best = None
26
+ best_t = -1.0
27
+ for root, _, files in os.walk(base):
28
+ if "samples.csv" in files:
29
+ p = os.path.join(root, "samples.csv")
30
+ t = os.path.getmtime(p)
31
+ if t > best_t:
32
+ best_t = t
33
+ best = p
34
+ if not best:
35
+ raise SystemExit("tabdiff: no samples.csv under " + base)
36
+ shutil.copy(best, r"/work/output-SpecializedModels/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff-c8-8844-20260420_072130.csv")
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/_tabdiff_train.py ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ import os, shutil, subprocess, sys
3
+ td = r"/workspace/TabDiff"
4
+ name = r"pipeline_ds"
5
+ src = r"/work/output-SpecializedModels/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds"
6
+ dst_data = os.path.join(td, "data", name)
7
+ dst_syn = os.path.join(td, "synthetic", name)
8
+ shutil.rmtree(dst_data, ignore_errors=True)
9
+ shutil.copytree(src, dst_data)
10
+ os.makedirs(dst_syn, exist_ok=True)
11
+ for fn in ("real.csv", "test.csv", "val.csv"):
12
+ shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn))
13
+ os.chdir(td)
14
+ os.environ["PYTHONPATH"] = td + os.pathsep + os.environ.get("PYTHONPATH", "")
15
+ os.environ["TABDIFF_SMOKE_STEPS"] = "500"
16
+ os.environ["TABDIFF_ADAPTER_TRAIN"] = "1"
17
+ subprocess.check_call([
18
+ sys.executable, "-m", "tabdiff.main",
19
+ "--dataname", name, "--mode", "train", "--gpu", "0",
20
+ "--no_wandb", "--exp_name", r"adapter_learnable",
21
+ ])
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/input_snapshot.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab922551063feade8d3ac8dad834768c2a5841a85a0d925d1627f09571664ebd
3
+ size 1348
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/models_tabdiff/trained.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:306660b8aad4549267c68390b017e15ddb9bc06a02c80515eb72a97ae31a81eb
3
+ size 74
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/normalized_schema_snapshot.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4213af428a9dba0a099f5f4b83768c0a9dd7b17a3045f0ddac06ce6354437140
3
+ size 12934
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/public_gate_report.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c05fcf6daf4b968504c2e5d9a2d92257f0e29fb104b4822b486248f921ac6c5
3
+ size 923
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/public_gate/staged_input_manifest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f417414cbdaf285787eb634619df1ee6045b061c2c17fb89a3321fcc4e97177d
3
+ size 13715
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/runtime_result.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2597cd31b441c4d7e5b82083f2eb9551e72ac2754083b74d373a31dca70bcf56
3
+ size 605
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/staged_features.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:225f86796b970ab41c82ed9bc4036cfe6616bc61bc5a93404e4803ad6b375c6d
3
+ size 3090
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75e0809428463e710fffe7443c63202bb0df096f71365262a3e32e43e365fa35
3
+ size 79280
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88a639183f8fa6acc2a2465b4d787607df6b931c2b681b0e9d0e1be007fea0da
3
+ size 631235
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/public/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:272551def8b1e81583201f55065453d772f25b8dd17958d4f25478c033769f9e
3
+ size 79486
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/adapter_report.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e00a4c90e2d25ac62bc58610c8ceb00fd5e443442bcf1888b9b580965a320f9
3
+ size 316
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/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/c8/tabdiff/tabdiff-c8-20260420_071420/staged/tabdiff/model_input_manifest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a4d83c617778f852ff873a2e3659a84294c62be39d7c8e63a920dc2ed52ea8d
3
+ size 13907
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff-c8-8844-20260420_072130.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab219a72a7af767057cafb8ff526fd22ea47357cd61c92e613f33ed2e91310c9
3
+ size 641487
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabdiff_train_meta.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f847e0ef723d87c8f3448e352f47cc24c93249a7c601dcf2903fb003075437a8
3
+ size 82
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af7af7116a1db33d440f1f9dab00cfb5b02cd4bd1b327e4d0ff75c0f8bb6b9da
3
+ size 8976
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69c080f550f12c0813332ad1406d251d5a9cbbba6c83d4b2f87dcc0d05e52d3f
3
+ size 70880
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_cat_val.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9670b93db7be059471acccc752f148ea6390b6f6ce4b633cbeb5f18db5a964c1
3
+ size 8968
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1db877be9d8b37ba3ced68d2b7f051557b2fd04485b5f1a75fc29bb0289de0e4
3
+ size 128424
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75dae443e666996315960652398f63cf5f6b43b5807f9203e0c699f3acccc87e
3
+ size 1026032
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/X_num_val.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95cb2c14b1aa5ec4b0f63006b514ae47997696a531fab6fcfb126d2654de0654
3
+ size 128308
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/info.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff40aede42ccfc78e3996db8816900fdc43ac9b72f8f3cb0979b5c98af757c99
3
+ size 5936
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/real.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:448b3313e84e657241ee0202c1133cb858442476f95e4a6b370ba5b27152608e
3
+ size 631235
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:670b0c4e23e3f103a3177fc17a659218bdb609a54541791bd84ad17cd993c377
3
+ size 79280
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2622b66cb770bd11f05f79bc14339e728f4d616916c54656b30c72e1be0e97d0
3
+ size 79486
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_test.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7fabf0a9590569719d4949d0dd5475dca32331b7dbb51c5c445404105425d75
3
+ size 8976
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_train.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8ac3cb9a9b23e0c3e08da4c4d46fe060013b300acb48580e9c603d7a332fdae
3
+ size 70880
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/tabular_bundle/pipeline_ds/y_val.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36b38f4f09ebca7bba0021cbe147ad163058e59434fdcfc2198ec7458cf60c8e
3
+ size 8968
SynthData0523/main/c8/tabdiff/tabdiff-c8-20260420_071420/train_20260420_071421.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d2af981e22d8bc246d090775916554ccd4234d9cf37a41d4db3671c85a4de9a
3
+ size 446740