diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/_arf_generate.py b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/_arf_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..446837f02bd861c06019ecf076c94213198106e4 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/_arf_generate.py @@ -0,0 +1,6 @@ +import pickle +with open("/work/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/arf_model.pkl", "rb") as f: + model = pickle.load(f) +syn = model.forge(n=227845) +syn.to_csv("/work/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/arf-n16-227845-20260330_070853.csv", index=False) +print(f"[ARF] Generated 227845 rows -> /work/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/arf-n16-227845-20260330_070853.csv") diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/_arf_train.py b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/_arf_train.py new file mode 100644 index 0000000000000000000000000000000000000000..7a8266ac0080a88b6a661014e9ce69ac83dbbdb9 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/_arf_train.py @@ -0,0 +1,19 @@ +import pickle +import pandas as pd +from arfpy import arf + +df = pd.read_csv("/work/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/staged/public/train.csv") +df = df.dropna(axis=1, how="all") +print(f"[ARF] Training on {len(df)} rows, {len(df.columns)} cols") + +model = arf.arf(x=df) +if hasattr(model, "fit"): + model.fit() +elif hasattr(model, "forde"): + model.forde() +else: + raise RuntimeError("arfpy API: no fit() / forde()") + +with open("/work/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/arf_model.pkl", "wb") as f: + pickle.dump(model, f) +print(f"[ARF] Model saved -> /work/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/arf_model.pkl") diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/arf-n16-1000-20260326_191806.csv b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/arf-n16-1000-20260326_191806.csv new file mode 100644 index 0000000000000000000000000000000000000000..b10027408e84a70e3d1083d384a6f52f2c309b01 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/arf-n16-1000-20260326_191806.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6b0cf183d3549cb13b7581b12402f3f33c75c187283513eb488bc54c52cdad +size 595599 diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/arf-n16-227845-20260330_070853.csv b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/arf-n16-227845-20260330_070853.csv new file mode 100644 index 0000000000000000000000000000000000000000..218ab45528efc6b41fb71748817ef2013e7d0cf5 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/arf-n16-227845-20260330_070853.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22a60c41b1db48ded0178de99d4fd0244211d4d0cf42729365a6ab3bf38e83e +size 135743610 diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/arf_model.pkl b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/arf_model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..83eaf99c0b8028b3d15b1a6f0f1c073280415ce7 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/arf_model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7cb3125cac44253728e1be43c6ec61c67cd7a797676b952f47241d210ddd59 +size 2244691837 diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/gen_20260326_191806.log b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/gen_20260326_191806.log new file mode 100644 index 0000000000000000000000000000000000000000..ea5c8eca88c1b46b87330929a2fd9c0f957dae1a --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/gen_20260326_191806.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65fd0bab0fd730ac54da99168505e074a33ab0020eef99dadd5d583bc79e03f +size 441 diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/gen_20260330_070853.log b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/gen_20260330_070853.log new file mode 100644 index 0000000000000000000000000000000000000000..0c2250b2e4402ea4e2d1b2d8603b1b12c97a9885 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/gen_20260330_070853.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbed7f04a624f47ee8fd94d474b757dcc3487253ce7852755af8fe569f97cd2 +size 445 diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/input_snapshot.json b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..ac8f51db3ca6ec89ce5c932b4d69e4c452b05051 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n16", + "model": "arf", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-train.csv", + "exists": true, + "size": 120434969, + "sha256": "d33c0f51e8e82d110fc3787d448c55eb646bb006d4142775762e29d38619dab7" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-val.csv", + "exists": true, + "size": 15054728, + "sha256": "ba8c9f03e07e66776ad749730d985bb6491b848595a0727e851448fc8c0a28ce" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-test.csv", + "exists": true, + "size": 15054431, + "sha256": "23f5d0e05e2e308538143a51e1ceb6f019680d1e92ef6c37626cc7774f22b45b" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n16/n16-dataset_profile.json", + "exists": true, + "size": 13450, + "sha256": "dc84ba22eb87a13dee40814eb0af363bbe651e48726c8f07b641f4e30f33a235" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n16/n16-dataset_contract_v1.json", + "exists": true, + "size": 16859, + "sha256": "3e28017c8292679d4e8b4eeca7a3c31c5496db891c09e8b15d30f57e2884b12e" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..d391c1ee1422eb5ee4ce05e4391604265338d18a --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,655 @@ +{ + "dataset_id": "n16", + "target_column": "Class", + "task_type": "classification", + "columns": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/public_gate/public_gate_report.json b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..77d1958fecefe23b3791fd07b5a6eaa8296b1d05 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n16", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "Class", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/public_gate/staged_input_manifest.json b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ffc93286a4b7a179c91d66b3b893593b762a1947 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/public_gate/staged_input_manifest.json @@ -0,0 +1,660 @@ +{ + "dataset_id": "n16", + "target_column": "Class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/runtime_result.json b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..965a1f0e72dd84e78658443c232a78fdbb3a3426 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n16", + "model": "arf", + "run_id": "arf-n16-20260326_090706", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "skipped", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/arf-n16-227845-20260330_070853.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/arf/adapter_report.json b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/arf/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..9df8a1f4a9bc01fc5fd5711e4d305079ae022ab8 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/arf/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/staged/arf/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/arf/adapter_transforms_applied.json b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/arf/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/arf/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/arf/model_input_manifest.json b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/arf/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..9b26e22691cc701e70f57df1e9c9cb4b1d307e14 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/arf/model_input_manifest.json @@ -0,0 +1,662 @@ +{ + "dataset_id": "n16", + "model": "arf", + "target_column": "Class", + "task_type": "classification", + "column_schema": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/arf/arf-n16-20260326_090706/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/public/staged_features.json b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..4fa94dfbf395e3c2359e2e16c0488f3f0b698f00 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/public/staged_features.json @@ -0,0 +1,157 @@ +[ + { + "feature_name": "Time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V17", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V18", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V19", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V20", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V21", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V22", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V23", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V24", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V25", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V26", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V27", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V28", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "Amount", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "Class", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/public/test.csv b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..cb4c5f2390e09a1ae9f2ca49caa3db30b90ee24e --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69f73fdce5c2172678b0625c43058e7b6c8a991cee8c51c62b4e8f9200ddda9 +size 15025273 diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/public/train.csv b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab9a51ab9c902997393ab9225f0450777380d61a --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9803535990b2822a664c439816ab91c39aeedc38f99ade09a4347fe013876a3 +size 120653578 diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/public/val.csv b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..d9e3a8f016b961c43651de14560f3c57ba65483f --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abf3e2b22202b610a02bb43c40fc2751b5ff791d7c12fbc78ec217fdd5bebb2 +size 15025064 diff --git a/syntheticSuccess/n16/arf/arf-n16-20260326_090706/train_20260326_090752.log b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/train_20260326_090752.log new file mode 100644 index 0000000000000000000000000000000000000000..e2baec233338463afeb2945a4773573dc0c8d880 --- /dev/null +++ b/syntheticSuccess/n16/arf/arf-n16-20260326_090706/train_20260326_090752.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12268839cef50149b0cd275029603f6c8b99a7352058cf09f425b9df9bb981c +size 1440 diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/_bayesnet_generate.py b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/_bayesnet_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..144f9f87ce3054ec40dd0d018bb9e46efdc5022d --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/_bayesnet_generate.py @@ -0,0 +1,104 @@ + +import pickle +import subprocess +import sys +import warnings + +import numpy as np +import pandas as pd +from pgmpy.sampling import BayesianModelSampling + +warnings.filterwarnings("ignore", category=FutureWarning) + +def _ensure_cloudpickle(): + try: + import cloudpickle # noqa: F401 + except ModuleNotFoundError: + subprocess.check_call( + [sys.executable, "-m", "pip", "install", "--quiet", "cloudpickle"], + ) + +_ensure_cloudpickle() + +with open("/work/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet_model.pkl", "rb") as f: + bundle = pickle.load(f) + +network = bundle["network"] +inverse = bundle["inverse"] +cols = bundle["column_order"] +integer_columns = set(bundle.get("integer_columns") or []) +full_order = bundle.get("full_column_order") or cols +const_cols = bundle.get("const_cols") or {} + +num_rows = int(227845) +sampler = BayesianModelSampling(network) +raw = sampler.forward_sample(size=num_rows, show_progress=False) +raw = raw.reset_index(drop=True) +if len(raw) > num_rows: + raw = raw.iloc[:num_rows] +_tries = 0 +while len(raw) < num_rows and _tries < 64: + _tries += 1 + nextra = min(10000, num_rows - len(raw)) + more = sampler.forward_sample(size=max(nextra, 1), show_progress=False) + more = more.reset_index(drop=True) + if len(more) == 0: + break + raw = pd.concat([raw, more], ignore_index=True) + if len(raw) > num_rows: + raw = raw.iloc[:num_rows] + +out = pd.DataFrame(index=raw.index) +rng = np.random.default_rng() + +for c in cols: + if c in inverse["categorical"]: + levels = inverse["categorical"][c] + idx = raw[c].astype(int).to_numpy() + idx = np.clip(idx, 0, max(0, len(levels) - 1)) + out[c] = [levels[i] for i in idx] + else: + edges = np.asarray(inverse["continuous"][c], dtype=float) + if edges.size < 2: + out[c] = 0.0 + else: + nbin = edges.size - 1 + res = [] + for k in raw[c].astype(int).to_numpy(): + k = int(k) + if k < 0: + k = 0 + if k >= nbin: + k = nbin - 1 + lo, hi = float(edges[k]), float(edges[k + 1]) + if hi < lo: + lo, hi = hi, lo + v = rng.uniform(lo, hi) + if c in integer_columns: + v = int(round(v)) + res.append(v) + out[c] = res + +final = pd.DataFrame(index=out.index) +for c in full_order: + if c in const_cols: + final[c] = const_cols[c] + elif c in out.columns: + final[c] = out[c] + +dtypes = bundle.get("original_dtypes") or {} +for c, dts in dtypes.items(): + if c not in final.columns: + continue + try: + if "int" in dts: + final[c] = pd.to_numeric(final[c], errors="coerce").astype("Int64") + elif "float" in dts: + final[c] = pd.to_numeric(final[c], errors="coerce") + except Exception: + pass + +if len(final) != num_rows: + final = final.iloc[:num_rows].copy() +final.to_csv("/work/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet-n16-227845-20260422_060347.csv", index=False) +print(f"[BayesNet] Generated {len(final)} rows (requested {num_rows}) -> /work/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet-n16-227845-20260422_060347.csv") diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/_bayesnet_train.py b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/_bayesnet_train.py new file mode 100644 index 0000000000000000000000000000000000000000..7d6d43b16a7fca81628895f4e15826d454e7b63d --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/_bayesnet_train.py @@ -0,0 +1,118 @@ + +import json +import pickle +import subprocess +import sys +import warnings + +import numpy as np +import pandas as pd +from pgmpy.estimators import TreeSearch +from pgmpy.models import DiscreteBayesianNetwork +warnings.filterwarnings("ignore", category=FutureWarning) + +def _ensure_cloudpickle(): + try: + import cloudpickle # noqa: F401 + except ModuleNotFoundError: + subprocess.check_call( + [sys.executable, "-m", "pip", "install", "--quiet", "cloudpickle"], + ) + +_ensure_cloudpickle() + +with open("/work/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet_coltypes.json", "r", encoding="utf-8") as _f: + colmeta = json.load(_f) +integer_columns = set(colmeta.get("integer_columns") or []) + +df = pd.read_csv("/work/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/train.csv") +df = df.dropna(axis=1, how="all") +full_column_order = list(df.columns) + +const_cols = {} +for col in list(df.columns): + if df[col].nunique(dropna=True) <= 1: + const_cols[col] = df[col].iloc[0] if len(df) > 0 else None + df = df.drop(columns=[col]) + print(f"[BayesNet] Dropped zero-variance column '{col}'") + +const_path = "/work/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet_model.pkl".replace("bayesnet_model.pkl", "const_cols.json") +with open(const_path, "w", encoding="utf-8") as _f: + json.dump({k: str(v) for k, v in const_cols.items()}, _f) + +inverse = {"categorical": {}, "continuous": {}} +enc = pd.DataFrame(index=df.index) +_n_samples = len(df) +_n_plan = sum( + 1 for e in colmeta["columns"] if str(e.get("name", "")) in df.columns +) +max_bins = 10 +if _n_plan > 35 or _n_samples > 200000: + max_bins = 5 +if _n_plan > 55: + max_bins = 4 +print(f"[BayesNet] max_bins={max_bins} (cols_in_df={_n_plan}, rows={_n_samples})") + +for entry in colmeta["columns"]: + name = entry["name"] + if name not in df.columns: + continue + kind = entry["type"] + s = df[name] + if kind == "categorical": + uniques = sorted(s.dropna().unique(), key=lambda x: str(x)) + mapping = {str(v): i for i, v in enumerate(uniques)} + inverse["categorical"][name] = [uniques[i] for i in range(len(uniques))] + enc[name] = s.map(lambda x, m=mapping: m.get(str(x), 0)).astype(int) + else: + s_num = pd.to_numeric(s, errors="coerce") + nu = int(s_num.nunique(dropna=True)) + q = min(max_bins, max(2, nu)) + if nu < 2: + enc[name] = np.zeros(len(s_num), dtype=int) + lo, hi = float(s_num.min()), float(s_num.max()) + inverse["continuous"][name] = [lo, hi] + else: + try: + _, bins = pd.qcut( + s_num, q=q, retbins=True, duplicates="drop" + ) + except Exception: + med = float(s_num.median()) + s2 = s_num.fillna(med) + _, bins = pd.qcut( + s2, q=min(q, 3), retbins=True, duplicates="drop" + ) + bins = np.asarray(bins, dtype=float) + lab = pd.cut( + s_num, bins=bins, labels=False, include_lowest=True + ) + enc[name] = lab.fillna(0).astype(int) + inverse["continuous"][name] = bins.tolist() + +print(f"[BayesNet] Training on {len(enc)} rows, {len(enc.columns)} cols (encoded)") + +enc_struct = enc +if len(enc) > 25000: + enc_struct = enc.sample(n=25000, random_state=0, replace=False) + print(f"[BayesNet] TreeSearch on {len(enc_struct)} rows (subsample; full n={len(enc)})") +dag = TreeSearch(enc_struct).estimate(show_progress=False) +for col in enc.columns: + if col not in dag.nodes(): + dag.add_node(col) + print(f"[BayesNet] Added isolated node to DAG: {col}") +network = DiscreteBayesianNetwork(dag) +network.fit(enc) + +bundle = { + "network": network, + "inverse": inverse, + "column_order": list(enc.columns), + "full_column_order": full_column_order, + "integer_columns": list(integer_columns), + "original_dtypes": {c: str(df[c].dtype) for c in enc.columns}, + "const_cols": const_cols, +} +with open("/work/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet_model.pkl", "wb") as _f: + pickle.dump(bundle, _f) +print(f"[BayesNet] Model saved -> /work/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet_model.pkl") diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet-n16-227845-20260422_060347.csv b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet-n16-227845-20260422_060347.csv new file mode 100644 index 0000000000000000000000000000000000000000..badc14ca3a159a0209f8e11947ef55f79607421c --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet-n16-227845-20260422_060347.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef573fc616417fe5233e1632dc670c69b7a57d964381eb5fc59d551d25cf7bdb +size 134088022 diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet_coltypes.json b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet_coltypes.json new file mode 100644 index 0000000000000000000000000000000000000000..138683c25b9b5411854cc1c6d27c499a4e740a99 --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet_coltypes.json @@ -0,0 +1,129 @@ +{ + "columns": [ + { + "name": "Time", + "type": "continuous" + }, + { + "name": "V1", + "type": "continuous" + }, + { + "name": "V2", + "type": "continuous" + }, + { + "name": "V3", + "type": "continuous" + }, + { + "name": "V4", + "type": "continuous" + }, + { + "name": "V5", + "type": "continuous" + }, + { + "name": "V6", + "type": "continuous" + }, + { + "name": "V7", + "type": "continuous" + }, + { + "name": "V8", + "type": "continuous" + }, + { + "name": "V9", + "type": "continuous" + }, + { + "name": "V10", + "type": "continuous" + }, + { + "name": "V11", + "type": "continuous" + }, + { + "name": "V12", + "type": "continuous" + }, + { + "name": "V13", + "type": "continuous" + }, + { + "name": "V14", + "type": "continuous" + }, + { + "name": "V15", + "type": "continuous" + }, + { + "name": "V16", + "type": "continuous" + }, + { + "name": "V17", + "type": "continuous" + }, + { + "name": "V18", + "type": "continuous" + }, + { + "name": "V19", + "type": "continuous" + }, + { + "name": "V20", + "type": "continuous" + }, + { + "name": "V21", + "type": "continuous" + }, + { + "name": "V22", + "type": "continuous" + }, + { + "name": "V23", + "type": "continuous" + }, + { + "name": "V24", + "type": "continuous" + }, + { + "name": "V25", + "type": "continuous" + }, + { + "name": "V26", + "type": "continuous" + }, + { + "name": "V27", + "type": "continuous" + }, + { + "name": "V28", + "type": "continuous" + }, + { + "name": "Amount", + "type": "continuous" + }, + { + "name": "Class", + "type": "categorical" + } + ], + "integer_columns": [] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet_model.pkl b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet_model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..04cefdc1bfa558db72abb4705627eed7f667f27b --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet_model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed0a28e994c98e47e850414768f8a3327a0f18c2fe788de7470d419431763f2 +size 25066 diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/const_cols.json b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/const_cols.json new file mode 100644 index 0000000000000000000000000000000000000000..9e26dfeeb6e641a33dae4961196235bdb965b21b --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/const_cols.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/gen_20260422_060347.log b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/gen_20260422_060347.log new file mode 100644 index 0000000000000000000000000000000000000000..995e79194095410a3c9f47baa61177cb5657ea2f --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/gen_20260422_060347.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cad7522d912b8257431699d3c17f86cded26bd5d2883de48977949ed9073097 +size 3396 diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/input_snapshot.json b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..f973ae2540dc860be61a6268ad7ce35e8b78d6f3 --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n16", + "model": "bayesnet", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-train.csv", + "exists": true, + "size": 120434969, + "sha256": "d33c0f51e8e82d110fc3787d448c55eb646bb006d4142775762e29d38619dab7" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-val.csv", + "exists": true, + "size": 15054728, + "sha256": "ba8c9f03e07e66776ad749730d985bb6491b848595a0727e851448fc8c0a28ce" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-test.csv", + "exists": true, + "size": 15054431, + "sha256": "23f5d0e05e2e308538143a51e1ceb6f019680d1e92ef6c37626cc7774f22b45b" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n16/n16-dataset_profile.json", + "exists": true, + "size": 13450, + "sha256": "dc84ba22eb87a13dee40814eb0af363bbe651e48726c8f07b641f4e30f33a235" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n16/n16-dataset_contract_v1.json", + "exists": true, + "size": 16859, + "sha256": "3e28017c8292679d4e8b4eeca7a3c31c5496db891c09e8b15d30f57e2884b12e" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..d391c1ee1422eb5ee4ce05e4391604265338d18a --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,655 @@ +{ + "dataset_id": "n16", + "target_column": "Class", + "task_type": "classification", + "columns": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/public_gate/public_gate_report.json b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..77d1958fecefe23b3791fd07b5a6eaa8296b1d05 --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n16", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "Class", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/public_gate/staged_input_manifest.json b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..010dee8ad60dea592e5d22ed670885654bda6d09 --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/public_gate/staged_input_manifest.json @@ -0,0 +1,660 @@ +{ + "dataset_id": "n16", + "target_column": "Class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/runtime_result.json b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..31ba717c60454284f52b65ca7cb1a730c61e43e7 --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/runtime_result.json @@ -0,0 +1,15 @@ +{ + "dataset_id": "n16", + "model": "bayesnet", + "run_id": "bayesnet-n16-20260422_060152", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "success", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet-n16-227845-20260422_060347.csv", + "model_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/bayesnet_model.pkl" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/bayesnet/adapter_report.json b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/bayesnet/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..ae9625f24ea1590732cf9ac7f94db8dea2f54e90 --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/bayesnet/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/staged/bayesnet/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/bayesnet/adapter_transforms_applied.json b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/bayesnet/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/bayesnet/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/bayesnet/model_input_manifest.json b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/bayesnet/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..46bea9a329abb11ba796702bd04ee662c726d906 --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/bayesnet/model_input_manifest.json @@ -0,0 +1,662 @@ +{ + "dataset_id": "n16", + "model": "bayesnet", + "target_column": "Class", + "task_type": "classification", + "column_schema": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/bayesnet/bayesnet-n16-20260422_060152/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/staged_features.json b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..4fa94dfbf395e3c2359e2e16c0488f3f0b698f00 --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/staged_features.json @@ -0,0 +1,157 @@ +[ + { + "feature_name": "Time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V17", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V18", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V19", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V20", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V21", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V22", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V23", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V24", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V25", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V26", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V27", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V28", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "Amount", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "Class", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/test.csv b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..cb4c5f2390e09a1ae9f2ca49caa3db30b90ee24e --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69f73fdce5c2172678b0625c43058e7b6c8a991cee8c51c62b4e8f9200ddda9 +size 15025273 diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/train.csv b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab9a51ab9c902997393ab9225f0450777380d61a --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9803535990b2822a664c439816ab91c39aeedc38f99ade09a4347fe013876a3 +size 120653578 diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/val.csv b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..d9e3a8f016b961c43651de14560f3c57ba65483f --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abf3e2b22202b610a02bb43c40fc2751b5ff791d7c12fbc78ec217fdd5bebb2 +size 15025064 diff --git a/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/train_20260422_060303.log b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/train_20260422_060303.log new file mode 100644 index 0000000000000000000000000000000000000000..b479f283f1bbb62c0068bb4d1aa8aa5ffc9425e6 --- /dev/null +++ b/syntheticSuccess/n16/bayesnet/bayesnet-n16-20260422_060152/train_20260422_060303.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778f26ebce895449266653a427006eb7eea8c48cb2d56cdf51a2fae088f1f260 +size 3514 diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/ctgan-n16-1000-20260328_213518.csv b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/ctgan-n16-1000-20260328_213518.csv new file mode 100644 index 0000000000000000000000000000000000000000..ea737d100c23f6308aa7378b4de460f7ee10c86a --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/ctgan-n16-1000-20260328_213518.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cbf975cedfa93aef81e1b95882542ba7117c8b4631bf0d55b353f152b643d0 +size 591309 diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/ctgan-n16-227845-20260330_070840.csv b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/ctgan-n16-227845-20260330_070840.csv new file mode 100644 index 0000000000000000000000000000000000000000..839ccca6c40b52642cf9e6258e1d3847f5341ff3 --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/ctgan-n16-227845-20260330_070840.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd815b3bc2eec527e5a0aa4d1ed858a98fb6458b204958aaff459d0fcb6fea7 +size 134649713 diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/ctgan_metadata.json b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/ctgan_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..90c43ff9b425e4b0d81825520d4e1ed776e832d3 --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/ctgan_metadata.json @@ -0,0 +1,128 @@ +{ + "columns": [ + { + "name": "Time", + "type": "continuous" + }, + { + "name": "V1", + "type": "continuous" + }, + { + "name": "V2", + "type": "continuous" + }, + { + "name": "V3", + "type": "continuous" + }, + { + "name": "V4", + "type": "continuous" + }, + { + "name": "V5", + "type": "continuous" + }, + { + "name": "V6", + "type": "continuous" + }, + { + "name": "V7", + "type": "continuous" + }, + { + "name": "V8", + "type": "continuous" + }, + { + "name": "V9", + "type": "continuous" + }, + { + "name": "V10", + "type": "continuous" + }, + { + "name": "V11", + "type": "continuous" + }, + { + "name": "V12", + "type": "continuous" + }, + { + "name": "V13", + "type": "continuous" + }, + { + "name": "V14", + "type": "continuous" + }, + { + "name": "V15", + "type": "continuous" + }, + { + "name": "V16", + "type": "continuous" + }, + { + "name": "V17", + "type": "continuous" + }, + { + "name": "V18", + "type": "continuous" + }, + { + "name": "V19", + "type": "continuous" + }, + { + "name": "V20", + "type": "continuous" + }, + { + "name": "V21", + "type": "continuous" + }, + { + "name": "V22", + "type": "continuous" + }, + { + "name": "V23", + "type": "continuous" + }, + { + "name": "V24", + "type": "continuous" + }, + { + "name": "V25", + "type": "continuous" + }, + { + "name": "V26", + "type": "continuous" + }, + { + "name": "V27", + "type": "continuous" + }, + { + "name": "V28", + "type": "continuous" + }, + { + "name": "Amount", + "type": "continuous" + }, + { + "name": "Class", + "type": "categorical" + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/gen_20260328_213518.log b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/gen_20260328_213518.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/gen_20260330_070840.log b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/gen_20260330_070840.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/input_snapshot.json b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..e44061bec26d17003243c025308b6e29f55f543b --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n16", + "model": "ctgan", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-train.csv", + "exists": true, + "size": 120434969, + "sha256": "d33c0f51e8e82d110fc3787d448c55eb646bb006d4142775762e29d38619dab7" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-val.csv", + "exists": true, + "size": 15054728, + "sha256": "ba8c9f03e07e66776ad749730d985bb6491b848595a0727e851448fc8c0a28ce" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-test.csv", + "exists": true, + "size": 15054431, + "sha256": "23f5d0e05e2e308538143a51e1ceb6f019680d1e92ef6c37626cc7774f22b45b" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n16/n16-dataset_profile.json", + "exists": true, + "size": 13450, + "sha256": "dc84ba22eb87a13dee40814eb0af363bbe651e48726c8f07b641f4e30f33a235" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n16/n16-dataset_contract_v1.json", + "exists": true, + "size": 16859, + "sha256": "3e28017c8292679d4e8b4eeca7a3c31c5496db891c09e8b15d30f57e2884b12e" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/models_300epochs/ctgan_300epochs.pt b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/models_300epochs/ctgan_300epochs.pt new file mode 100644 index 0000000000000000000000000000000000000000..e2faffff5e238e4a1aff53aaa900ebc92459f9ff --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/models_300epochs/ctgan_300epochs.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9398e4376a4b9e738053a5bf43d78c30f5db88fd594b99515fdf8426193a4f +size 4360611 diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/models_300epochs/train_20260328_055234.log b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/models_300epochs/train_20260328_055234.log new file mode 100644 index 0000000000000000000000000000000000000000..003a71ee569a05cd159dac9d0ecaaafbbf00a274 --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/models_300epochs/train_20260328_055234.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08d9cbaac7315c19cc6ffbb125e1699401614927b4f27c0faf3272174fc6602 +size 372 diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..d391c1ee1422eb5ee4ce05e4391604265338d18a --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,655 @@ +{ + "dataset_id": "n16", + "target_column": "Class", + "task_type": "classification", + "columns": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/public_gate/public_gate_report.json b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..77d1958fecefe23b3791fd07b5a6eaa8296b1d05 --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n16", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "Class", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/public_gate/staged_input_manifest.json b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a949d9beca8e83c83184212d04ff44cf8a11ad6d --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/public_gate/staged_input_manifest.json @@ -0,0 +1,660 @@ +{ + "dataset_id": "n16", + "target_column": "Class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/ctgan/ctgan-n16-20260328_055125/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/ctgan/ctgan-n16-20260328_055125/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/ctgan/ctgan-n16-20260328_055125/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/ctgan/ctgan-n16-20260328_055125/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/ctgan/ctgan-n16-20260328_055125/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/runtime_result.json b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..6223dd5a128920bb6d6c0cecebf4d2ea34c812f5 --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n16", + "model": "ctgan", + "run_id": "ctgan-n16-20260328_055125", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "skipped", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/ctgan/ctgan-n16-20260328_055125/ctgan-n16-227845-20260330_070840.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/ctgan/adapter_report.json b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/ctgan/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..ba6d01b77ca101b2461020fcf05177ae5046c0cc --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/ctgan/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/ctgan/ctgan-n16-20260328_055125/staged/ctgan/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/ctgan/adapter_transforms_applied.json b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/ctgan/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/ctgan/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/ctgan/model_input_manifest.json b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/ctgan/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ea85722e0c844165de621fd80e38565b7ca49373 --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/ctgan/model_input_manifest.json @@ -0,0 +1,662 @@ +{ + "dataset_id": "n16", + "model": "ctgan", + "target_column": "Class", + "task_type": "classification", + "column_schema": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/ctgan/ctgan-n16-20260328_055125/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/ctgan/ctgan-n16-20260328_055125/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/ctgan/ctgan-n16-20260328_055125/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/ctgan/ctgan-n16-20260328_055125/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/ctgan/ctgan-n16-20260328_055125/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/ctgan/ctgan-n16-20260328_055125/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/public/staged_features.json b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..4fa94dfbf395e3c2359e2e16c0488f3f0b698f00 --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/public/staged_features.json @@ -0,0 +1,157 @@ +[ + { + "feature_name": "Time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V17", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V18", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V19", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V20", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V21", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V22", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V23", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V24", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V25", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V26", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V27", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V28", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "Amount", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "Class", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/public/test.csv b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..cb4c5f2390e09a1ae9f2ca49caa3db30b90ee24e --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69f73fdce5c2172678b0625c43058e7b6c8a991cee8c51c62b4e8f9200ddda9 +size 15025273 diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/public/train.csv b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab9a51ab9c902997393ab9225f0450777380d61a --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9803535990b2822a664c439816ab91c39aeedc38f99ade09a4347fe013876a3 +size 120653578 diff --git a/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/public/val.csv b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..d9e3a8f016b961c43651de14560f3c57ba65483f --- /dev/null +++ b/syntheticSuccess/n16/ctgan/ctgan-n16-20260328_055125/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abf3e2b22202b610a02bb43c40fc2751b5ff791d7c12fbc78ec217fdd5bebb2 +size 15025064 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/_tabddpm_sample.py b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/_tabddpm_sample.py new file mode 100644 index 0000000000000000000000000000000000000000..1dcc7a4116cb41f5191a50ded1fa56448b70c861 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/_tabddpm_sample.py @@ -0,0 +1,66 @@ +import os, sys, subprocess, json +import numpy as np +import pandas as pd + +tabddpm_root = "/workspace/tabddpm/code" +assert os.path.isdir(tabddpm_root), f"TabDDPM source not mounted: {tabddpm_root}" +env = os.environ.copy() +env["PYTHONPATH"] = tabddpm_root + (os.pathsep + env.get("PYTHONPATH", "")) + +# Reuse the compat wrapper (patches collections.Sequence for skorch) +wrapper = os.path.join(tabddpm_root, "_compat_run.py") +if not os.path.exists(wrapper): + with open(wrapper, "w") as f: + f.write( + "import collections, collections.abc\n" + "for _a in ('Sequence','MutableSequence','MutableMapping','Mapping'," + "'MutableSet','Set','Callable','Iterable','Iterator'):\n" + " if not hasattr(collections, _a): setattr(collections, _a, getattr(collections.abc, _a, None))\n" + "import sys, runpy\n" + "sys.argv = sys.argv[1:]\n" + "runpy.run_path(sys.argv[0], run_name='__main__')\n" + ) + +print(f"[TabDDPM] Sampling 227845 rows") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/config_sample_20260425_080506.toml", + "--sample"], + cwd=tabddpm_root, + env=env +) +if ret.returncode != 0: + sys.exit(ret.returncode) + +# 将 .npy 输出转为 CSV(npy 在 TabDDPM 的 parent_dir,即 npy_dir) +info_path = "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/data/info.json" +with open(info_path) as f: + info = json.load(f) + +output_dir = "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/output" +col_names = info.get("column_names", []) + +parts = [] +x_num_path = os.path.join(output_dir, "X_num_train.npy") +x_cat_path = os.path.join(output_dir, "X_cat_train.npy") +y_path = os.path.join(output_dir, "y_train.npy") + +if os.path.exists(x_num_path): + parts.append(np.load(x_num_path, allow_pickle=True)) +if os.path.exists(x_cat_path): + parts.append(np.load(x_cat_path, allow_pickle=True).astype(float)) +if os.path.exists(y_path): + y = np.load(y_path, allow_pickle=True) + parts.append(y.reshape(-1, 1) if y.ndim == 1 else y) + +if parts: + combined = np.concatenate(parts, axis=1) + if col_names and len(col_names) == combined.shape[1]: + df = pd.DataFrame(combined, columns=col_names) + else: + df = pd.DataFrame(combined) + df.to_csv("/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/tabddpm-n16-227845-20260425_080506.csv", index=False) + print(f"[TabDDPM] Saved {len(df)} rows -> /work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/tabddpm-n16-227845-20260425_080506.csv") +else: + print("[TabDDPM] WARNING: No output .npy files found") + sys.exit(1) diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/_tabddpm_train.py b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/_tabddpm_train.py new file mode 100644 index 0000000000000000000000000000000000000000..c74b289d4d61db77d43d38b0e990881186f34e56 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/_tabddpm_train.py @@ -0,0 +1,32 @@ +import os, sys, subprocess + +tabddpm_root = "/workspace/tabddpm/code" +assert os.path.isdir(tabddpm_root), f"TabDDPM source not mounted: {tabddpm_root}" +env = os.environ.copy() +env["PYTHONPATH"] = tabddpm_root + (os.pathsep + env.get("PYTHONPATH", "")) + +# Write a wrapper that patches collections.Sequence (removed in Python 3.10+) +# before running pipeline.py - needed because skorch uses old API +wrapper = os.path.join(tabddpm_root, "_compat_run.py") +with open(wrapper, "w") as f: + f.write( + "import collections, collections.abc\n" + "for _a in ('Sequence','MutableSequence','MutableMapping','Mapping'," + "'MutableSet','Set','Callable','Iterable','Iterator'):\n" + " if not hasattr(collections, _a): setattr(collections, _a, getattr(collections.abc, _a, None))\n" + "import sys, runpy\n" + "sys.argv = sys.argv[1:]\n" + "runpy.run_path(sys.argv[0], run_name='__main__')\n" + ) + +print(f"[TabDDPM] Training, config=/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/config.toml") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/config.toml", + "--train"], + cwd=tabddpm_root, + env=env +) +if ret.returncode != 0: + sys.exit(ret.returncode) +print("[TabDDPM] Training complete") diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/config.toml b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..149ce527344edff5a82d775270b6d8d49161cd8d --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/config.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/output" +real_data_path = "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/data" +model_type = "mlp" +num_numerical_features = 30 +device = "cuda:0" + +[model_params] +d_in = 30 +num_classes = 2 +is_y_cond = true + +[model_params.rtdl_params] +d_layers = [256, 256] +dropout = 0.0 + +[diffusion_params] +num_timesteps = 1000 +gaussian_loss_type = "mse" + +[train.main] +steps = 5000 +lr = 0.001 +weight_decay = 0.0 +batch_size = 256 + +[train.T] +seed = 0 +normalization = "quantile" +num_nan_policy = "__none__" +cat_nan_policy = "__none__" +cat_min_frequency = "__none__" +cat_encoding = "__none__" +y_policy = "default" + +[sample] +num_samples = 1000 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/config_sample_20260424_212203.toml b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/config_sample_20260424_212203.toml new file mode 100644 index 0000000000000000000000000000000000000000..8b161a54dd94fda70c21bbe875ebab2f29f3627c --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/config_sample_20260424_212203.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/output" +real_data_path = "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/data" +model_type = "mlp" +num_numerical_features = 30 +device = "cuda:0" + +[model_params] +d_in = 30 +num_classes = 2 +is_y_cond = true + +[model_params.rtdl_params] +d_layers = [256, 256] +dropout = 0.0 + +[diffusion_params] +num_timesteps = 1000 +gaussian_loss_type = "mse" + +[train.main] +steps = 5000 +lr = 0.001 +weight_decay = 0.0 +batch_size = 256 + +[train.T] +seed = 0 +normalization = "quantile" +num_nan_policy = "__none__" +cat_nan_policy = "__none__" +cat_min_frequency = "__none__" +cat_encoding = "__none__" +y_policy = "default" + +[sample] +num_samples = 227845 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/config_sample_20260425_033728.toml b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/config_sample_20260425_033728.toml new file mode 100644 index 0000000000000000000000000000000000000000..8b161a54dd94fda70c21bbe875ebab2f29f3627c --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/config_sample_20260425_033728.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/output" +real_data_path = "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/data" +model_type = "mlp" +num_numerical_features = 30 +device = "cuda:0" + +[model_params] +d_in = 30 +num_classes = 2 +is_y_cond = true + +[model_params.rtdl_params] +d_layers = [256, 256] +dropout = 0.0 + +[diffusion_params] +num_timesteps = 1000 +gaussian_loss_type = "mse" + +[train.main] +steps = 5000 +lr = 0.001 +weight_decay = 0.0 +batch_size = 256 + +[train.T] +seed = 0 +normalization = "quantile" +num_nan_policy = "__none__" +cat_nan_policy = "__none__" +cat_min_frequency = "__none__" +cat_encoding = "__none__" +y_policy = "default" + +[sample] +num_samples = 227845 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/config_sample_20260425_080506.toml b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/config_sample_20260425_080506.toml new file mode 100644 index 0000000000000000000000000000000000000000..8b161a54dd94fda70c21bbe875ebab2f29f3627c --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/config_sample_20260425_080506.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/output" +real_data_path = "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/data" +model_type = "mlp" +num_numerical_features = 30 +device = "cuda:0" + +[model_params] +d_in = 30 +num_classes = 2 +is_y_cond = true + +[model_params.rtdl_params] +d_layers = [256, 256] +dropout = 0.0 + +[diffusion_params] +num_timesteps = 1000 +gaussian_loss_type = "mse" + +[train.main] +steps = 5000 +lr = 0.001 +weight_decay = 0.0 +batch_size = 256 + +[train.T] +seed = 0 +normalization = "quantile" +num_nan_policy = "__none__" +cat_nan_policy = "__none__" +cat_min_frequency = "__none__" +cat_encoding = "__none__" +y_policy = "default" + +[sample] +num_samples = 227845 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/X_num_test.npy b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..0c97d692014ec3d4e179ce9c652746c228611d3e --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2188431173531bc74c4341d6379a476cc310bbb40c19080dcdd4e9c3d509804a +size 3417968 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/X_num_train.npy b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..9b8453d97777141d522e4ef992d402cf6540dda4 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b985d943ff2eb3776c1da61b5cfd77fb18b76ad3f6e2b916f8d1b9f9ec8635d5 +size 27341528 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/X_num_val.npy b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..0e94d7e2e7f98d2dc0af00336f5d8d35f5cf0618 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8abe13ddd7cf5750c852cca65018967fdda842775879a1e7cad2d4daf9f924 +size 3417728 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/info.json b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/info.json new file mode 100644 index 0000000000000000000000000000000000000000..7191b265bbfc79d4e087881ff5d65d79e7fe6c01 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/info.json @@ -0,0 +1,77 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 30, + "n_cat_features": 0, + "train_size": 227845, + "num_col_idx": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ], + "cat_col_idx": [], + "target_col_idx": [ + 30 + ], + "column_names": [ + "Time", + "V1", + "V2", + "V3", + "V4", + "V5", + "V6", + "V7", + "V8", + "V9", + "V10", + "V11", + "V12", + "V13", + "V14", + "V15", + "V16", + "V17", + "V18", + "V19", + "V20", + "V21", + "V22", + "V23", + "V24", + "V25", + "V26", + "V27", + "V28", + "Amount", + "Class" + ], + "num_classes": 2 +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/y_test.npy b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..a790b7c3bdf7de5da8cbbb3a2c7dfe1596f0e32e --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68a11c97bcc5ff28be86a44450abb4663c29c718f1359d168c0b37036e78b78 +size 227984 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/y_train.npy b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..8076c51fb125c43b24274c9061b5993e56d63365 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5320385ca99e9d5210ae94d6b3338d824757df7cb44c55282bf93277d9d3249 +size 1822888 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/y_val.npy b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..316a8d952b3f622d33c1536df25da7a1ef9bdd92 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/data/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149a45178d1a5b41d0cc4d0bef92144dcc25e12f312e6e15b753be2dcbce5c23 +size 227968 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/gen_20260321_164225.log b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/gen_20260321_164225.log new file mode 100644 index 0000000000000000000000000000000000000000..13ffc2c53555763d3965d6e9cbf167f256499533 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/gen_20260321_164225.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4863abd5a9d20b92b8799570d195a9a67afa512f98cd213d776cc1ba2d99571e +size 21560 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/gen_20260424_212203.log b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/gen_20260424_212203.log new file mode 100644 index 0000000000000000000000000000000000000000..b3fe18dc2b6fb78071a6ffe286676c175db3209a --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/gen_20260424_212203.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc37ea2374fed11fb6f48523f0f6ff4bb07e9b86cf82347c4a63efac4e6901d3 +size 4788463 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/gen_20260425_033728.log b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/gen_20260425_033728.log new file mode 100644 index 0000000000000000000000000000000000000000..158cd0d3c83f5ee27465029ee901d1bb0b2f88f6 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/gen_20260425_033728.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85950cf1ab526fc4040e23c1b287d6874442ed77c68faa55d2a3f871eacea172 +size 4788146 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/gen_20260425_080506.log b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/gen_20260425_080506.log new file mode 100644 index 0000000000000000000000000000000000000000..6a4aa5186e6f7aa25a762c54bb5d81bd256ed51d --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/gen_20260425_080506.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d35a3b1e5ab7e5462dcc80ca9883209334924a7c4f505f798cfa7455ddb299 +size 4788241 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/input_snapshot.json b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..f6e687bbcab32fb551343287ca3cda76d78ff3a4 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n16", + "model": "tabddpm", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-train.csv", + "exists": true, + "size": 120434969, + "sha256": "d33c0f51e8e82d110fc3787d448c55eb646bb006d4142775762e29d38619dab7" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-val.csv", + "exists": true, + "size": 15054728, + "sha256": "ba8c9f03e07e66776ad749730d985bb6491b848595a0727e851448fc8c0a28ce" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-test.csv", + "exists": true, + "size": 15054431, + "sha256": "23f5d0e05e2e308538143a51e1ceb6f019680d1e92ef6c37626cc7774f22b45b" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n16/n16-dataset_profile.json", + "exists": true, + "size": 13450, + "sha256": "dc84ba22eb87a13dee40814eb0af363bbe651e48726c8f07b641f4e30f33a235" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n16/n16-dataset_contract_v1.json", + "exists": true, + "size": 16859, + "sha256": "3e28017c8292679d4e8b4eeca7a3c31c5496db891c09e8b15d30f57e2884b12e" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/X_num_train.npy b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..c038d10a69923c21fadd9223059f74ab59a178eb --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8909e35f37abb454809ec5f00d53d8badf8e535028d18d9d034b8211e1efbe30 +size 54682928 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/X_num_unnorm.npy b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/X_num_unnorm.npy new file mode 100644 index 0000000000000000000000000000000000000000..30671debae6d723fb55f207a7a5bd33e71350620 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/X_num_unnorm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af4a07ba41cbe23517c664e5a5c97ee1149cc6b6178101ebc7427914ec1df73 +size 54682928 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/config.toml b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..8b161a54dd94fda70c21bbe875ebab2f29f3627c --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/config.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/output" +real_data_path = "/work/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/data" +model_type = "mlp" +num_numerical_features = 30 +device = "cuda:0" + +[model_params] +d_in = 30 +num_classes = 2 +is_y_cond = true + +[model_params.rtdl_params] +d_layers = [256, 256] +dropout = 0.0 + +[diffusion_params] +num_timesteps = 1000 +gaussian_loss_type = "mse" + +[train.main] +steps = 5000 +lr = 0.001 +weight_decay = 0.0 +batch_size = 256 + +[train.T] +seed = 0 +normalization = "quantile" +num_nan_policy = "__none__" +cat_nan_policy = "__none__" +cat_min_frequency = "__none__" +cat_encoding = "__none__" +y_policy = "default" + +[sample] +num_samples = 227845 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/data/info.json b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/data/info.json new file mode 100644 index 0000000000000000000000000000000000000000..7191b265bbfc79d4e087881ff5d65d79e7fe6c01 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/data/info.json @@ -0,0 +1,77 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 30, + "n_cat_features": 0, + "train_size": 227845, + "num_col_idx": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ], + "cat_col_idx": [], + "target_col_idx": [ + 30 + ], + "column_names": [ + "Time", + "V1", + "V2", + "V3", + "V4", + "V5", + "V6", + "V7", + "V8", + "V9", + "V10", + "V11", + "V12", + "V13", + "V14", + "V15", + "V16", + "V17", + "V18", + "V19", + "V20", + "V21", + "V22", + "V23", + "V24", + "V25", + "V26", + "V27", + "V28", + "Amount", + "Class" + ], + "num_classes": 2 +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/info.json b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/info.json new file mode 100644 index 0000000000000000000000000000000000000000..7191b265bbfc79d4e087881ff5d65d79e7fe6c01 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/info.json @@ -0,0 +1,77 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 30, + "n_cat_features": 0, + "train_size": 227845, + "num_col_idx": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ], + "cat_col_idx": [], + "target_col_idx": [ + 30 + ], + "column_names": [ + "Time", + "V1", + "V2", + "V3", + "V4", + "V5", + "V6", + "V7", + "V8", + "V9", + "V10", + "V11", + "V12", + "V13", + "V14", + "V15", + "V16", + "V17", + "V18", + "V19", + "V20", + "V21", + "V22", + "V23", + "V24", + "V25", + "V26", + "V27", + "V28", + "Amount", + "Class" + ], + "num_classes": 2 +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/loss.csv b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/loss.csv new file mode 100644 index 0000000000000000000000000000000000000000..e80c801b53680e3af06e57a093ab6a8167ae5cc0 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/loss.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4166639e5649f3958c3afa5919ef942c2753c3cfa3149e8d569b8aa18505ae10 +size 1255 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/model.pt b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/model.pt new file mode 100644 index 0000000000000000000000000000000000000000..5cf43491e5309eb2b3a57c0c0680598e08af994a --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/model.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d4c7863b137e193f1c850f4ccbc368603372302df7b7fe56eac6cc667db364 +size 579734 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/model_ema.pt b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/model_ema.pt new file mode 100644 index 0000000000000000000000000000000000000000..c411ea8222062affd658156bc6bc04ae49ca5e9e --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/model_ema.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe039a1282633c87aaf617d2c1d1fb03d9435343b5803c6cae011d31bd96907 +size 580578 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/y_train.npy b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..d802594dbe34fd06e65bfdb27fbd320c183e1a9f --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/output/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f8c62389b4d576ac179d1d3d05554b949134ff391a95af60f8cc9c69af1641 +size 1822888 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..d391c1ee1422eb5ee4ce05e4391604265338d18a --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,655 @@ +{ + "dataset_id": "n16", + "target_column": "Class", + "task_type": "classification", + "columns": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/public_gate/public_gate_report.json b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..77d1958fecefe23b3791fd07b5a6eaa8296b1d05 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n16", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "Class", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/public_gate/staged_input_manifest.json b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a5eddb18e499c0f11277fee2fa55ec16f8b168f6 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/public_gate/staged_input_manifest.json @@ -0,0 +1,660 @@ +{ + "dataset_id": "n16", + "target_column": "Class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/runtime_result.json b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..d48f6d810578592b7eb7265fc5ae5d07e2081caf --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n16", + "model": "tabddpm", + "run_id": "tabddpm-n16-20260321_163935", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "skipped", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/tabddpm-n16-227845-20260425_080506.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/staged_features.json b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..4fa94dfbf395e3c2359e2e16c0488f3f0b698f00 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/staged_features.json @@ -0,0 +1,157 @@ +[ + { + "feature_name": "Time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V17", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V18", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V19", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V20", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V21", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V22", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V23", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V24", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V25", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V26", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V27", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V28", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "Amount", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "Class", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/test.csv b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..cb4c5f2390e09a1ae9f2ca49caa3db30b90ee24e --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69f73fdce5c2172678b0625c43058e7b6c8a991cee8c51c62b4e8f9200ddda9 +size 15025273 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/train.csv b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab9a51ab9c902997393ab9225f0450777380d61a --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9803535990b2822a664c439816ab91c39aeedc38f99ade09a4347fe013876a3 +size 120653578 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/val.csv b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..d9e3a8f016b961c43651de14560f3c57ba65483f --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abf3e2b22202b610a02bb43c40fc2751b5ff791d7c12fbc78ec217fdd5bebb2 +size 15025064 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/tabddpm/adapter_report.json b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/tabddpm/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..61cf3580859bcd59d33a96d72f1760ffd4a8d6e1 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/tabddpm/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/staged/tabddpm/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/tabddpm/adapter_transforms_applied.json b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/tabddpm/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/tabddpm/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/tabddpm/model_input_manifest.json b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/tabddpm/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..19b5ecece1173584324f6f065dbcffd26a9d26f6 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/staged/tabddpm/model_input_manifest.json @@ -0,0 +1,662 @@ +{ + "dataset_id": "n16", + "model": "tabddpm", + "target_column": "Class", + "task_type": "classification", + "column_schema": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabddpm/tabddpm-n16-20260321_163935/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/tabddpm-n16-1000-20260321_164225.csv b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/tabddpm-n16-1000-20260321_164225.csv new file mode 100644 index 0000000000000000000000000000000000000000..a16f787422f280abaa0714a7dd34976b7184be30 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/tabddpm-n16-1000-20260321_164225.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1a918cb910db02ab9939c0f89073dc522c0365408ac82a915d750f09b251ff +size 587026 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/tabddpm-n16-227845-20260425_080506.csv b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/tabddpm-n16-227845-20260425_080506.csv new file mode 100644 index 0000000000000000000000000000000000000000..9357055334b58eac690142f7f2f7ab04714a9a0e --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/tabddpm-n16-227845-20260425_080506.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12862105e986699616e0c419ec5ff46306c1b03ebcfab1a64301606cbd5a19e3 +size 133619390 diff --git a/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/train_20260321_164024.log b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/train_20260321_164024.log new file mode 100644 index 0000000000000000000000000000000000000000..491068e265cf2145c073ca63e05d7411347534d1 --- /dev/null +++ b/syntheticSuccess/n16/tabddpm/tabddpm-n16-20260321_163935/train_20260321_164024.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d97f19f5263cc42094902e2af95a80c4690e0fd6154dc21bf0fcfeb7199dec3 +size 1124 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/_tabsyn_sample.py b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/_tabsyn_sample.py new file mode 100644 index 0000000000000000000000000000000000000000..510c4ac08b77792525813eefe3feafea28ffc728 --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/_tabsyn_sample.py @@ -0,0 +1,39 @@ +import os, sys, subprocess + +work_dir = "/work/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916" +dataname = "tabsyn_n16" +output_csv = "/work/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/tabsyn-n16-227845-20260427_002515.csv" +tabsyn_root = "/workspace/tabsyn" + +assert os.path.exists(tabsyn_root), f"TabSyn source not mounted: {tabsyn_root}" + +old = os.environ.get("PYTHONPATH", "") +os.environ["PYTHONPATH"] = tabsyn_root + (os.pathsep + old if old else "") +sys.path.insert(0, tabsyn_root) + +os.chdir(tabsyn_root) + +# Ensure data symlink exists +data_link = os.path.join(tabsyn_root, "data", dataname) +data_src = os.path.join(work_dir, "data", dataname) +os.makedirs(os.path.join(tabsyn_root, "data"), exist_ok=True) +if os.path.exists(data_link): + os.remove(data_link) +os.symlink(data_src, data_link) + +print(f"[TabSyn] Sampling 227845 rows") +env = os.environ.copy() +env.setdefault("TABSYN_RESUME", "1") +ret = subprocess.run( + [sys.executable, "main.py", + "--dataname", dataname, + "--mode", "sample", + "--method", "tabsyn", + "--gpu", "0", + "--save_path", output_csv], + cwd=tabsyn_root, + env=env +) +if ret.returncode != 0: + sys.exit(ret.returncode) +print(f"[TabSyn] Saved -> {output_csv}") diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/_tabsyn_train.py b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/_tabsyn_train.py new file mode 100644 index 0000000000000000000000000000000000000000..1c8bdb43456d42a6bf742f39c9b7629f826f811c --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/_tabsyn_train.py @@ -0,0 +1,63 @@ +import os, sys, subprocess + +work_dir = "/work/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916" +dataname = "tabsyn_n16" +tabsyn_root = "/workspace/tabsyn" + +assert os.path.exists(tabsyn_root), f"TabSyn source not mounted: {tabsyn_root}" + +old = os.environ.get("PYTHONPATH", "") +os.environ["PYTHONPATH"] = tabsyn_root + (os.pathsep + old if old else "") +sys.path.insert(0, tabsyn_root) + +os.chdir(tabsyn_root) + +# Symlink data dir into TabSyn data/ +data_link = os.path.join(tabsyn_root, "data", dataname) +data_src = os.path.join(work_dir, "data", dataname) +os.makedirs(os.path.join(tabsyn_root, "data"), exist_ok=True) +if os.path.exists(data_link): + os.remove(data_link) +os.symlink(data_src, data_link) + +env = os.environ.copy() +env.setdefault("TABSYN_RESUME", "1") +env.setdefault("TABSYN_VAE_BATCH_SIZE", "1024") +_te = 1000 +if _te is not None: + env["TABSYN_VAE_EPOCHS"] = str(_te) + env["TABSYN_DIFFUSION_MAX_EPOCHS"] = str(max(_te + 1, 2)) + +# Data preprocessing is done on the host side (_prepare_data_dir) +# which creates .npy files, train/test CSVs, and info.json + +# Step 1: Train VAE (produces latent embeddings) +print(f"[TabSyn] Step 1/2: Training VAE in {tabsyn_root}, dataname={dataname}") +ret = subprocess.run( + [sys.executable, "main.py", + "--dataname", dataname, + "--mode", "train", + "--method", "vae", + "--gpu", "0"], + cwd=tabsyn_root, + env=env +) +if ret.returncode != 0: + print("[TabSyn] VAE training failed") + sys.exit(ret.returncode) + +# Step 2: Train diffusion model on latent space +print(f"[TabSyn] Step 2/2: Training diffusion model") +ret = subprocess.run( + [sys.executable, "main.py", + "--dataname", dataname, + "--mode", "train", + "--method", "tabsyn", + "--gpu", "0"], + cwd=tabsyn_root, + env=env +) +if ret.returncode != 0: + print("[TabSyn] Diffusion training failed") + sys.exit(ret.returncode) +print("[TabSyn] Training complete (VAE + Diffusion)") diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/X_cat_test.npy b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..010b9b9a432ea415d8a994e8bfd064d4a83d555c --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad912bdeee70b2f0dcc962ecfee2edb74ccdc3743624cf91fe758fdf219a1068 +size 128 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/X_cat_train.npy b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..010b9b9a432ea415d8a994e8bfd064d4a83d555c --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad912bdeee70b2f0dcc962ecfee2edb74ccdc3743624cf91fe758fdf219a1068 +size 128 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/X_num_test.npy b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..9b8453d97777141d522e4ef992d402cf6540dda4 --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b985d943ff2eb3776c1da61b5cfd77fb18b76ad3f6e2b916f8d1b9f9ec8635d5 +size 27341528 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/X_num_train.npy b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..9b8453d97777141d522e4ef992d402cf6540dda4 --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b985d943ff2eb3776c1da61b5cfd77fb18b76ad3f6e2b916f8d1b9f9ec8635d5 +size 27341528 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/info.json b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/info.json new file mode 100644 index 0000000000000000000000000000000000000000..c5146f578af2e0474b21e3f43edc5e89e798477b --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/info.json @@ -0,0 +1,309 @@ +{ + "name": "tabsyn_n16", + "task_type": "multiclass", + "n_num_features": 30, + "n_cat_features": 0, + "train_size": 227845, + "num_col_idx": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29 + ], + "cat_col_idx": [], + "target_col_idx": [ + 30 + ], + "column_names": [ + "Time", + "V1", + "V2", + "V3", + "V4", + "V5", + "V6", + "V7", + "V8", + "V9", + "V10", + "V11", + "V12", + "V13", + "V14", + "V15", + "V16", + "V17", + "V18", + "V19", + "V20", + "V21", + "V22", + "V23", + "V24", + "V25", + "V26", + "V27", + "V28", + "Amount", + "Class" + ], + "train_num": 227845, + "test_num": 227845, + "header": 0, + "file_type": "csv", + "data_path": "data/tabsyn_n16/train.csv", + "test_path": null, + "idx_mapping": { + "0": 0, + "1": 1, + "2": 2, + "3": 3, + "4": 4, + "5": 5, + "6": 6, + "7": 7, + "8": 8, + "9": 9, + "10": 10, + "11": 11, + "12": 12, + "13": 13, + "14": 14, + "15": 15, + "16": 16, + "17": 17, + "18": 18, + "19": 19, + "20": 20, + "21": 21, + "22": 22, + "23": 23, + "24": 24, + "25": 25, + "26": 26, + "27": 27, + "28": 28, + "29": 29, + "30": 30 + }, + "inverse_idx_mapping": { + "0": 0, + "1": 1, + "2": 2, + "3": 3, + "4": 4, + "5": 5, + "6": 6, + "7": 7, + "8": 8, + "9": 9, + "10": 10, + "11": 11, + "12": 12, + "13": 13, + "14": 14, + "15": 15, + "16": 16, + "17": 17, + "18": 18, + "19": 19, + "20": 20, + "21": 21, + "22": 22, + "23": 23, + "24": 24, + "25": 25, + "26": 26, + "27": 27, + "28": 28, + "29": 29, + "30": 30 + }, + "idx_name_mapping": { + "0": "Time", + "1": "V1", + "2": "V2", + "3": "V3", + "4": "V4", + "5": "V5", + "6": "V6", + "7": "V7", + "8": "V8", + "9": "V9", + "10": "V10", + "11": "V11", + "12": "V12", + "13": "V13", + "14": "V14", + "15": "V15", + "16": "V16", + "17": "V17", + "18": "V18", + "19": "V19", + "20": "V20", + "21": "V21", + "22": "V22", + "23": "V23", + "24": "V24", + "25": "V25", + "26": "V26", + "27": "V27", + "28": "V28", + "29": "Amount", + "30": "Class" + }, + "n_classes": 2, + "metadata": { + "columns": { + "0": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "1": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "2": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "3": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "4": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "5": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "6": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "7": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "8": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "9": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "10": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "11": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "12": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "13": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "14": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "15": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "16": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "17": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "18": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "19": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "20": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "21": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "22": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "23": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "24": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "25": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "26": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "27": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "28": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "29": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "30": { + "sdtype": "categorical" + } + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/test.csv b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab9a51ab9c902997393ab9225f0450777380d61a --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9803535990b2822a664c439816ab91c39aeedc38f99ade09a4347fe013876a3 +size 120653578 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/train.csv b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab9a51ab9c902997393ab9225f0450777380d61a --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9803535990b2822a664c439816ab91c39aeedc38f99ade09a4347fe013876a3 +size 120653578 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/y_test.npy b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..00c862056efab08c66d26387390bc15c4a3f8e60 --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881f946dbf19ef8fb07061b76f6eb6969e9f3975e49dd6277ff18a39133fa251 +size 1822888 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/y_train.npy b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..00c862056efab08c66d26387390bc15c4a3f8e60 --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/data/tabsyn_n16/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881f946dbf19ef8fb07061b76f6eb6969e9f3975e49dd6277ff18a39133fa251 +size 1822888 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/gen_20260427_002515.log b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/gen_20260427_002515.log new file mode 100644 index 0000000000000000000000000000000000000000..6b98a293fe3a0d82ec22234df29ec45b4fcb9818 --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/gen_20260427_002515.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4227639b2ad9c459342a196a8e47cae5bf6baf3fb87eb90f119988b1859ba0d5 +size 679 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/input_snapshot.json b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..3381d4200b231ed0d19e0c2054beb58e085f3098 --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n16", + "model": "tabsyn", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-train.csv", + "exists": true, + "size": 120434969, + "sha256": "d33c0f51e8e82d110fc3787d448c55eb646bb006d4142775762e29d38619dab7" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-val.csv", + "exists": true, + "size": 15054728, + "sha256": "ba8c9f03e07e66776ad749730d985bb6491b848595a0727e851448fc8c0a28ce" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-test.csv", + "exists": true, + "size": 15054431, + "sha256": "23f5d0e05e2e308538143a51e1ceb6f019680d1e92ef6c37626cc7774f22b45b" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n16/n16-dataset_profile.json", + "exists": true, + "size": 13450, + "sha256": "dc84ba22eb87a13dee40814eb0af363bbe651e48726c8f07b641f4e30f33a235" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n16/n16-dataset_contract_v1.json", + "exists": true, + "size": 16859, + "sha256": "3e28017c8292679d4e8b4eeca7a3c31c5496db891c09e8b15d30f57e2884b12e" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..d391c1ee1422eb5ee4ce05e4391604265338d18a --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,655 @@ +{ + "dataset_id": "n16", + "target_column": "Class", + "task_type": "classification", + "columns": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/public_gate/public_gate_report.json b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..77d1958fecefe23b3791fd07b5a6eaa8296b1d05 --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n16", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "Class", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/public_gate/staged_input_manifest.json b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..9b5123daf5058127875d645f7ff2df93cee4b38f --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/public_gate/staged_input_manifest.json @@ -0,0 +1,660 @@ +{ + "dataset_id": "n16", + "target_column": "Class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/runtime_result.json b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..db05d00f3639c6e74cf3b1f9656957c88be63af6 --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/runtime_result.json @@ -0,0 +1,15 @@ +{ + "dataset_id": "n16", + "model": "tabsyn", + "run_id": "tabsyn-n16-20260426_220916", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "success", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/tabsyn-n16-227845-20260427_002515.csv", + "model_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/staged_features.json b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..4fa94dfbf395e3c2359e2e16c0488f3f0b698f00 --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/staged_features.json @@ -0,0 +1,157 @@ +[ + { + "feature_name": "Time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V17", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V18", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V19", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V20", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V21", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V22", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V23", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V24", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V25", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V26", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V27", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V28", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "Amount", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "Class", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/test.csv b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..cb4c5f2390e09a1ae9f2ca49caa3db30b90ee24e --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69f73fdce5c2172678b0625c43058e7b6c8a991cee8c51c62b4e8f9200ddda9 +size 15025273 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/train.csv b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab9a51ab9c902997393ab9225f0450777380d61a --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9803535990b2822a664c439816ab91c39aeedc38f99ade09a4347fe013876a3 +size 120653578 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/val.csv b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..d9e3a8f016b961c43651de14560f3c57ba65483f --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abf3e2b22202b610a02bb43c40fc2751b5ff791d7c12fbc78ec217fdd5bebb2 +size 15025064 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/tabsyn/adapter_report.json b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/tabsyn/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..b273895f312203c603adb931b06393d36837b046 --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/tabsyn/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/staged/tabsyn/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/tabsyn/adapter_transforms_applied.json b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/tabsyn/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/tabsyn/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/tabsyn/model_input_manifest.json b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/tabsyn/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6ba1dcbba8336ad2e9dfaefdc4073518c4b33989 --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/staged/tabsyn/model_input_manifest.json @@ -0,0 +1,662 @@ +{ + "dataset_id": "n16", + "model": "tabsyn", + "target_column": "Class", + "task_type": "classification", + "column_schema": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tabsyn/tabsyn-n16-20260426_220916/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/synthetic/tabsyn_n16/real.csv b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/synthetic/tabsyn_n16/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab9a51ab9c902997393ab9225f0450777380d61a --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/synthetic/tabsyn_n16/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9803535990b2822a664c439816ab91c39aeedc38f99ade09a4347fe013876a3 +size 120653578 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/synthetic/tabsyn_n16/test.csv b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/synthetic/tabsyn_n16/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab9a51ab9c902997393ab9225f0450777380d61a --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/synthetic/tabsyn_n16/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9803535990b2822a664c439816ab91c39aeedc38f99ade09a4347fe013876a3 +size 120653578 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/tabsyn-n16-227845-20260427_002515.csv b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/tabsyn-n16-227845-20260427_002515.csv new file mode 100644 index 0000000000000000000000000000000000000000..97fc14eab160326066fc8bb68ae49a90dc7317a0 --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/tabsyn-n16-227845-20260427_002515.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468e1df6fd87c21b4962f794d9355d6eba657bbaf9412107fa848196fce558d9 +size 75938879 diff --git a/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/train_20260426_221025.log b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/train_20260426_221025.log new file mode 100644 index 0000000000000000000000000000000000000000..212746726db9baf6f914c4e29d9ddfdfbf41bfdd --- /dev/null +++ b/syntheticSuccess/n16/tabsyn/tabsyn-n16-20260426_220916/train_20260426_221025.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a0e6a472152db0f33fbc2388e3682c8aa7aa74254a7c95da3c0940940d1a5a +size 9203438 diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/_tvae_generate.py b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/_tvae_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..399063a5190ff548aea28ec8a078013c09cfbb34 --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/_tvae_generate.py @@ -0,0 +1,5 @@ +from ctgan.synthesizers.tvae import TVAE +model = TVAE.load("/work/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/models_300epochs/tvae_300epochs.pt") +samples = model.sample(227845) +samples.to_csv("/work/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/tvae-n16-227845-20260330_070842.csv", index=False) +print(f"[TVAE] Generated 227845 rows -> /work/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/tvae-n16-227845-20260330_070842.csv") diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/_tvae_train.py b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/_tvae_train.py new file mode 100644 index 0000000000000000000000000000000000000000..923572adbf702c9b2ebcaa2d768042e171ae4aae --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/_tvae_train.py @@ -0,0 +1,16 @@ +import json, sys +import pandas as pd +from ctgan.data import read_csv +from ctgan.synthesizers.tvae import TVAE + +csv_path = "/work/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/staged/public/train.csv" +meta_path = "/work/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/tvae_metadata.json" +save_path = "/work/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/models_300epochs/tvae_300epochs.pt" +epochs = 300 + +data, discrete_columns = read_csv(csv_path, meta_path, header=True, discrete=None) +print(f"[TVAE] Training on {len(data)} rows, {len(data.columns)} cols, epochs={epochs}") +model = TVAE(epochs=epochs, batch_size=500) +model.fit(data, discrete_columns) +model.save(save_path) +print(f"[TVAE] Model saved -> {save_path}") diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/gen_20260328_164845.log b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/gen_20260328_164845.log new file mode 100644 index 0000000000000000000000000000000000000000..50259c2ebd57edf2a72e74c303d9f0f3c8bb5f77 --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/gen_20260328_164845.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfe09840f93dc6d8ae946bb8d10dfe76b5f2b171df7b1b0b1dfaca71127d89b +size 129 diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/gen_20260330_070842.log b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/gen_20260330_070842.log new file mode 100644 index 0000000000000000000000000000000000000000..65ff02249348c78c0863a19525102567ee822671 --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/gen_20260330_070842.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ff30a2b570c739a68837a003c5fb1b2dd159085376b1f96a36b700e41eddf7 +size 133 diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/input_snapshot.json b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..44db04427454d037f8eeb3196ebad663b92e814a --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n16", + "model": "tvae", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-train.csv", + "exists": true, + "size": 120434969, + "sha256": "d33c0f51e8e82d110fc3787d448c55eb646bb006d4142775762e29d38619dab7" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-val.csv", + "exists": true, + "size": 15054728, + "sha256": "ba8c9f03e07e66776ad749730d985bb6491b848595a0727e851448fc8c0a28ce" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-test.csv", + "exists": true, + "size": 15054431, + "sha256": "23f5d0e05e2e308538143a51e1ceb6f019680d1e92ef6c37626cc7774f22b45b" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n16/n16-dataset_profile.json", + "exists": true, + "size": 13450, + "sha256": "dc84ba22eb87a13dee40814eb0af363bbe651e48726c8f07b641f4e30f33a235" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n16/n16-dataset_contract_v1.json", + "exists": true, + "size": 16859, + "sha256": "3e28017c8292679d4e8b4eeca7a3c31c5496db891c09e8b15d30f57e2884b12e" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/models_300epochs/train_20260328_053849.log b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/models_300epochs/train_20260328_053849.log new file mode 100644 index 0000000000000000000000000000000000000000..13e47a8140927bd8d4947f4dff86719055d42512 --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/models_300epochs/train_20260328_053849.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5195669c34fbd466e4710ee40b047fbf5afa2bd553627de9adbe0507b6e88df8 +size 174 diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/models_300epochs/tvae_300epochs.pt b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/models_300epochs/tvae_300epochs.pt new file mode 100644 index 0000000000000000000000000000000000000000..c2c6581500a60e99bde6cb5c936d7771f531ddad --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/models_300epochs/tvae_300epochs.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4db3762c3e8d22362458849a4f3ad1129a48583333b962b473eb088f25c301 +size 4989356 diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..d391c1ee1422eb5ee4ce05e4391604265338d18a --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,655 @@ +{ + "dataset_id": "n16", + "target_column": "Class", + "task_type": "classification", + "columns": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/public_gate/public_gate_report.json b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..77d1958fecefe23b3791fd07b5a6eaa8296b1d05 --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n16", + "status": "pass", + "checks": [ + { + "check_id": "PG001_csv_parse_ok", + "status": "pass" + }, + { + "check_id": "PG002_split_header_consistent", + "status": "pass" + }, + { + "check_id": "PG003_profile_header_match", + "status": "pass" + }, + { + "check_id": "PG004_missing_token_normalized", + "status": "pass" + }, + { + "check_id": "PG005_semantic_type_validated", + "status": "pass" + }, + { + "check_id": "PG006_target_defined_and_valid", + "status": "pass" + } + ], + "target_column": "Class", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n16/n16-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/public_gate/staged_input_manifest.json b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e1019c909e83626127b9613ba276182ac19c496d --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/public_gate/staged_input_manifest.json @@ -0,0 +1,660 @@ +{ + "dataset_id": "n16", + "target_column": "Class", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/runtime_result.json b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..a30956d333504d32a5f91d952c27801f143dd546 --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n16", + "model": "tvae", + "run_id": "tvae-n16-20260328_053742", + "public_gate_status": "pass", + "adapter_ready_status": "pass", + "train_status": "skipped", + "generate_status": "success", + "reason_code": null, + "reason_detail": null, + "artifacts": { + "synthetic_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/tvae-n16-227845-20260330_070842.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/public/staged_features.json b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..4fa94dfbf395e3c2359e2e16c0488f3f0b698f00 --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/public/staged_features.json @@ -0,0 +1,157 @@ +[ + { + "feature_name": "Time", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V3", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V4", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V5", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V6", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V7", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V8", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V9", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V10", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V11", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V12", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V13", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V14", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V15", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V16", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V17", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V18", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V19", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V20", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V21", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V22", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V23", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V24", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V25", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V26", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V27", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "V28", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "Amount", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "Class", + "data_type": "binary", + "is_target": true + } +] \ No newline at end of file diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/public/test.csv b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..cb4c5f2390e09a1ae9f2ca49caa3db30b90ee24e --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69f73fdce5c2172678b0625c43058e7b6c8a991cee8c51c62b4e8f9200ddda9 +size 15025273 diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/public/train.csv b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab9a51ab9c902997393ab9225f0450777380d61a --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9803535990b2822a664c439816ab91c39aeedc38f99ade09a4347fe013876a3 +size 120653578 diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/public/val.csv b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..d9e3a8f016b961c43651de14560f3c57ba65483f --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abf3e2b22202b610a02bb43c40fc2751b5ff791d7c12fbc78ec217fdd5bebb2 +size 15025064 diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/tvae/adapter_report.json b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/tvae/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..0260199cf626045b9a9f71cabbe192fa17a85b66 --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/tvae/adapter_report.json @@ -0,0 +1,7 @@ +{ + "adapter_ready_status": "pass", + "adapter_fail_reason_code": null, + "adapter_fail_detail": null, + "adapter_transforms_applied": [], + "model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/staged/tvae/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/tvae/adapter_transforms_applied.json b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/tvae/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/tvae/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/tvae/model_input_manifest.json b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/tvae/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..07005435bc3d5c6f24f70be6fb0b2a1f870f692f --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/staged/tvae/model_input_manifest.json @@ -0,0 +1,662 @@ +{ + "dataset_id": "n16", + "model": "tvae", + "target_column": "Class", + "task_type": "classification", + "column_schema": [ + { + "name": "Time", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "71173", + "51740", + "43731", + "62140", + "54890" + ] + } + }, + { + "name": "V1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.61764107545646", + "0.114981070303704", + "-1.37134345385227", + "1.27608851046025", + "1.19879113285333" + ] + } + }, + { + "name": "V2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0712640179147479", + "-2.17505208918391", + "1.91649244679329", + "0.178601857699708", + "0.141561830103782" + ] + } + }, + { + "name": "V3", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.08756433668229", + "0.5591762331232", + "-2.6152361559883", + "-0.435947524195021", + "0.128357399534487" + ] + } + }, + { + "name": "V4", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.53757541136873", + "0.745309411772194", + "1.01424541859702", + "0.128762338296452", + "0.951394482083887" + ] + } + }, + { + "name": "V5", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.05205150595571", + "-1.74600511198915", + "1.36889632754891", + "0.702271228090793", + "-0.214895831098192" + ] + } + }, + { + "name": "V6", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.0978114651908514", + "0.141649291804806", + "-0.955056757624549", + "0.712898098074311", + "-0.487929084819731" + ] + } + }, + { + "name": "V7", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.913248764299592", + "-0.0984133600931447", + "1.90583080967283", + "-0.124131417767229", + "0.00985233618123693" + ] + } + }, + { + "name": "V8", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.43255733444336", + "0.125246368875306", + "-1.11209948135248", + "0.193930892662116", + "0.0285660683044692" + ] + } + }, + { + "name": "V9", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-2.22583876169292", + "0.967740340241297", + "1.82396007167921", + "-0.104273933068917", + "0.00219911468230363" + ] + } + }, + { + "name": "V10", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.34264080366605", + "-0.442492445854468", + "2.44412724472461", + "-0.157454526051497", + "0.228395224600428" + ] + } + }, + { + "name": "V11", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.36193768297988", + "0.717035325285831", + "2.18728732193274", + "0.29733572607023", + "0.716944702795966" + ] + } + }, + { + "name": "V12", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.169484054008359", + "0.716391895436279", + "-0.991146370190166", + "0.406569001410629", + "-0.138356592577646" + ] + } + }, + { + "name": "V13", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.130002953664293", + "-1.04320949940957", + "-0.919797931613834", + "0.365479486184138", + "-1.72993685835762" + ] + } + }, + { + "name": "V14", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.204792502243875", + "-0.0316449564066733", + "-4.83016981481996", + "-0.152449710027495", + "0.907707219744815" + ] + } + }, + { + "name": "V15", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.620557629213784", + "-0.866006053568429", + "0.892980466209571", + "0.779477069791457", + "0.43201608388236" + ] + } + }, + { + "name": "V16", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.339516249010229", + "0.234957102059586", + "0.830100219091388", + "0.890599961000214", + "0.424059743838334" + ] + } + }, + { + "name": "V17", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.439372637095307", + "-0.0519580276301838", + "1.71374040959502", + "-0.602468223043572", + "-0.700215368047624" + ] + } + }, + { + "name": "V18", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.0331053057534185", + "0.0965133524403355", + "2.07929445001711", + "0.320382698546599", + "0.663909190741365" + ] + } + }, + { + "name": "V19", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-1.10630117422884", + "0.520211389792567", + "0.0719381386223041", + "0.382126293224404", + "0.0518179632547461" + ] + } + }, + { + "name": "V20", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.656321350705548", + "0.966176191974396", + "0.836354777377543", + "-0.0325591024416928", + "-0.205023826129381" + ] + } + }, + { + "name": "V21", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "1.43818296518693", + "0.135150072640343", + "-0.751995815524176", + "-0.317670513623694", + "0.0454833098773692" + ] + } + }, + { + "name": "V22", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.288013810481786", + "-0.671916589231319", + "-0.241563753367306", + "-0.93070361305103", + "0.0314813784928002" + ] + } + }, + { + "name": "V23", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.245959524495802", + "-0.397340082352452", + "-0.332694934708389", + "-0.0737934231105157", + "-0.143514791164631" + ] + } + }, + { + "name": "V24", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.150969259002792", + "0.399051651198262", + "-0.857689814008883", + "-1.75198485180637", + "-0.0358779858512518" + ] + } + }, + { + "name": "V25", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.310248896352418", + "-0.123950127949627", + "-0.296615260101376", + "0.338834704210441", + "0.63964805960102" + ] + } + }, + { + "name": "V26", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "-0.392927869132217", + "0.839132432043748", + "-0.598705356084532", + "0.213187631136729", + "-0.320850766234866" + ] + } + }, + { + "name": "V27", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.409241487139802", + "-0.144365502244215", + "-1.12856674164726", + "-0.0146174626202719", + "-0.00408114367990229" + ] + } + }, + { + "name": "V28", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "0.100438703084057", + "0.0970715173096018", + "-1.17740216851208", + "0.00100028727777057", + "0.00538738847157751" + ] + } + }, + { + "name": "Amount", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 20000, + "unique_ratio": 0.087779, + "example_values": [ + "15", + "550.2", + "89.99", + "9.99", + "17.23" + ] + } + }, + { + "name": "Class", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 9e-06, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n16/tvae/tvae-n16-20260328_053742/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/tvae-n16-1000-20260328_164845.csv b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/tvae-n16-1000-20260328_164845.csv new file mode 100644 index 0000000000000000000000000000000000000000..3e80960da18d7730d63affbd5a9ce45148c88da7 --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/tvae-n16-1000-20260328_164845.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598730669eed1467d938d86cc42e43116e5ebc86a53967765cdb822cf56f0959 +size 595905 diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/tvae-n16-227845-20260330_070842.csv b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/tvae-n16-227845-20260330_070842.csv new file mode 100644 index 0000000000000000000000000000000000000000..d053751b72c1d1d356ccf362c56bbc7444f338cd --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/tvae-n16-227845-20260330_070842.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085448e7bbf081278cd3bb53979d54c71cc946999004041d1c173d1df4753145 +size 135738979 diff --git a/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/tvae_metadata.json b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/tvae_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..90c43ff9b425e4b0d81825520d4e1ed776e832d3 --- /dev/null +++ b/syntheticSuccess/n16/tvae/tvae-n16-20260328_053742/tvae_metadata.json @@ -0,0 +1,128 @@ +{ + "columns": [ + { + "name": "Time", + "type": "continuous" + }, + { + "name": "V1", + "type": "continuous" + }, + { + "name": "V2", + "type": "continuous" + }, + { + "name": "V3", + "type": "continuous" + }, + { + "name": "V4", + "type": "continuous" + }, + { + "name": "V5", + "type": "continuous" + }, + { + "name": "V6", + "type": "continuous" + }, + { + "name": "V7", + "type": "continuous" + }, + { + "name": "V8", + "type": "continuous" + }, + { + "name": "V9", + "type": "continuous" + }, + { + "name": "V10", + "type": "continuous" + }, + { + "name": "V11", + "type": "continuous" + }, + { + "name": "V12", + "type": "continuous" + }, + { + "name": "V13", + "type": "continuous" + }, + { + "name": "V14", + "type": "continuous" + }, + { + "name": "V15", + "type": "continuous" + }, + { + "name": "V16", + "type": "continuous" + }, + { + "name": "V17", + "type": "continuous" + }, + { + "name": "V18", + "type": "continuous" + }, + { + "name": "V19", + "type": "continuous" + }, + { + "name": "V20", + "type": "continuous" + }, + { + "name": "V21", + "type": "continuous" + }, + { + "name": "V22", + "type": "continuous" + }, + { + "name": "V23", + "type": "continuous" + }, + { + "name": "V24", + "type": "continuous" + }, + { + "name": "V25", + "type": "continuous" + }, + { + "name": "V26", + "type": "continuous" + }, + { + "name": "V27", + "type": "continuous" + }, + { + "name": "V28", + "type": "continuous" + }, + { + "name": "Amount", + "type": "continuous" + }, + { + "name": "Class", + "type": "categorical" + } + ] +} \ No newline at end of file