TabQueryBench commited on
Commit
2c79061
·
verified ·
1 Parent(s): bbf8374

Add files using upload-large-folder tool

Browse files
Files changed (18) hide show
  1. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/_ctgan_generate.py +18 -0
  2. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/ctgan-c7-10368-20260429_032437.csv +3 -0
  3. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/ctgan_metadata.json +3 -0
  4. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/gen_20260429_032437.log +3 -0
  5. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/input_snapshot.json +3 -0
  6. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/models_300epochs/ctgan_300epochs.pt +3 -0
  7. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/models_300epochs/train_20260429_032054.log +3 -0
  8. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/public_gate/normalized_schema_snapshot.json +3 -0
  9. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/public_gate/public_gate_report.json +3 -0
  10. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/public_gate/staged_input_manifest.json +3 -0
  11. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/runtime_result.json +3 -0
  12. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/ctgan/adapter_report.json +3 -0
  13. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/ctgan/adapter_transforms_applied.json +3 -0
  14. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/ctgan/model_input_manifest.json +3 -0
  15. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/public/staged_features.json +3 -0
  16. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/public/test.csv +3 -0
  17. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/public/train.csv +3 -0
  18. syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/public/val.csv +3 -0
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/_ctgan_generate.py ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import sys
2
+ sys.path.insert(0, "/work")
3
+ from src.SpecificModels.ctgan_rdt_inverse_fix import apply_ctgan_inverse_fix
4
+ apply_ctgan_inverse_fix()
5
+ import pandas as pd
6
+ from ctgan.synthesizers.ctgan import CTGAN
7
+ model = CTGAN.load("/work/output-Benchmark-trainonly-v1/c7/ctgan/ctgan-c7-20260429_032054/models_300epochs/ctgan_300epochs.pt")
8
+ total = 10368
9
+ chunk = min(50000, total) if total > 50000 else total
10
+ parts = []
11
+ left = total
12
+ while left > 0:
13
+ take = min(chunk, left)
14
+ parts.append(model.sample(take))
15
+ left -= take
16
+ sampled = pd.concat(parts, ignore_index=True) if len(parts) > 1 else parts[0]
17
+ sampled.to_csv("/work/output-Benchmark-trainonly-v1/c7/ctgan/ctgan-c7-20260429_032054/ctgan-c7-10368-20260429_032437.csv", index=False)
18
+ print("[CTGAN] Generated", total, "rows in", len(parts), "chunks ->", "/work/output-Benchmark-trainonly-v1/c7/ctgan/ctgan-c7-20260429_032054/ctgan-c7-10368-20260429_032437.csv")
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/ctgan-c7-10368-20260429_032437.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6292ae1576f8682712eb05a628de61384dab5cf211e620852f27aaea02e87599
3
+ size 840588
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/ctgan_metadata.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f309bc7a17cfc24e527dcb0e3b9c4d21775cc90e61487e45e5d2f723844e57e
3
+ size 610
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/gen_20260429_032437.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d7b26ffe98c9c4f15c6f3f4fcf38ed6984c6577f5b8686141b8abea66e75a8
3
+ size 563
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/input_snapshot.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b94dffa31713984c75d0cbb32b0bdbab8f3061a075bf6ea1412849226e5f221
3
+ size 1346
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/models_300epochs/ctgan_300epochs.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a47a60b20791694378a281f78a743706e39736e244a1eab9e74ecda1c047290
3
+ size 1720675
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/models_300epochs/train_20260429_032054.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f792127bbf2b816a8b9651c667011239008e28916d147130fc115dd27b3304c
3
+ size 2137
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/public_gate/normalized_schema_snapshot.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dd68094a5d8fc40d291695c5aa12bc01cfe8d3a62848b4bcfd82c2e88ed19c9
3
+ size 4177
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/public_gate/public_gate_report.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f08566bcd78a9005059bf27f5f9ecf74954e2be289410d19100e900577f651ea
3
+ size 912
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/public_gate/staged_input_manifest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78fe8dab46f15db0d56f772b444fad84bc3fdc9b3546c27762e74074a202a3d4
3
+ size 4963
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/runtime_result.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63fb6027e256168fe13ec620e23dd6cace8ed7937c624a13071a5389119c777f
3
+ size 612
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/ctgan/adapter_report.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04dc6725a4a5be840f8ffec164839197c253ff6bcbf79239ed81bba38d04cb9e
3
+ size 315
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/ctgan/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
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/ctgan/model_input_manifest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:133df0dfc30fbc8254dd7d528ec0ea035083467af25a1a830523ec2a95d6778c
3
+ size 5154
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/public/staged_features.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07596ae0689482090a05749dba332eca061d863cde5d8bf7a83e8c2c92abb330
3
+ size 851
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/public/test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2042076337d5c37c6476e6bca2bd33cb5a171450c27894534ef50ac223256058
3
+ size 106030
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/public/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b37f6b2ef5257f40bd826ac956749881f0f474362bdb56e8c5728ad629242e3a
3
+ size 847349
syntheticSuccess/c7/ctgan/ctgan-c7-20260429_032054/staged/public/val.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eff6dec27c3740661a1ae84dea391d690dfb60342bfd5d7527b903fdd6009780
3
+ size 106192