diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/_arf_generate.py b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/_arf_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..f234a16701bb8b9af33b6d55283681a759a799db --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/_arf_generate.py @@ -0,0 +1,6 @@ +import pickle +with open("/work/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/arf_model.pkl", "rb") as f: + model = pickle.load(f) +syn = model.forge(n=7857) +syn.to_csv("/work/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/arf-n15-7857-20260330_070701.csv", index=False) +print(f"[ARF] Generated 7857 rows -> /work/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/arf-n15-7857-20260330_070701.csv") diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/_arf_train.py b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/_arf_train.py new file mode 100644 index 0000000000000000000000000000000000000000..180b8fb7a6410b0f5396d2da99639733860a666e --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/_arf_train.py @@ -0,0 +1,19 @@ +import pickle +import pandas as pd +from arfpy import arf + +df = pd.read_csv("/work/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/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/n15/arf/arf-n15-20260326_084758/arf_model.pkl", "wb") as f: + pickle.dump(model, f) +print(f"[ARF] Model saved -> /work/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/arf_model.pkl") diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/arf-n15-1000-20260326_090652.csv b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/arf-n15-1000-20260326_090652.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb028d940c4cdbe40c9f9ec7303a2120c13a0ccc --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/arf-n15-1000-20260326_090652.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69176735d4998cc908e639f8ccb6353ff290e49f02c61ea0c042a2acadf55190 +size 921264 diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/arf-n15-7857-20260330_070701.csv b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/arf-n15-7857-20260330_070701.csv new file mode 100644 index 0000000000000000000000000000000000000000..fea8d239ac3b53f394f9c9bc73877fdb6ed73591 --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/arf-n15-7857-20260330_070701.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848e160196af46d39ff2c9a7aa7909a68dc9eb6b4b038d8643805f718f69df65 +size 7290379 diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/arf_model.pkl b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/arf_model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bcf9cfd441ca2b3289b6aba7fac33f0d7e2d433c --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/arf_model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c162875d5e06c79a45ac4b8d078698b4d3691d4860cb011f6d1ec2d5c1954196 +size 253819988 diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/gen_20260326_090652.log b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/gen_20260326_090652.log new file mode 100644 index 0000000000000000000000000000000000000000..0e5ccad576cb749af4f11d7cb5367b5fa4b09b4c --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/gen_20260326_090652.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506e1f42d77573493a9fd72750cd41ffb664f0106a774c518a3983d814152dbd +size 441 diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/gen_20260330_070701.log b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/gen_20260330_070701.log new file mode 100644 index 0000000000000000000000000000000000000000..d151f9d85b58002fb56da566e7ee8d2e7d7b7122 --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/gen_20260330_070701.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1718ca06ba2ccee07003ff5443d5f55377b3e6b8e2e23fc9fa345ddf85e34f13 +size 441 diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/input_snapshot.json b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..b625463b4bcf50d1f37831f50981b666afd66b3f --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n15", + "model": "arf", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "exists": true, + "size": 1366350, + "sha256": "b0f736e733b1436efd137e21670ed9075aa5319a39a4c72794fd333b90e3e4a2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "exists": true, + "size": 171378, + "sha256": "d1b39ca7021a44719d14c894a8ec49d0a6aab672b4c02fe3fe68bf8593c4d03d" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv", + "exists": true, + "size": 171589, + "sha256": "8d399c3a7cdb5ef0f29a71824f040768c4378104817e689bd3e4c3c8225ba703" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_profile.json", + "exists": true, + "size": 31752, + "sha256": "e26005513affc634d1bfd96b6c5658236958fbcaee8e884d98ea4395c97e730b" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_contract_v1.json", + "exists": true, + "size": 38587, + "sha256": "048cb3fa3e95eaea7ac0757527ca66cde4a3f89efa8f27b7be455a7e2a985f3f" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8b40bb44183138c713f73ac7041aac25f61e94d7 --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,1773 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "columns": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/public_gate/public_gate_report.json b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8dcd37d17026379434484462c9b9fe350b50be48 --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n15", + "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": "ABYSTAND", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/public_gate/staged_input_manifest.json b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a567b52a2ddbb7fa01a4e1f134c558b11dea886a --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/public_gate/staged_input_manifest.json @@ -0,0 +1,1778 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/runtime_result.json b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..0570382245d100848fabc9e1b2fc42d84588f370 --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n15", + "model": "arf", + "run_id": "arf-n15-20260326_084758", + "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/n15/arf/arf-n15-20260326_084758/arf-n15-7857-20260330_070701.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/arf/adapter_report.json b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/arf/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..cd3312666933b6053e413a28bb13f1beb77546fa --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/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/n15/arf/arf-n15-20260326_084758/staged/arf/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/arf/adapter_transforms_applied.json b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/arf/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/arf/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/arf/model_input_manifest.json b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/arf/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..053edcefd85ccce013e0b6f37a5436288422cd3f --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/arf/model_input_manifest.json @@ -0,0 +1,1780 @@ +{ + "dataset_id": "n15", + "model": "arf", + "target_column": "ABYSTAND", + "task_type": "classification", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/arf/arf-n15-20260326_084758/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/public/staged_features.json b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..09a70f1db32a544bcae7330d337efe8b1d269911 --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/public/staged_features.json @@ -0,0 +1,432 @@ +[ + { + "feature_name": "MOSTYPE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAANTHUI", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMOMV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMLEEF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOSHOOFD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODRK", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODPR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELSA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFALLEEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFGEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFWEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLLAAG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERZELF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERBOER", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKC", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHHUUR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHKOOP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZFONDS", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKM30", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK3045", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK4575", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK7512", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK123M", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKGEM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MKOOPKLA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWAPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWALAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PBESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PMOTSCO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PTRACTOR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBROM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PLEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PPLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBYSTAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAPART", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWALAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ABESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AMOTSCO", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ATRACTOR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABROM", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ALEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "APERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABYSTAND", + "data_type": "binary", + "is_target": true + }, + { + "feature_name": "CARAVAN", + "data_type": "binary", + "is_target": false + } +] \ No newline at end of file diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/public/test.csv b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c49cfa13d9c8c97800def0e711f1a78c4b7373c --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb79b0fa6748300b4f887d1f53cad4854f40f51cc1b0588c306eff8149735e6 +size 170605 diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/public/train.csv b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..47c6a2e4b0a01f0a6eb7903e2e820554e3516bda --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e1119fb76fba5a78aadbceef58f29788e4bb3524824932de207c1160b92965 +size 1358492 diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/public/val.csv b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..baa881445775d363af54f8ed2fc208d0bafdc6d4 --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f21567e6e1ef28313538289b418fad70f3673877f9a01f2d165dabf98095045 +size 170395 diff --git a/syntheticSuccess/n15/arf/arf-n15-20260326_084758/train_20260326_084758.log b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/train_20260326_084758.log new file mode 100644 index 0000000000000000000000000000000000000000..130d6dc2e5867f30d8780d8bd2d8a7b83b1b8e3f --- /dev/null +++ b/syntheticSuccess/n15/arf/arf-n15-20260326_084758/train_20260326_084758.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9772d058260b724e2ace5d462f093adf48ef174b62e615eccc623a5a2e4b3082 +size 563 diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/_bayesnet_generate.py b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/_bayesnet_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..71745bec139eae66fe6404ac686e0410a194dc3c --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/_bayesnet_generate.py @@ -0,0 +1,43 @@ +import subprocess, sys, os + +pip_libs = "/pip_libs" +sys.path.insert(0, pip_libs) +os.environ["PYTHONPATH"] = pip_libs + os.pathsep + os.environ.get("PYTHONPATH", "") + +def _ensure_deps(): + try: + import synthcity + except ModuleNotFoundError: + print("[BayesNet] synthcity not found - installing to cache...") + subprocess.run( + [sys.executable, "-m", "pip", "install", + "--target", pip_libs, "synthcity==0.2.12", "numpy<2", "-q"], + check=True + ) + import shutil, glob + for pat in ["torch", "torch-*", "torchvision", "torchvision-*", + "torchvision.libs", "torchgen", "nvidia*", "triton*"]: + for p in glob.glob(os.path.join(pip_libs, pat)): + if os.path.isdir(p): shutil.rmtree(p) + else: os.remove(p) + if pip_libs not in sys.path: + sys.path.insert(0, pip_libs) + +_ensure_deps() + +import pickle, json as _json +with open("/work/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet_model.pkl", "rb") as f: + plugin = pickle.load(f) +syn = plugin.generate(count=7857).dataframe() + +# Restore zero-variance columns that were dropped during training +const_path = "/work/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet_model.pkl".replace("bayesnet_model.pkl", "const_cols.json") +if os.path.exists(const_path): + with open(const_path) as _f: + const_cols = _json.load(_f) + for col, val in const_cols.items(): + syn[col] = val + print(f"[BayesNet] Restored constant column '{col}' = {val}") + +syn.to_csv("/work/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet-n15-7857-20260330_070726.csv", index=False) +print(f"[BayesNet] Generated 7857 rows -> /work/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet-n15-7857-20260330_070726.csv") diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/_bayesnet_train.py b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/_bayesnet_train.py new file mode 100644 index 0000000000000000000000000000000000000000..657606c72fe42a23140fa2d5b48420cdc8ae4c52 --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/_bayesnet_train.py @@ -0,0 +1,62 @@ +import subprocess, sys, os + +pip_libs = "/pip_libs" +sys.path.insert(0, pip_libs) +os.environ["PYTHONPATH"] = pip_libs + os.pathsep + os.environ.get("PYTHONPATH", "") + +def _ensure_deps(): + try: + import synthcity + except ModuleNotFoundError: + print("[BayesNet] synthcity not found - installing to cache (first run, may take minutes)...") + # Install synthcity with numpy<2 to avoid conflicts + subprocess.run( + [sys.executable, "-m", "pip", "install", + "--target", pip_libs, "synthcity==0.2.12", "numpy<2", "-q"], + check=True + ) + # Remove torch/torchvision from pip_libs to avoid shadowing system versions + import shutil, glob + for pat in ["torch", "torch-*", "torchvision", "torchvision-*", + "torchvision.libs", "torchgen", "nvidia*", "triton*"]: + for p in glob.glob(os.path.join(pip_libs, pat)): + if os.path.isdir(p): shutil.rmtree(p) + else: os.remove(p) + if pip_libs not in sys.path: + sys.path.insert(0, pip_libs) + +_ensure_deps() + +from synthcity.plugins import Plugins +import pickle +import pandas as pd +from synthcity.plugins.core.dataloader import GenericDataLoader + +df = pd.read_csv("/work/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/train.csv") +df = df.dropna(axis=1, how="all") + +# Drop zero-variance columns (only 1 unique value) to avoid +# synthcity encoder KeyError during generation +import json as _json +const_cols = {} +for col in list(df.columns): + nuniq = df[col].nunique() + if nuniq <= 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}' (value={const_cols[col]})") + +# Save constant columns info so generate can restore them +const_path = "/work/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet_model.pkl".replace("bayesnet_model.pkl", "const_cols.json") +with open(const_path, "w") as _f: + _json.dump({k: str(v) for k, v in const_cols.items()}, _f) + +print(f"[BayesNet] Training on {len(df)} rows, {len(df.columns)} cols") + +loader = GenericDataLoader(df) +plugin = Plugins().get("bayesian_network") +plugin.fit(loader) + +with open("/work/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet_model.pkl", "wb") as f: + pickle.dump(plugin, f) +print(f"[BayesNet] Model saved -> /work/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet_model.pkl") diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet-n15-1000-20260321_090543.csv b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet-n15-1000-20260321_090543.csv new file mode 100644 index 0000000000000000000000000000000000000000..9ad171966a9e9cbfa37109dc8b64f4d168b11af6 --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet-n15-1000-20260321_090543.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb16040a71a21d000541bad764d71ab8cba96037ebc2384cf2b1ccb9a73a55a7 +size 173438 diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet-n15-7857-20260330_070726.csv b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet-n15-7857-20260330_070726.csv new file mode 100644 index 0000000000000000000000000000000000000000..bd0632fc81e978e26aa31fc7755e410e905f2e4d --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet-n15-7857-20260330_070726.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c86ec73224e4c80b30e211a29594b77dd0ff7e484a24435103617eb757acec +size 1358032 diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet_model.pkl b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet_model.pkl new file mode 100644 index 0000000000000000000000000000000000000000..36f9a8cd267e01ac92db5201e5d09fd18f2cc47e --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet_model.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c6a20c6c317edbc15cd74e406e25464070ae8e7c2ee25b70093f09130fb5b3 +size 11270151 diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/const_cols.json b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/const_cols.json new file mode 100644 index 0000000000000000000000000000000000000000..9e26dfeeb6e641a33dae4961196235bdb965b21b --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/const_cols.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/gen_20260321_090543.log b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/gen_20260321_090543.log new file mode 100644 index 0000000000000000000000000000000000000000..492940c273ead4429a1bb417366454996734dc00 --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/gen_20260321_090543.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f181dde5576a0a1d3d629e6fb4f795824643fdad6edd349b53df61d159cd49b4 +size 8656 diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/gen_20260330_070726.log b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/gen_20260330_070726.log new file mode 100644 index 0000000000000000000000000000000000000000..86d1a95c96737e1111037d5eb7fb1afd52d95806 --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/gen_20260330_070726.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf097bff4a27e1d4734eeb6f420da246a9eb2951b64e4888e44ddc2d8348051 +size 9028 diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/input_snapshot.json b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..fd0b05f76f661c98c0ed302c00262a4c2f832b83 --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n15", + "model": "bayesnet", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "exists": true, + "size": 1366350, + "sha256": "b0f736e733b1436efd137e21670ed9075aa5319a39a4c72794fd333b90e3e4a2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "exists": true, + "size": 171378, + "sha256": "d1b39ca7021a44719d14c894a8ec49d0a6aab672b4c02fe3fe68bf8593c4d03d" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv", + "exists": true, + "size": 171589, + "sha256": "8d399c3a7cdb5ef0f29a71824f040768c4378104817e689bd3e4c3c8225ba703" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_profile.json", + "exists": true, + "size": 31752, + "sha256": "e26005513affc634d1bfd96b6c5658236958fbcaee8e884d98ea4395c97e730b" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_contract_v1.json", + "exists": true, + "size": 38587, + "sha256": "048cb3fa3e95eaea7ac0757527ca66cde4a3f89efa8f27b7be455a7e2a985f3f" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8b40bb44183138c713f73ac7041aac25f61e94d7 --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,1773 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "columns": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/public_gate/public_gate_report.json b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8dcd37d17026379434484462c9b9fe350b50be48 --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n15", + "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": "ABYSTAND", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/public_gate/staged_input_manifest.json b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8b958245b842eb0eac78b555ab54e9d4d37531f7 --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/public_gate/staged_input_manifest.json @@ -0,0 +1,1778 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/runtime_result.json b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..6b36b8d5fb650a95fda4b2d4da09fc0b32e6eae9 --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n15", + "model": "bayesnet", + "run_id": "bayesnet-n15-20260321_090444", + "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/n15/bayesnet/bayesnet-n15-20260321_090444/bayesnet-n15-7857-20260330_070726.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/bayesnet/adapter_report.json b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/bayesnet/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..4cc1d5d95dce02b0fee12f97f8df846214aa8fbb --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/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/n15/bayesnet/bayesnet-n15-20260321_090444/staged/bayesnet/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/bayesnet/adapter_transforms_applied.json b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/bayesnet/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/bayesnet/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/bayesnet/model_input_manifest.json b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/bayesnet/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..eec62863d01cb4d923e5081eca1fdb1457443212 --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/bayesnet/model_input_manifest.json @@ -0,0 +1,1780 @@ +{ + "dataset_id": "n15", + "model": "bayesnet", + "target_column": "ABYSTAND", + "task_type": "classification", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/bayesnet/bayesnet-n15-20260321_090444/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/staged_features.json b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..09a70f1db32a544bcae7330d337efe8b1d269911 --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/staged_features.json @@ -0,0 +1,432 @@ +[ + { + "feature_name": "MOSTYPE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAANTHUI", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMOMV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMLEEF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOSHOOFD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODRK", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODPR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELSA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFALLEEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFGEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFWEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLLAAG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERZELF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERBOER", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKC", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHHUUR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHKOOP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZFONDS", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKM30", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK3045", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK4575", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK7512", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK123M", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKGEM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MKOOPKLA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWAPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWALAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PBESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PMOTSCO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PTRACTOR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBROM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PLEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PPLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBYSTAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAPART", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWALAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ABESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AMOTSCO", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ATRACTOR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABROM", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ALEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "APERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABYSTAND", + "data_type": "binary", + "is_target": true + }, + { + "feature_name": "CARAVAN", + "data_type": "binary", + "is_target": false + } +] \ No newline at end of file diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/test.csv b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c49cfa13d9c8c97800def0e711f1a78c4b7373c --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb79b0fa6748300b4f887d1f53cad4854f40f51cc1b0588c306eff8149735e6 +size 170605 diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/train.csv b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..47c6a2e4b0a01f0a6eb7903e2e820554e3516bda --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e1119fb76fba5a78aadbceef58f29788e4bb3524824932de207c1160b92965 +size 1358492 diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/val.csv b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..baa881445775d363af54f8ed2fc208d0bafdc6d4 --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f21567e6e1ef28313538289b418fad70f3673877f9a01f2d165dabf98095045 +size 170395 diff --git a/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/train_20260321_090444.log b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/train_20260321_090444.log new file mode 100644 index 0000000000000000000000000000000000000000..a47c0aa757e4201d4d88f60762f14a9ebdb17966 --- /dev/null +++ b/syntheticSuccess/n15/bayesnet/bayesnet-n15-20260321_090444/train_20260321_090444.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f31efe6857053607273fcd42a045684475c64acc2b73ce898de4c8604411ee +size 467 diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/_ctgan_generate.py b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/_ctgan_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..03266d59322223a65ec828b96d8b5e3805d35d18 --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/_ctgan_generate.py @@ -0,0 +1,18 @@ +import sys +sys.path.insert(0, "/work") +from src.SpecificModels.ctgan_rdt_inverse_fix import apply_ctgan_inverse_fix +apply_ctgan_inverse_fix() +import pandas as pd +from ctgan.synthesizers.ctgan import CTGAN +model = CTGAN.load("/work/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/models_300epochs/ctgan_300epochs.pt") +total = 7857 +chunk = min(50000, total) if total > 50000 else total +parts = [] +left = total +while left > 0: + take = min(chunk, left) + parts.append(model.sample(take)) + left -= take +sampled = pd.concat(parts, ignore_index=True) if len(parts) > 1 else parts[0] +sampled.to_csv("/work/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/ctgan-n15-7857-20260420_031238.csv", index=False) +print("[CTGAN] Generated", total, "rows in", len(parts), "chunks ->", "/work/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/ctgan-n15-7857-20260420_031238.csv") \ No newline at end of file diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/ctgan-n15-7857-20260420_031238.csv b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/ctgan-n15-7857-20260420_031238.csv new file mode 100644 index 0000000000000000000000000000000000000000..ff1530bd399fd893a30d59d5f3311b64d37365ed --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/ctgan-n15-7857-20260420_031238.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b9638bba94a8340e09317edfec0d1fe9f8608ea4ee634e822777e5be451ae3 +size 1359940 diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/ctgan_metadata.json b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/ctgan_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..09550ec5deaddff785c6828490e1aac0ff4b1a7b --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/ctgan_metadata.json @@ -0,0 +1,348 @@ +{ + "columns": [ + { + "name": "MOSTYPE", + "type": "continuous" + }, + { + "name": "MAANTHUI", + "type": "continuous" + }, + { + "name": "MGEMOMV", + "type": "continuous" + }, + { + "name": "MGEMLEEF", + "type": "continuous" + }, + { + "name": "MOSHOOFD", + "type": "continuous" + }, + { + "name": "MGODRK", + "type": "continuous" + }, + { + "name": "MGODPR", + "type": "continuous" + }, + { + "name": "MGODOV", + "type": "continuous" + }, + { + "name": "MGODGE", + "type": "continuous" + }, + { + "name": "MRELGE", + "type": "continuous" + }, + { + "name": "MRELSA", + "type": "continuous" + }, + { + "name": "MRELOV", + "type": "continuous" + }, + { + "name": "MFALLEEN", + "type": "continuous" + }, + { + "name": "MFGEKIND", + "type": "continuous" + }, + { + "name": "MFWEKIND", + "type": "continuous" + }, + { + "name": "MOPLHOOG", + "type": "continuous" + }, + { + "name": "MOPLMIDD", + "type": "continuous" + }, + { + "name": "MOPLLAAG", + "type": "continuous" + }, + { + "name": "MBERHOOG", + "type": "continuous" + }, + { + "name": "MBERZELF", + "type": "continuous" + }, + { + "name": "MBERBOER", + "type": "continuous" + }, + { + "name": "MBERMIDD", + "type": "continuous" + }, + { + "name": "MBERARBG", + "type": "continuous" + }, + { + "name": "MBERARBO", + "type": "continuous" + }, + { + "name": "MSKA", + "type": "continuous" + }, + { + "name": "MSKB1", + "type": "continuous" + }, + { + "name": "MSKB2", + "type": "continuous" + }, + { + "name": "MSKC", + "type": "continuous" + }, + { + "name": "MSKD", + "type": "continuous" + }, + { + "name": "MHHUUR", + "type": "continuous" + }, + { + "name": "MHKOOP", + "type": "continuous" + }, + { + "name": "MAUT1", + "type": "continuous" + }, + { + "name": "MAUT2", + "type": "continuous" + }, + { + "name": "MAUT0", + "type": "continuous" + }, + { + "name": "MZFONDS", + "type": "continuous" + }, + { + "name": "MZPART", + "type": "continuous" + }, + { + "name": "MINKM30", + "type": "continuous" + }, + { + "name": "MINK3045", + "type": "continuous" + }, + { + "name": "MINK4575", + "type": "continuous" + }, + { + "name": "MINK7512", + "type": "continuous" + }, + { + "name": "MINK123M", + "type": "continuous" + }, + { + "name": "MINKGEM", + "type": "continuous" + }, + { + "name": "MKOOPKLA", + "type": "continuous" + }, + { + "name": "PWAPART", + "type": "continuous" + }, + { + "name": "PWABEDR", + "type": "categorical" + }, + { + "name": "PWALAND", + "type": "continuous" + }, + { + "name": "PPERSAUT", + "type": "continuous" + }, + { + "name": "PBESAUT", + "type": "categorical" + }, + { + "name": "PMOTSCO", + "type": "continuous" + }, + { + "name": "PVRAAUT", + "type": "categorical" + }, + { + "name": "PAANHANG", + "type": "categorical" + }, + { + "name": "PTRACTOR", + "type": "continuous" + }, + { + "name": "PWERKT", + "type": "categorical" + }, + { + "name": "PBROM", + "type": "continuous" + }, + { + "name": "PLEVEN", + "type": "continuous" + }, + { + "name": "PPERSONG", + "type": "categorical" + }, + { + "name": "PGEZONG", + "type": "categorical" + }, + { + "name": "PWAOREG", + "type": "categorical" + }, + { + "name": "PBRAND", + "type": "continuous" + }, + { + "name": "PZEILPL", + "type": "categorical" + }, + { + "name": "PPLEZIER", + "type": "categorical" + }, + { + "name": "PFIETS", + "type": "categorical" + }, + { + "name": "PINBOED", + "type": "categorical" + }, + { + "name": "PBYSTAND", + "type": "categorical" + }, + { + "name": "AWAPART", + "type": "categorical" + }, + { + "name": "AWABEDR", + "type": "categorical" + }, + { + "name": "AWALAND", + "type": "categorical" + }, + { + "name": "APERSAUT", + "type": "continuous" + }, + { + "name": "ABESAUT", + "type": "categorical" + }, + { + "name": "AMOTSCO", + "type": "categorical" + }, + { + "name": "AVRAAUT", + "type": "categorical" + }, + { + "name": "AAANHANG", + "type": "categorical" + }, + { + "name": "ATRACTOR", + "type": "categorical" + }, + { + "name": "AWERKT", + "type": "categorical" + }, + { + "name": "ABROM", + "type": "categorical" + }, + { + "name": "ALEVEN", + "type": "continuous" + }, + { + "name": "APERSONG", + "type": "categorical" + }, + { + "name": "AGEZONG", + "type": "categorical" + }, + { + "name": "AWAOREG", + "type": "categorical" + }, + { + "name": "ABRAND", + "type": "continuous" + }, + { + "name": "AZEILPL", + "type": "categorical" + }, + { + "name": "APLEZIER", + "type": "categorical" + }, + { + "name": "AFIETS", + "type": "categorical" + }, + { + "name": "AINBOED", + "type": "categorical" + }, + { + "name": "ABYSTAND", + "type": "categorical" + }, + { + "name": "CARAVAN", + "type": "categorical" + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/gen_20260328_091954.log b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/gen_20260328_091954.log new file mode 100644 index 0000000000000000000000000000000000000000..b072ef5ffaf830fb56ec83977a5e32f4040ec347 --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/gen_20260328_091954.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b61e3dede2dd617b4c0433c530112d97684ddfe8982b8ef5f7388aefb4dca9 +size 2133 diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/gen_20260420_031238.log b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/gen_20260420_031238.log new file mode 100644 index 0000000000000000000000000000000000000000..503d7424dccd038c8e83cde1fbf7473b7be3ecc2 --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/gen_20260420_031238.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d8d4fbbf1e6f97f038b5881e4a8331694256d89824ea8ecac69c8c517b2cb9 +size 547 diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/input_snapshot.json b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..01d0d9db7c01532c6e8e63ee4521bdabf5d4b19d --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n15", + "model": "ctgan", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "exists": true, + "size": 1366350, + "sha256": "b0f736e733b1436efd137e21670ed9075aa5319a39a4c72794fd333b90e3e4a2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "exists": true, + "size": 171378, + "sha256": "d1b39ca7021a44719d14c894a8ec49d0a6aab672b4c02fe3fe68bf8593c4d03d" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv", + "exists": true, + "size": 171589, + "sha256": "8d399c3a7cdb5ef0f29a71824f040768c4378104817e689bd3e4c3c8225ba703" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_profile.json", + "exists": true, + "size": 31752, + "sha256": "e26005513affc634d1bfd96b6c5658236958fbcaee8e884d98ea4395c97e730b" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_contract_v1.json", + "exists": true, + "size": 38587, + "sha256": "048cb3fa3e95eaea7ac0757527ca66cde4a3f89efa8f27b7be455a7e2a985f3f" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/models_300epochs/ctgan_300epochs.pt b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/models_300epochs/ctgan_300epochs.pt new file mode 100644 index 0000000000000000000000000000000000000000..2d038a1eb12b71bc08329f62552ec5d21eb90c85 --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/models_300epochs/ctgan_300epochs.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eea614fb07eed6cde3118823bdc7e35a7da5034021b133f66f3f3cecdc15376 +size 7005859 diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/models_300epochs/train_20260328_054855.log b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/models_300epochs/train_20260328_054855.log new file mode 100644 index 0000000000000000000000000000000000000000..003a71ee569a05cd159dac9d0ecaaafbbf00a274 --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/models_300epochs/train_20260328_054855.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08d9cbaac7315c19cc6ffbb125e1699401614927b4f27c0faf3272174fc6602 +size 372 diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8b40bb44183138c713f73ac7041aac25f61e94d7 --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,1773 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "columns": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/public_gate/public_gate_report.json b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8dcd37d17026379434484462c9b9fe350b50be48 --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n15", + "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": "ABYSTAND", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/public_gate/staged_input_manifest.json b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d595a31a88f10795c39c9868f505be6c20849bfd --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/public_gate/staged_input_manifest.json @@ -0,0 +1,1778 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/runtime_result.json b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..a4754ae0ab219edcb684a110c5b06ee1f34cecf5 --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n15", + "model": "ctgan", + "run_id": "ctgan-n15-20260328_054854", + "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/n15/ctgan/ctgan-n15-20260328_054854/ctgan-n15-7857-20260420_031238.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/ctgan/adapter_report.json b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/ctgan/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..6fd58ee62d80a211b6934ed62f1720bb673fd3ba --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/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/n15/ctgan/ctgan-n15-20260328_054854/staged/ctgan/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/ctgan/adapter_transforms_applied.json b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/ctgan/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/ctgan/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/ctgan/model_input_manifest.json b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/ctgan/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..cc798f94b8ab3d11625d07913ab76bfe9d747588 --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/ctgan/model_input_manifest.json @@ -0,0 +1,1780 @@ +{ + "dataset_id": "n15", + "model": "ctgan", + "target_column": "ABYSTAND", + "task_type": "classification", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/ctgan/ctgan-n15-20260328_054854/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/public/staged_features.json b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..09a70f1db32a544bcae7330d337efe8b1d269911 --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/public/staged_features.json @@ -0,0 +1,432 @@ +[ + { + "feature_name": "MOSTYPE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAANTHUI", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMOMV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMLEEF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOSHOOFD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODRK", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODPR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELSA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFALLEEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFGEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFWEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLLAAG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERZELF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERBOER", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKC", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHHUUR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHKOOP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZFONDS", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKM30", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK3045", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK4575", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK7512", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK123M", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKGEM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MKOOPKLA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWAPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWALAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PBESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PMOTSCO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PTRACTOR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBROM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PLEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PPLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBYSTAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAPART", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWALAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ABESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AMOTSCO", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ATRACTOR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABROM", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ALEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "APERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABYSTAND", + "data_type": "binary", + "is_target": true + }, + { + "feature_name": "CARAVAN", + "data_type": "binary", + "is_target": false + } +] \ No newline at end of file diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/public/test.csv b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c49cfa13d9c8c97800def0e711f1a78c4b7373c --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb79b0fa6748300b4f887d1f53cad4854f40f51cc1b0588c306eff8149735e6 +size 170605 diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/public/train.csv b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..47c6a2e4b0a01f0a6eb7903e2e820554e3516bda --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e1119fb76fba5a78aadbceef58f29788e4bb3524824932de207c1160b92965 +size 1358492 diff --git a/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/public/val.csv b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..baa881445775d363af54f8ed2fc208d0bafdc6d4 --- /dev/null +++ b/syntheticSuccess/n15/ctgan/ctgan-n15-20260328_054854/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f21567e6e1ef28313538289b418fad70f3673877f9a01f2d165dabf98095045 +size 170395 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/gen_20260330_033926.log b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/gen_20260330_033926.log new file mode 100644 index 0000000000000000000000000000000000000000..1b7ddaa429d60d0751248b7c395267abd6e90184 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/gen_20260330_033926.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99859ada743add9b0db9cb13d0c9484858d1b7a0bb8a2e6462158043accc3fc +size 796 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/input_snapshot.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..60ee4ff01ff8d0ac258a61e78be5e6bed83a3dd1 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n15", + "model": "realtabformer", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "exists": true, + "size": 1366350, + "sha256": "b0f736e733b1436efd137e21670ed9075aa5319a39a4c72794fd333b90e3e4a2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "exists": true, + "size": 171378, + "sha256": "d1b39ca7021a44719d14c894a8ec49d0a6aab672b4c02fe3fe68bf8593c4d03d" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv", + "exists": true, + "size": 171589, + "sha256": "8d399c3a7cdb5ef0f29a71824f040768c4378104817e689bd3e4c3c8225ba703" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_profile.json", + "exists": true, + "size": 31752, + "sha256": "e26005513affc634d1bfd96b6c5658236958fbcaee8e884d98ea4395c97e730b" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_contract_v1.json", + "exists": true, + "size": 38587, + "sha256": "048cb3fa3e95eaea7ac0757527ca66cde4a3f89efa8f27b7be455a7e2a985f3f" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/models_100epochs/id000017748131624782456832/rtf_config.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/models_100epochs/id000017748131624782456832/rtf_config.json new file mode 100644 index 0000000000000000000000000000000000000000..f9fa9a63bcd1c6457437957c1e836b62af38cef6 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/models_100epochs/id000017748131624782456832/rtf_config.json @@ -0,0 +1 @@ +{"model_type": "tabular", "tabular_config": {"add_cross_attention": false, "tie_word_embeddings": true, "vocab_size": 634, "n_positions": 1024, "n_embd": 768, "n_layer": 6, "n_head": 12, "n_inner": null, "activation_function": "gelu_new", "resid_pdrop": 0.1, "embd_pdrop": 0.1, "attn_pdrop": 0.1, "layer_norm_epsilon": 1e-05, "initializer_range": 0.02, "summary_type": "cls_index", "summary_use_proj": true, "summary_activation": null, "summary_first_dropout": 0.1, "summary_proj_to_labels": true, "scale_attn_weights": true, "use_cache": false, "scale_attn_by_inverse_layer_idx": false, "reorder_and_upcast_attn": false, "bos_token_id": 5, "eos_token_id": 6, "pad_token_id": null, "return_dict": true, "output_hidden_states": false, "dtype": "float32", "chunk_size_feed_forward": 0, "is_encoder_decoder": false, "architectures": ["GPT2LMHeadModel"], "id2label": {"0": "LABEL_0", "1": "LABEL_1"}, "label2id": {"LABEL_0": 0, "LABEL_1": 1}, "problem_type": null, "_name_or_path": "", "transformers_version": "5.0.0", "model_type": "gpt2", "output_attentions": false}, "checkpoints_dir": "rtf_checkpoints", "samples_save_dir": "rtf_samples", "full_save_dir": "rtf_full_save", "epochs": 100, "batch_size": 8, "early_stopping_patience": 5, "early_stopping_threshold": 0, "training_args_kwargs": {"eval_strategy": "no", "output_dir": "rtf_checkpoints", "metric_for_best_model": "loss", "num_train_epochs": 100, "per_device_train_batch_size": 8, "per_device_eval_batch_size": 8, "gradient_accumulation_steps": 4, "remove_unused_columns": true, "logging_steps": 100, "save_steps": 100, "eval_steps": 100, "load_best_model_at_end": false, "save_total_limit": 6, "optim": "adamw_torch"}, "train_size": 1, "mask_rate": 0, "columns": ["MOSTYPE", "MAANTHUI", "MGEMOMV", "MGEMLEEF", "MOSHOOFD", "MGODRK", "MGODPR", "MGODOV", "MGODGE", "MRELGE", "MRELSA", "MRELOV", "MFALLEEN", "MFGEKIND", "MFWEKIND", "MOPLHOOG", "MOPLMIDD", "MOPLLAAG", "MBERHOOG", "MBERZELF", "MBERBOER", "MBERMIDD", "MBERARBG", "MBERARBO", "MSKA", "MSKB1", "MSKB2", "MSKC", "MSKD", "MHHUUR", "MHKOOP", "MAUT1", "MAUT2", "MAUT0", "MZFONDS", "MZPART", "MINKM30", "MINK3045", "MINK4575", "MINK7512", "MINK123M", "MINKGEM", "MKOOPKLA", "PWAPART", "PWABEDR", "PWALAND", "PPERSAUT", "PBESAUT", "PMOTSCO", "PVRAAUT", "PAANHANG", "PTRACTOR", "PWERKT", "PBROM", "PLEVEN", "PPERSONG", "PGEZONG", "PWAOREG", "PBRAND", "PZEILPL", "PPLEZIER", "PFIETS", "PINBOED", "PBYSTAND", "AWAPART", "AWABEDR", "AWALAND", "APERSAUT", "ABESAUT", "AMOTSCO", "AVRAAUT", "AAANHANG", "ATRACTOR", "AWERKT", "ABROM", "ALEVEN", "APERSONG", "AGEZONG", "AWAOREG", "ABRAND", "AZEILPL", "APLEZIER", "AFIETS", "AINBOED", "ABYSTAND", "CARAVAN"], "column_dtypes": {"MOSTYPE": "int64", "MAANTHUI": "int64", "MGEMOMV": "int64", "MGEMLEEF": "int64", "MOSHOOFD": "int64", "MGODRK": "int64", "MGODPR": "int64", "MGODOV": "int64", "MGODGE": "int64", "MRELGE": "int64", "MRELSA": "int64", "MRELOV": "int64", "MFALLEEN": "int64", "MFGEKIND": "int64", "MFWEKIND": "int64", "MOPLHOOG": "int64", "MOPLMIDD": "int64", "MOPLLAAG": "int64", "MBERHOOG": "int64", "MBERZELF": "int64", "MBERBOER": "int64", "MBERMIDD": "int64", "MBERARBG": "int64", "MBERARBO": "int64", "MSKA": "int64", "MSKB1": "int64", "MSKB2": "int64", "MSKC": "int64", "MSKD": "int64", "MHHUUR": "int64", "MHKOOP": "int64", "MAUT1": "int64", "MAUT2": "int64", "MAUT0": "int64", "MZFONDS": "int64", "MZPART": "int64", "MINKM30": "int64", "MINK3045": "int64", "MINK4575": "int64", "MINK7512": "int64", "MINK123M": "int64", "MINKGEM": "int64", "MKOOPKLA": "int64", "PWAPART": "int64", "PWABEDR": "object", "PWALAND": "int64", "PPERSAUT": "int64", "PBESAUT": "object", "PMOTSCO": "int64", "PVRAAUT": "object", "PAANHANG": "object", "PTRACTOR": "int64", "PWERKT": "object", "PBROM": "int64", "PLEVEN": "int64", "PPERSONG": "object", "PGEZONG": "object", "PWAOREG": "object", "PBRAND": "int64", "PZEILPL": "object", "PPLEZIER": "object", "PFIETS": "object", "PINBOED": "object", "PBYSTAND": "object", "AWAPART": "object", "AWABEDR": "object", "AWALAND": "object", "APERSAUT": "int64", "ABESAUT": "object", "AMOTSCO": "object", "AVRAAUT": "object", "AAANHANG": "object", "ATRACTOR": "object", "AWERKT": "object", "ABROM": "object", "ALEVEN": "int64", "APERSONG": "object", "AGEZONG": "object", "AWAOREG": "object", "ABRAND": "int64", "AZEILPL": "object", "APLEZIER": "object", "AFIETS": "object", "AINBOED": "object", "ABYSTAND": "object", "CARAVAN": "object"}, "column_has_missing": {"MOSTYPE": false, "MAANTHUI": false, "MGEMOMV": false, "MGEMLEEF": false, "MOSHOOFD": false, "MGODRK": false, "MGODPR": false, "MGODOV": false, "MGODGE": false, "MRELGE": false, "MRELSA": false, "MRELOV": false, "MFALLEEN": false, "MFGEKIND": false, "MFWEKIND": false, "MOPLHOOG": false, "MOPLMIDD": false, "MOPLLAAG": false, "MBERHOOG": false, "MBERZELF": false, "MBERBOER": false, "MBERMIDD": false, "MBERARBG": false, "MBERARBO": false, "MSKA": false, "MSKB1": false, "MSKB2": false, "MSKC": false, "MSKD": false, "MHHUUR": false, "MHKOOP": false, "MAUT1": false, "MAUT2": false, "MAUT0": false, "MZFONDS": false, "MZPART": false, "MINKM30": false, "MINK3045": false, "MINK4575": false, "MINK7512": false, "MINK123M": false, "MINKGEM": false, "MKOOPKLA": false, "PWAPART": false, "PWABEDR": false, "PWALAND": false, "PPERSAUT": false, "PBESAUT": false, "PMOTSCO": false, "PVRAAUT": false, "PAANHANG": false, "PTRACTOR": false, "PWERKT": false, "PBROM": false, "PLEVEN": false, "PPERSONG": false, "PGEZONG": false, "PWAOREG": false, "PBRAND": false, "PZEILPL": false, "PPLEZIER": false, "PFIETS": false, "PINBOED": false, "PBYSTAND": false, "AWAPART": false, "AWABEDR": false, "AWALAND": false, "APERSAUT": false, "ABESAUT": false, "AMOTSCO": false, "AVRAAUT": false, "AAANHANG": false, "ATRACTOR": false, "AWERKT": false, "ABROM": false, "ALEVEN": false, "APERSONG": false, "AGEZONG": false, "AWAOREG": false, "ABRAND": false, "AZEILPL": false, "APLEZIER": false, "AFIETS": false, "AINBOED": false, "ABYSTAND": false, "CARAVAN": false}, "drop_na_cols": ["MOSTYPE", "MAANTHUI", "MGEMOMV", "MGEMLEEF", "MOSHOOFD", "MGODRK", "MGODPR", "MGODOV", "MGODGE", "MRELGE", "MRELSA", "MRELOV", "MFALLEEN", "MFGEKIND", "MFWEKIND", "MOPLHOOG", "MOPLMIDD", "MOPLLAAG", "MBERHOOG", "MBERZELF", "MBERBOER", "MBERMIDD", "MBERARBG", "MBERARBO", "MSKA", "MSKB1", "MSKB2", "MSKC", "MSKD", "MHHUUR", "MHKOOP", "MAUT1", "MAUT2", "MAUT0", "MZFONDS", "MZPART", "MINKM30", "MINK3045", "MINK4575", "MINK7512", "MINK123M", "MINKGEM", "MKOOPKLA", "PWAPART", "PWABEDR", "PWALAND", "PPERSAUT", "PBESAUT", "PMOTSCO", "PVRAAUT", "PAANHANG", "PTRACTOR", "PWERKT", "PBROM", "PLEVEN", "PPERSONG", "PGEZONG", "PWAOREG", "PBRAND", "PZEILPL", "PPLEZIER", "PFIETS", "PINBOED", "PBYSTAND", "AWAPART", "AWABEDR", "AWALAND", "APERSAUT", "ABESAUT", "AMOTSCO", "AVRAAUT", "AAANHANG", "ATRACTOR", "AWERKT", "ABROM", "ALEVEN", "APERSONG", "AGEZONG", "AWAOREG", "ABRAND", "AZEILPL", "APLEZIER", "AFIETS", "AINBOED", "ABYSTAND", "CARAVAN"], "processed_columns": ["00___NUMERIC___MOSTYPE_00", "00___NUMERIC___MOSTYPE_01", "01___NUMERIC___MAANTHUI_00", "01___NUMERIC___MAANTHUI_01", "02___NUMERIC___MGEMOMV_00", "03___NUMERIC___MGEMLEEF_00", "04___NUMERIC___MOSHOOFD_00", "04___NUMERIC___MOSHOOFD_01", "05___NUMERIC___MGODRK_00", "06___NUMERIC___MGODPR_00", "07___NUMERIC___MGODOV_00", "08___NUMERIC___MGODGE_00", "09___NUMERIC___MRELGE_00", "10___NUMERIC___MRELSA_00", "11___NUMERIC___MRELOV_00", "12___NUMERIC___MFALLEEN_00", "13___NUMERIC___MFGEKIND_00", "14___NUMERIC___MFWEKIND_00", "15___NUMERIC___MOPLHOOG_00", "16___NUMERIC___MOPLMIDD_00", "17___NUMERIC___MOPLLAAG_00", "18___NUMERIC___MBERHOOG_00", "19___NUMERIC___MBERZELF_00", "20___NUMERIC___MBERBOER_00", "21___NUMERIC___MBERMIDD_00", "22___NUMERIC___MBERARBG_00", "23___NUMERIC___MBERARBO_00", "24___NUMERIC___MSKA_00", "25___NUMERIC___MSKB1_00", "26___NUMERIC___MSKB2_00", "27___NUMERIC___MSKC_00", "28___NUMERIC___MSKD_00", "29___NUMERIC___MHHUUR_00", "30___NUMERIC___MHKOOP_00", "31___NUMERIC___MAUT1_00", "32___NUMERIC___MAUT2_00", "33___NUMERIC___MAUT0_00", "34___NUMERIC___MZFONDS_00", "35___NUMERIC___MZPART_00", "36___NUMERIC___MINKM30_00", "37___NUMERIC___MINK3045_00", "38___NUMERIC___MINK4575_00", "39___NUMERIC___MINK7512_00", "40___NUMERIC___MINK123M_00", "41___NUMERIC___MINKGEM_00", "42___NUMERIC___MKOOPKLA_00", "43___NUMERIC___PWAPART_00", "44___CATEGORICAL___PWABEDR", "45___NUMERIC___PWALAND_00", "46___NUMERIC___PPERSAUT_00", "47___CATEGORICAL___PBESAUT", "48___NUMERIC___PMOTSCO_00", "49___CATEGORICAL___PVRAAUT", "50___CATEGORICAL___PAANHANG", "51___NUMERIC___PTRACTOR_00", "52___CATEGORICAL___PWERKT", "53___NUMERIC___PBROM_00", "54___NUMERIC___PLEVEN_00", "55___CATEGORICAL___PPERSONG", "56___CATEGORICAL___PGEZONG", "57___CATEGORICAL___PWAOREG", "58___NUMERIC___PBRAND_00", "59___CATEGORICAL___PZEILPL", "60___CATEGORICAL___PPLEZIER", "61___CATEGORICAL___PFIETS", "62___CATEGORICAL___PINBOED", "63___CATEGORICAL___PBYSTAND", "64___CATEGORICAL___AWAPART", "65___CATEGORICAL___AWABEDR", "66___CATEGORICAL___AWALAND", "67___NUMERIC___APERSAUT_00", "68___CATEGORICAL___ABESAUT", "69___CATEGORICAL___AMOTSCO", "70___CATEGORICAL___AVRAAUT", "71___CATEGORICAL___AAANHANG", "72___CATEGORICAL___ATRACTOR", "73___CATEGORICAL___AWERKT", "74___CATEGORICAL___ABROM", "75___NUMERIC___ALEVEN_00", "76___CATEGORICAL___APERSONG", "77___CATEGORICAL___AGEZONG", "78___CATEGORICAL___AWAOREG", "79___NUMERIC___ABRAND_00", "80___CATEGORICAL___AZEILPL", "81___CATEGORICAL___APLEZIER", "82___CATEGORICAL___AFIETS", "83___CATEGORICAL___AINBOED", "84___CATEGORICAL___ABYSTAND", "85___CATEGORICAL___CARAVAN"], "numeric_columns": ["MOSTYPE", "MAANTHUI", "MGEMOMV", "MGEMLEEF", "MOSHOOFD", "MGODRK", "MGODPR", "MGODOV", "MGODGE", "MRELGE", "MRELSA", "MRELOV", "MFALLEEN", "MFGEKIND", "MFWEKIND", "MOPLHOOG", "MOPLMIDD", "MOPLLAAG", "MBERHOOG", "MBERZELF", "MBERBOER", "MBERMIDD", "MBERARBG", "MBERARBO", "MSKA", "MSKB1", "MSKB2", "MSKC", "MSKD", "MHHUUR", "MHKOOP", "MAUT1", "MAUT2", "MAUT0", "MZFONDS", "MZPART", "MINKM30", "MINK3045", "MINK4575", "MINK7512", "MINK123M", "MINKGEM", "MKOOPKLA", "PWAPART", "PWALAND", "PPERSAUT", "PMOTSCO", "PTRACTOR", "PBROM", "PLEVEN", "PBRAND", "APERSAUT", "ALEVEN", "ABRAND"], "datetime_columns": [], "vocab": {"id2token": {"0": "[UNK]", "1": "[SEP]", "2": "[PAD]", "3": "[CLS]", "4": "[MASK]", "5": "[BOS]", "6": "[EOS]", "7": "[BMEM]", "8": "[EMEM]", "9": "[RMASK]", "10": "[SPTYPE]", "11": "00___NUMERIC___MOSTYPE_00___0", "12": "00___NUMERIC___MOSTYPE_00___1", "13": "00___NUMERIC___MOSTYPE_00___2", "14": "00___NUMERIC___MOSTYPE_00___3", "15": "00___NUMERIC___MOSTYPE_00___4", "16": "00___NUMERIC___MOSTYPE_01___0", "17": "00___NUMERIC___MOSTYPE_01___1", "18": "00___NUMERIC___MOSTYPE_01___2", "19": "00___NUMERIC___MOSTYPE_01___3", "20": "00___NUMERIC___MOSTYPE_01___4", "21": "00___NUMERIC___MOSTYPE_01___5", "22": "00___NUMERIC___MOSTYPE_01___6", "23": "00___NUMERIC___MOSTYPE_01___7", "24": "00___NUMERIC___MOSTYPE_01___8", "25": "00___NUMERIC___MOSTYPE_01___9", "26": "01___NUMERIC___MAANTHUI_00___0", "27": "01___NUMERIC___MAANTHUI_00___1", "28": "01___NUMERIC___MAANTHUI_01___0", "29": "01___NUMERIC___MAANTHUI_01___1", "30": "01___NUMERIC___MAANTHUI_01___2", "31": "01___NUMERIC___MAANTHUI_01___3", "32": "01___NUMERIC___MAANTHUI_01___4", "33": "01___NUMERIC___MAANTHUI_01___5", "34": "01___NUMERIC___MAANTHUI_01___6", "35": "01___NUMERIC___MAANTHUI_01___7", "36": "01___NUMERIC___MAANTHUI_01___8", "37": "02___NUMERIC___MGEMOMV_00___1", "38": "02___NUMERIC___MGEMOMV_00___2", "39": "02___NUMERIC___MGEMOMV_00___3", "40": "02___NUMERIC___MGEMOMV_00___4", "41": "02___NUMERIC___MGEMOMV_00___5", "42": "02___NUMERIC___MGEMOMV_00___6", "43": "03___NUMERIC___MGEMLEEF_00___1", "44": "03___NUMERIC___MGEMLEEF_00___2", "45": "03___NUMERIC___MGEMLEEF_00___3", "46": "03___NUMERIC___MGEMLEEF_00___4", "47": "03___NUMERIC___MGEMLEEF_00___5", "48": "03___NUMERIC___MGEMLEEF_00___6", "49": "04___NUMERIC___MOSHOOFD_00___0", "50": "04___NUMERIC___MOSHOOFD_00___1", "51": "04___NUMERIC___MOSHOOFD_01___0", "52": "04___NUMERIC___MOSHOOFD_01___1", "53": "04___NUMERIC___MOSHOOFD_01___2", "54": "04___NUMERIC___MOSHOOFD_01___3", "55": "04___NUMERIC___MOSHOOFD_01___4", "56": "04___NUMERIC___MOSHOOFD_01___5", "57": "04___NUMERIC___MOSHOOFD_01___6", "58": "04___NUMERIC___MOSHOOFD_01___7", "59": "04___NUMERIC___MOSHOOFD_01___8", "60": "04___NUMERIC___MOSHOOFD_01___9", "61": "05___NUMERIC___MGODRK_00___0", "62": "05___NUMERIC___MGODRK_00___1", "63": "05___NUMERIC___MGODRK_00___2", "64": "05___NUMERIC___MGODRK_00___3", "65": "05___NUMERIC___MGODRK_00___4", "66": "05___NUMERIC___MGODRK_00___5", "67": "05___NUMERIC___MGODRK_00___6", "68": "05___NUMERIC___MGODRK_00___7", "69": "05___NUMERIC___MGODRK_00___8", "70": "05___NUMERIC___MGODRK_00___9", "71": "06___NUMERIC___MGODPR_00___0", "72": "06___NUMERIC___MGODPR_00___1", "73": "06___NUMERIC___MGODPR_00___2", "74": "06___NUMERIC___MGODPR_00___3", "75": "06___NUMERIC___MGODPR_00___4", "76": "06___NUMERIC___MGODPR_00___5", "77": "06___NUMERIC___MGODPR_00___6", "78": "06___NUMERIC___MGODPR_00___7", "79": "06___NUMERIC___MGODPR_00___8", "80": "06___NUMERIC___MGODPR_00___9", "81": "07___NUMERIC___MGODOV_00___0", "82": "07___NUMERIC___MGODOV_00___1", "83": "07___NUMERIC___MGODOV_00___2", "84": "07___NUMERIC___MGODOV_00___3", "85": "07___NUMERIC___MGODOV_00___4", "86": "07___NUMERIC___MGODOV_00___5", "87": "08___NUMERIC___MGODGE_00___0", "88": "08___NUMERIC___MGODGE_00___1", "89": "08___NUMERIC___MGODGE_00___2", "90": "08___NUMERIC___MGODGE_00___3", "91": "08___NUMERIC___MGODGE_00___4", "92": "08___NUMERIC___MGODGE_00___5", "93": "08___NUMERIC___MGODGE_00___6", "94": "08___NUMERIC___MGODGE_00___7", "95": "08___NUMERIC___MGODGE_00___8", "96": "08___NUMERIC___MGODGE_00___9", "97": "09___NUMERIC___MRELGE_00___0", "98": "09___NUMERIC___MRELGE_00___1", "99": "09___NUMERIC___MRELGE_00___2", "100": "09___NUMERIC___MRELGE_00___3", "101": "09___NUMERIC___MRELGE_00___4", "102": "09___NUMERIC___MRELGE_00___5", "103": "09___NUMERIC___MRELGE_00___6", "104": "09___NUMERIC___MRELGE_00___7", "105": "09___NUMERIC___MRELGE_00___8", "106": "09___NUMERIC___MRELGE_00___9", "107": "10___NUMERIC___MRELSA_00___0", "108": "10___NUMERIC___MRELSA_00___1", "109": "10___NUMERIC___MRELSA_00___2", "110": "10___NUMERIC___MRELSA_00___3", "111": "10___NUMERIC___MRELSA_00___4", "112": "10___NUMERIC___MRELSA_00___5", "113": "10___NUMERIC___MRELSA_00___6", "114": "10___NUMERIC___MRELSA_00___7", "115": "11___NUMERIC___MRELOV_00___0", "116": "11___NUMERIC___MRELOV_00___1", "117": "11___NUMERIC___MRELOV_00___2", "118": "11___NUMERIC___MRELOV_00___3", "119": "11___NUMERIC___MRELOV_00___4", "120": "11___NUMERIC___MRELOV_00___5", "121": "11___NUMERIC___MRELOV_00___6", "122": "11___NUMERIC___MRELOV_00___7", "123": "11___NUMERIC___MRELOV_00___8", "124": "11___NUMERIC___MRELOV_00___9", "125": "12___NUMERIC___MFALLEEN_00___0", "126": "12___NUMERIC___MFALLEEN_00___1", "127": "12___NUMERIC___MFALLEEN_00___2", "128": "12___NUMERIC___MFALLEEN_00___3", "129": "12___NUMERIC___MFALLEEN_00___4", "130": "12___NUMERIC___MFALLEEN_00___5", "131": "12___NUMERIC___MFALLEEN_00___6", "132": "12___NUMERIC___MFALLEEN_00___7", "133": "12___NUMERIC___MFALLEEN_00___8", "134": "12___NUMERIC___MFALLEEN_00___9", "135": "13___NUMERIC___MFGEKIND_00___0", "136": "13___NUMERIC___MFGEKIND_00___1", "137": "13___NUMERIC___MFGEKIND_00___2", "138": "13___NUMERIC___MFGEKIND_00___3", "139": "13___NUMERIC___MFGEKIND_00___4", "140": "13___NUMERIC___MFGEKIND_00___5", "141": "13___NUMERIC___MFGEKIND_00___6", "142": "13___NUMERIC___MFGEKIND_00___7", "143": "13___NUMERIC___MFGEKIND_00___8", "144": "13___NUMERIC___MFGEKIND_00___9", "145": "14___NUMERIC___MFWEKIND_00___0", "146": "14___NUMERIC___MFWEKIND_00___1", "147": "14___NUMERIC___MFWEKIND_00___2", "148": "14___NUMERIC___MFWEKIND_00___3", "149": "14___NUMERIC___MFWEKIND_00___4", "150": "14___NUMERIC___MFWEKIND_00___5", "151": "14___NUMERIC___MFWEKIND_00___6", "152": "14___NUMERIC___MFWEKIND_00___7", "153": "14___NUMERIC___MFWEKIND_00___8", "154": "14___NUMERIC___MFWEKIND_00___9", "155": "15___NUMERIC___MOPLHOOG_00___0", "156": "15___NUMERIC___MOPLHOOG_00___1", "157": "15___NUMERIC___MOPLHOOG_00___2", "158": "15___NUMERIC___MOPLHOOG_00___3", "159": "15___NUMERIC___MOPLHOOG_00___4", "160": "15___NUMERIC___MOPLHOOG_00___5", "161": "15___NUMERIC___MOPLHOOG_00___6", "162": "15___NUMERIC___MOPLHOOG_00___7", "163": "15___NUMERIC___MOPLHOOG_00___8", "164": "15___NUMERIC___MOPLHOOG_00___9", "165": "16___NUMERIC___MOPLMIDD_00___0", "166": "16___NUMERIC___MOPLMIDD_00___1", "167": "16___NUMERIC___MOPLMIDD_00___2", "168": "16___NUMERIC___MOPLMIDD_00___3", "169": "16___NUMERIC___MOPLMIDD_00___4", "170": "16___NUMERIC___MOPLMIDD_00___5", "171": "16___NUMERIC___MOPLMIDD_00___6", "172": "16___NUMERIC___MOPLMIDD_00___7", "173": "16___NUMERIC___MOPLMIDD_00___8", "174": "16___NUMERIC___MOPLMIDD_00___9", "175": "17___NUMERIC___MOPLLAAG_00___0", "176": "17___NUMERIC___MOPLLAAG_00___1", "177": "17___NUMERIC___MOPLLAAG_00___2", "178": "17___NUMERIC___MOPLLAAG_00___3", "179": "17___NUMERIC___MOPLLAAG_00___4", "180": "17___NUMERIC___MOPLLAAG_00___5", "181": "17___NUMERIC___MOPLLAAG_00___6", "182": "17___NUMERIC___MOPLLAAG_00___7", "183": "17___NUMERIC___MOPLLAAG_00___8", "184": "17___NUMERIC___MOPLLAAG_00___9", "185": "18___NUMERIC___MBERHOOG_00___0", "186": "18___NUMERIC___MBERHOOG_00___1", "187": "18___NUMERIC___MBERHOOG_00___2", "188": "18___NUMERIC___MBERHOOG_00___3", "189": "18___NUMERIC___MBERHOOG_00___4", "190": "18___NUMERIC___MBERHOOG_00___5", "191": "18___NUMERIC___MBERHOOG_00___6", "192": "18___NUMERIC___MBERHOOG_00___7", "193": "18___NUMERIC___MBERHOOG_00___8", "194": "18___NUMERIC___MBERHOOG_00___9", "195": "19___NUMERIC___MBERZELF_00___0", "196": "19___NUMERIC___MBERZELF_00___1", "197": "19___NUMERIC___MBERZELF_00___2", "198": "19___NUMERIC___MBERZELF_00___3", "199": "19___NUMERIC___MBERZELF_00___4", "200": "19___NUMERIC___MBERZELF_00___5", "201": "20___NUMERIC___MBERBOER_00___0", "202": "20___NUMERIC___MBERBOER_00___1", "203": "20___NUMERIC___MBERBOER_00___2", "204": "20___NUMERIC___MBERBOER_00___3", "205": "20___NUMERIC___MBERBOER_00___4", "206": "20___NUMERIC___MBERBOER_00___5", "207": "20___NUMERIC___MBERBOER_00___6", "208": "20___NUMERIC___MBERBOER_00___7", "209": "20___NUMERIC___MBERBOER_00___8", "210": "20___NUMERIC___MBERBOER_00___9", "211": "21___NUMERIC___MBERMIDD_00___0", "212": "21___NUMERIC___MBERMIDD_00___1", "213": "21___NUMERIC___MBERMIDD_00___2", "214": "21___NUMERIC___MBERMIDD_00___3", "215": "21___NUMERIC___MBERMIDD_00___4", "216": "21___NUMERIC___MBERMIDD_00___5", "217": "21___NUMERIC___MBERMIDD_00___6", "218": "21___NUMERIC___MBERMIDD_00___7", "219": "21___NUMERIC___MBERMIDD_00___8", "220": "21___NUMERIC___MBERMIDD_00___9", "221": "22___NUMERIC___MBERARBG_00___0", "222": "22___NUMERIC___MBERARBG_00___1", "223": "22___NUMERIC___MBERARBG_00___2", "224": "22___NUMERIC___MBERARBG_00___3", "225": "22___NUMERIC___MBERARBG_00___4", "226": "22___NUMERIC___MBERARBG_00___5", "227": "22___NUMERIC___MBERARBG_00___6", "228": "22___NUMERIC___MBERARBG_00___7", "229": "22___NUMERIC___MBERARBG_00___8", "230": "22___NUMERIC___MBERARBG_00___9", "231": "23___NUMERIC___MBERARBO_00___0", "232": "23___NUMERIC___MBERARBO_00___1", "233": "23___NUMERIC___MBERARBO_00___2", "234": "23___NUMERIC___MBERARBO_00___3", "235": "23___NUMERIC___MBERARBO_00___4", "236": "23___NUMERIC___MBERARBO_00___5", "237": "23___NUMERIC___MBERARBO_00___6", "238": "23___NUMERIC___MBERARBO_00___7", "239": "23___NUMERIC___MBERARBO_00___8", "240": "23___NUMERIC___MBERARBO_00___9", "241": "24___NUMERIC___MSKA_00___0", "242": "24___NUMERIC___MSKA_00___1", "243": "24___NUMERIC___MSKA_00___2", "244": "24___NUMERIC___MSKA_00___3", "245": "24___NUMERIC___MSKA_00___4", "246": "24___NUMERIC___MSKA_00___5", "247": "24___NUMERIC___MSKA_00___6", "248": "24___NUMERIC___MSKA_00___7", "249": "24___NUMERIC___MSKA_00___8", "250": "24___NUMERIC___MSKA_00___9", "251": "25___NUMERIC___MSKB1_00___0", "252": "25___NUMERIC___MSKB1_00___1", "253": "25___NUMERIC___MSKB1_00___2", "254": "25___NUMERIC___MSKB1_00___3", "255": "25___NUMERIC___MSKB1_00___4", "256": "25___NUMERIC___MSKB1_00___5", "257": "25___NUMERIC___MSKB1_00___6", "258": "25___NUMERIC___MSKB1_00___7", "259": "25___NUMERIC___MSKB1_00___8", "260": "25___NUMERIC___MSKB1_00___9", "261": "26___NUMERIC___MSKB2_00___0", "262": "26___NUMERIC___MSKB2_00___1", "263": "26___NUMERIC___MSKB2_00___2", "264": "26___NUMERIC___MSKB2_00___3", "265": "26___NUMERIC___MSKB2_00___4", "266": "26___NUMERIC___MSKB2_00___5", "267": "26___NUMERIC___MSKB2_00___6", "268": "26___NUMERIC___MSKB2_00___7", "269": "26___NUMERIC___MSKB2_00___8", "270": "26___NUMERIC___MSKB2_00___9", "271": "27___NUMERIC___MSKC_00___0", "272": "27___NUMERIC___MSKC_00___1", "273": "27___NUMERIC___MSKC_00___2", "274": "27___NUMERIC___MSKC_00___3", "275": "27___NUMERIC___MSKC_00___4", "276": "27___NUMERIC___MSKC_00___5", "277": "27___NUMERIC___MSKC_00___6", "278": "27___NUMERIC___MSKC_00___7", "279": "27___NUMERIC___MSKC_00___8", "280": "27___NUMERIC___MSKC_00___9", "281": "28___NUMERIC___MSKD_00___0", "282": "28___NUMERIC___MSKD_00___1", "283": "28___NUMERIC___MSKD_00___2", "284": "28___NUMERIC___MSKD_00___3", "285": "28___NUMERIC___MSKD_00___4", "286": "28___NUMERIC___MSKD_00___5", "287": "28___NUMERIC___MSKD_00___6", "288": "28___NUMERIC___MSKD_00___7", "289": "28___NUMERIC___MSKD_00___8", "290": "28___NUMERIC___MSKD_00___9", "291": "29___NUMERIC___MHHUUR_00___0", "292": "29___NUMERIC___MHHUUR_00___1", "293": "29___NUMERIC___MHHUUR_00___2", "294": "29___NUMERIC___MHHUUR_00___3", "295": "29___NUMERIC___MHHUUR_00___4", "296": "29___NUMERIC___MHHUUR_00___5", "297": "29___NUMERIC___MHHUUR_00___6", "298": "29___NUMERIC___MHHUUR_00___7", "299": "29___NUMERIC___MHHUUR_00___8", "300": "29___NUMERIC___MHHUUR_00___9", "301": "30___NUMERIC___MHKOOP_00___0", "302": "30___NUMERIC___MHKOOP_00___1", "303": "30___NUMERIC___MHKOOP_00___2", "304": "30___NUMERIC___MHKOOP_00___3", "305": "30___NUMERIC___MHKOOP_00___4", "306": "30___NUMERIC___MHKOOP_00___5", "307": "30___NUMERIC___MHKOOP_00___6", "308": "30___NUMERIC___MHKOOP_00___7", "309": "30___NUMERIC___MHKOOP_00___8", "310": "30___NUMERIC___MHKOOP_00___9", "311": "31___NUMERIC___MAUT1_00___0", "312": "31___NUMERIC___MAUT1_00___1", "313": "31___NUMERIC___MAUT1_00___2", "314": "31___NUMERIC___MAUT1_00___3", "315": "31___NUMERIC___MAUT1_00___4", "316": "31___NUMERIC___MAUT1_00___5", "317": "31___NUMERIC___MAUT1_00___6", "318": "31___NUMERIC___MAUT1_00___7", "319": "31___NUMERIC___MAUT1_00___8", "320": "31___NUMERIC___MAUT1_00___9", "321": "32___NUMERIC___MAUT2_00___0", "322": "32___NUMERIC___MAUT2_00___1", "323": "32___NUMERIC___MAUT2_00___2", "324": "32___NUMERIC___MAUT2_00___3", "325": "32___NUMERIC___MAUT2_00___4", "326": "32___NUMERIC___MAUT2_00___5", "327": "32___NUMERIC___MAUT2_00___6", "328": "32___NUMERIC___MAUT2_00___7", "329": "33___NUMERIC___MAUT0_00___0", "330": "33___NUMERIC___MAUT0_00___1", "331": "33___NUMERIC___MAUT0_00___2", "332": "33___NUMERIC___MAUT0_00___3", "333": "33___NUMERIC___MAUT0_00___4", "334": "33___NUMERIC___MAUT0_00___5", "335": "33___NUMERIC___MAUT0_00___6", "336": "33___NUMERIC___MAUT0_00___7", "337": "33___NUMERIC___MAUT0_00___8", "338": "33___NUMERIC___MAUT0_00___9", "339": "34___NUMERIC___MZFONDS_00___0", "340": "34___NUMERIC___MZFONDS_00___1", "341": "34___NUMERIC___MZFONDS_00___2", "342": "34___NUMERIC___MZFONDS_00___3", "343": "34___NUMERIC___MZFONDS_00___4", "344": "34___NUMERIC___MZFONDS_00___5", "345": "34___NUMERIC___MZFONDS_00___6", "346": "34___NUMERIC___MZFONDS_00___7", "347": "34___NUMERIC___MZFONDS_00___8", "348": "34___NUMERIC___MZFONDS_00___9", "349": "35___NUMERIC___MZPART_00___0", "350": "35___NUMERIC___MZPART_00___1", "351": "35___NUMERIC___MZPART_00___2", "352": "35___NUMERIC___MZPART_00___3", "353": "35___NUMERIC___MZPART_00___4", "354": "35___NUMERIC___MZPART_00___5", "355": "35___NUMERIC___MZPART_00___6", "356": "35___NUMERIC___MZPART_00___7", "357": "35___NUMERIC___MZPART_00___8", "358": "35___NUMERIC___MZPART_00___9", "359": "36___NUMERIC___MINKM30_00___0", "360": "36___NUMERIC___MINKM30_00___1", "361": "36___NUMERIC___MINKM30_00___2", "362": "36___NUMERIC___MINKM30_00___3", "363": "36___NUMERIC___MINKM30_00___4", "364": "36___NUMERIC___MINKM30_00___5", "365": "36___NUMERIC___MINKM30_00___6", "366": "36___NUMERIC___MINKM30_00___7", "367": "36___NUMERIC___MINKM30_00___8", "368": "36___NUMERIC___MINKM30_00___9", "369": "37___NUMERIC___MINK3045_00___0", "370": "37___NUMERIC___MINK3045_00___1", "371": "37___NUMERIC___MINK3045_00___2", "372": "37___NUMERIC___MINK3045_00___3", "373": "37___NUMERIC___MINK3045_00___4", "374": "37___NUMERIC___MINK3045_00___5", "375": "37___NUMERIC___MINK3045_00___6", "376": "37___NUMERIC___MINK3045_00___7", "377": "37___NUMERIC___MINK3045_00___8", "378": "37___NUMERIC___MINK3045_00___9", "379": "38___NUMERIC___MINK4575_00___0", "380": "38___NUMERIC___MINK4575_00___1", "381": "38___NUMERIC___MINK4575_00___2", "382": "38___NUMERIC___MINK4575_00___3", "383": "38___NUMERIC___MINK4575_00___4", "384": "38___NUMERIC___MINK4575_00___5", "385": "38___NUMERIC___MINK4575_00___6", "386": "38___NUMERIC___MINK4575_00___7", "387": "38___NUMERIC___MINK4575_00___8", "388": "38___NUMERIC___MINK4575_00___9", "389": "39___NUMERIC___MINK7512_00___0", "390": "39___NUMERIC___MINK7512_00___1", "391": "39___NUMERIC___MINK7512_00___2", "392": "39___NUMERIC___MINK7512_00___3", "393": "39___NUMERIC___MINK7512_00___4", "394": "39___NUMERIC___MINK7512_00___5", "395": "39___NUMERIC___MINK7512_00___6", "396": "39___NUMERIC___MINK7512_00___7", "397": "39___NUMERIC___MINK7512_00___8", "398": "39___NUMERIC___MINK7512_00___9", "399": "40___NUMERIC___MINK123M_00___0", "400": "40___NUMERIC___MINK123M_00___1", "401": "40___NUMERIC___MINK123M_00___2", "402": "40___NUMERIC___MINK123M_00___3", "403": "40___NUMERIC___MINK123M_00___4", "404": "40___NUMERIC___MINK123M_00___5", "405": "40___NUMERIC___MINK123M_00___6", "406": "40___NUMERIC___MINK123M_00___9", "407": "41___NUMERIC___MINKGEM_00___0", "408": "41___NUMERIC___MINKGEM_00___1", "409": "41___NUMERIC___MINKGEM_00___2", "410": "41___NUMERIC___MINKGEM_00___3", "411": "41___NUMERIC___MINKGEM_00___4", "412": "41___NUMERIC___MINKGEM_00___5", "413": "41___NUMERIC___MINKGEM_00___6", "414": "41___NUMERIC___MINKGEM_00___7", "415": "41___NUMERIC___MINKGEM_00___8", "416": "41___NUMERIC___MINKGEM_00___9", "417": "42___NUMERIC___MKOOPKLA_00___1", "418": "42___NUMERIC___MKOOPKLA_00___2", "419": "42___NUMERIC___MKOOPKLA_00___3", "420": "42___NUMERIC___MKOOPKLA_00___4", "421": "42___NUMERIC___MKOOPKLA_00___5", "422": "42___NUMERIC___MKOOPKLA_00___6", "423": "42___NUMERIC___MKOOPKLA_00___7", "424": "42___NUMERIC___MKOOPKLA_00___8", "425": "43___NUMERIC___PWAPART_00___0", "426": "43___NUMERIC___PWAPART_00___1", "427": "43___NUMERIC___PWAPART_00___2", "428": "43___NUMERIC___PWAPART_00___3", "429": "44___CATEGORICAL___PWABEDR___0", "430": "44___CATEGORICAL___PWABEDR___1", "431": "44___CATEGORICAL___PWABEDR___2", "432": "44___CATEGORICAL___PWABEDR___3", "433": "44___CATEGORICAL___PWABEDR___4", "434": "44___CATEGORICAL___PWABEDR___5", "435": "44___CATEGORICAL___PWABEDR___6", "436": "45___NUMERIC___PWALAND_00___0", "437": "45___NUMERIC___PWALAND_00___1", "438": "45___NUMERIC___PWALAND_00___2", "439": "45___NUMERIC___PWALAND_00___3", "440": "45___NUMERIC___PWALAND_00___4", "441": "46___NUMERIC___PPERSAUT_00___0", "442": "46___NUMERIC___PPERSAUT_00___4", "443": "46___NUMERIC___PPERSAUT_00___5", "444": "46___NUMERIC___PPERSAUT_00___6", "445": "46___NUMERIC___PPERSAUT_00___7", "446": "46___NUMERIC___PPERSAUT_00___8", "447": "47___CATEGORICAL___PBESAUT___0", "448": "47___CATEGORICAL___PBESAUT___5", "449": "47___CATEGORICAL___PBESAUT___6", "450": "47___CATEGORICAL___PBESAUT___7", "451": "48___NUMERIC___PMOTSCO_00___0", "452": "48___NUMERIC___PMOTSCO_00___3", "453": "48___NUMERIC___PMOTSCO_00___4", "454": "48___NUMERIC___PMOTSCO_00___5", "455": "48___NUMERIC___PMOTSCO_00___6", "456": "48___NUMERIC___PMOTSCO_00___7", "457": "49___CATEGORICAL___PVRAAUT___0", "458": "49___CATEGORICAL___PVRAAUT___4", "459": "49___CATEGORICAL___PVRAAUT___6", "460": "49___CATEGORICAL___PVRAAUT___7", "461": "49___CATEGORICAL___PVRAAUT___9", "462": "50___CATEGORICAL___PAANHANG___0", "463": "50___CATEGORICAL___PAANHANG___1", "464": "50___CATEGORICAL___PAANHANG___2", "465": "50___CATEGORICAL___PAANHANG___3", "466": "50___CATEGORICAL___PAANHANG___4", "467": "50___CATEGORICAL___PAANHANG___5", "468": "51___NUMERIC___PTRACTOR_00___0", "469": "51___NUMERIC___PTRACTOR_00___3", "470": "51___NUMERIC___PTRACTOR_00___4", "471": "51___NUMERIC___PTRACTOR_00___5", "472": "51___NUMERIC___PTRACTOR_00___6", "473": "51___NUMERIC___PTRACTOR_00___7", "474": "52___CATEGORICAL___PWERKT___0", "475": "52___CATEGORICAL___PWERKT___1", "476": "52___CATEGORICAL___PWERKT___2", "477": "52___CATEGORICAL___PWERKT___3", "478": "52___CATEGORICAL___PWERKT___4", "479": "52___CATEGORICAL___PWERKT___6", "480": "53___NUMERIC___PBROM_00___0", "481": "53___NUMERIC___PBROM_00___2", "482": "53___NUMERIC___PBROM_00___3", "483": "53___NUMERIC___PBROM_00___4", "484": "53___NUMERIC___PBROM_00___5", "485": "53___NUMERIC___PBROM_00___6", "486": "54___NUMERIC___PLEVEN_00___0", "487": "54___NUMERIC___PLEVEN_00___1", "488": "54___NUMERIC___PLEVEN_00___2", "489": "54___NUMERIC___PLEVEN_00___3", "490": "54___NUMERIC___PLEVEN_00___4", "491": "54___NUMERIC___PLEVEN_00___5", "492": "54___NUMERIC___PLEVEN_00___6", "493": "54___NUMERIC___PLEVEN_00___7", "494": "54___NUMERIC___PLEVEN_00___8", "495": "54___NUMERIC___PLEVEN_00___9", "496": "55___CATEGORICAL___PPERSONG___0", "497": "55___CATEGORICAL___PPERSONG___1", "498": "55___CATEGORICAL___PPERSONG___2", "499": "55___CATEGORICAL___PPERSONG___3", "500": "55___CATEGORICAL___PPERSONG___4", "501": "55___CATEGORICAL___PPERSONG___5", "502": "55___CATEGORICAL___PPERSONG___6", "503": "56___CATEGORICAL___PGEZONG___0", "504": "56___CATEGORICAL___PGEZONG___2", "505": "56___CATEGORICAL___PGEZONG___3", "506": "57___CATEGORICAL___PWAOREG___0", "507": "57___CATEGORICAL___PWAOREG___4", "508": "57___CATEGORICAL___PWAOREG___5", "509": "57___CATEGORICAL___PWAOREG___6", "510": "57___CATEGORICAL___PWAOREG___7", "511": "58___NUMERIC___PBRAND_00___0", "512": "58___NUMERIC___PBRAND_00___1", "513": "58___NUMERIC___PBRAND_00___2", "514": "58___NUMERIC___PBRAND_00___3", "515": "58___NUMERIC___PBRAND_00___4", "516": "58___NUMERIC___PBRAND_00___5", "517": "58___NUMERIC___PBRAND_00___6", "518": "58___NUMERIC___PBRAND_00___7", "519": "58___NUMERIC___PBRAND_00___8", "520": "59___CATEGORICAL___PZEILPL___0", "521": "59___CATEGORICAL___PZEILPL___1", "522": "59___CATEGORICAL___PZEILPL___2", "523": "60___CATEGORICAL___PPLEZIER___0", "524": "60___CATEGORICAL___PPLEZIER___1", "525": "60___CATEGORICAL___PPLEZIER___2", "526": "60___CATEGORICAL___PPLEZIER___3", "527": "60___CATEGORICAL___PPLEZIER___4", "528": "60___CATEGORICAL___PPLEZIER___5", "529": "60___CATEGORICAL___PPLEZIER___6", "530": "61___CATEGORICAL___PFIETS___0", "531": "61___CATEGORICAL___PFIETS___1", "532": "62___CATEGORICAL___PINBOED___0", "533": "62___CATEGORICAL___PINBOED___1", "534": "62___CATEGORICAL___PINBOED___2", "535": "62___CATEGORICAL___PINBOED___3", "536": "62___CATEGORICAL___PINBOED___4", "537": "62___CATEGORICAL___PINBOED___5", "538": "62___CATEGORICAL___PINBOED___6", "539": "63___CATEGORICAL___PBYSTAND___0", "540": "63___CATEGORICAL___PBYSTAND___2", "541": "63___CATEGORICAL___PBYSTAND___3", "542": "63___CATEGORICAL___PBYSTAND___4", "543": "63___CATEGORICAL___PBYSTAND___5", "544": "64___CATEGORICAL___AWAPART___0", "545": "64___CATEGORICAL___AWAPART___1", "546": "64___CATEGORICAL___AWAPART___2", "547": "65___CATEGORICAL___AWABEDR___0", "548": "65___CATEGORICAL___AWABEDR___1", "549": "65___CATEGORICAL___AWABEDR___5", "550": "66___CATEGORICAL___AWALAND___0", "551": "66___CATEGORICAL___AWALAND___1", "552": "67___NUMERIC___APERSAUT_00___0", "553": "67___NUMERIC___APERSAUT_00___1", "554": "67___NUMERIC___APERSAUT_00___2", "555": "67___NUMERIC___APERSAUT_00___3", "556": "67___NUMERIC___APERSAUT_00___4", "557": "67___NUMERIC___APERSAUT_00___5", "558": "67___NUMERIC___APERSAUT_00___6", "559": "67___NUMERIC___APERSAUT_00___7", "560": "68___CATEGORICAL___ABESAUT___0", "561": "68___CATEGORICAL___ABESAUT___1", "562": "68___CATEGORICAL___ABESAUT___2", "563": "68___CATEGORICAL___ABESAUT___3", "564": "68___CATEGORICAL___ABESAUT___4", "565": "68___CATEGORICAL___ABESAUT___5", "566": "69___CATEGORICAL___AMOTSCO___0", "567": "69___CATEGORICAL___AMOTSCO___1", "568": "69___CATEGORICAL___AMOTSCO___2", "569": "69___CATEGORICAL___AMOTSCO___3", "570": "70___CATEGORICAL___AVRAAUT___0", "571": "70___CATEGORICAL___AVRAAUT___1", "572": "70___CATEGORICAL___AVRAAUT___2", "573": "70___CATEGORICAL___AVRAAUT___3", "574": "70___CATEGORICAL___AVRAAUT___4", "575": "71___CATEGORICAL___AAANHANG___0", "576": "71___CATEGORICAL___AAANHANG___1", "577": "71___CATEGORICAL___AAANHANG___2", "578": "71___CATEGORICAL___AAANHANG___3", "579": "72___CATEGORICAL___ATRACTOR___0", "580": "72___CATEGORICAL___ATRACTOR___1", "581": "72___CATEGORICAL___ATRACTOR___2", "582": "72___CATEGORICAL___ATRACTOR___3", "583": "72___CATEGORICAL___ATRACTOR___4", "584": "72___CATEGORICAL___ATRACTOR___5", "585": "72___CATEGORICAL___ATRACTOR___6", "586": "73___CATEGORICAL___AWERKT___0", "587": "73___CATEGORICAL___AWERKT___1", "588": "73___CATEGORICAL___AWERKT___2", "589": "73___CATEGORICAL___AWERKT___3", "590": "73___CATEGORICAL___AWERKT___4", "591": "73___CATEGORICAL___AWERKT___6", "592": "74___CATEGORICAL___ABROM___0", "593": "74___CATEGORICAL___ABROM___1", "594": "74___CATEGORICAL___ABROM___2", "595": "74___CATEGORICAL___ABROM___3", "596": "75___NUMERIC___ALEVEN_00___0", "597": "75___NUMERIC___ALEVEN_00___1", "598": "75___NUMERIC___ALEVEN_00___2", "599": "75___NUMERIC___ALEVEN_00___3", "600": "75___NUMERIC___ALEVEN_00___4", "601": "75___NUMERIC___ALEVEN_00___5", "602": "75___NUMERIC___ALEVEN_00___8", "603": "76___CATEGORICAL___APERSONG___0", "604": "76___CATEGORICAL___APERSONG___1", "605": "77___CATEGORICAL___AGEZONG___0", "606": "77___CATEGORICAL___AGEZONG___1", "607": "78___CATEGORICAL___AWAOREG___0", "608": "78___CATEGORICAL___AWAOREG___1", "609": "78___CATEGORICAL___AWAOREG___2", "610": "79___NUMERIC___ABRAND_00___0", "611": "79___NUMERIC___ABRAND_00___1", "612": "79___NUMERIC___ABRAND_00___2", "613": "79___NUMERIC___ABRAND_00___3", "614": "79___NUMERIC___ABRAND_00___4", "615": "79___NUMERIC___ABRAND_00___5", "616": "79___NUMERIC___ABRAND_00___7", "617": "80___CATEGORICAL___AZEILPL___0", "618": "80___CATEGORICAL___AZEILPL___1", "619": "81___CATEGORICAL___APLEZIER___0", "620": "81___CATEGORICAL___APLEZIER___1", "621": "81___CATEGORICAL___APLEZIER___2", "622": "82___CATEGORICAL___AFIETS___0", "623": "82___CATEGORICAL___AFIETS___1", "624": "82___CATEGORICAL___AFIETS___2", "625": "82___CATEGORICAL___AFIETS___3", "626": "82___CATEGORICAL___AFIETS___4", "627": "83___CATEGORICAL___AINBOED___0", "628": "83___CATEGORICAL___AINBOED___1", "629": "84___CATEGORICAL___ABYSTAND___0", "630": "84___CATEGORICAL___ABYSTAND___1", "631": "84___CATEGORICAL___ABYSTAND___2", "632": "85___CATEGORICAL___CARAVAN___0", "633": "85___CATEGORICAL___CARAVAN___1"}, "token2id": {"[UNK]": 0, "[SEP]": 1, "[PAD]": 2, "[CLS]": 3, "[MASK]": 4, "[BOS]": 5, "[EOS]": 6, "[BMEM]": 7, "[EMEM]": 8, "[RMASK]": 9, "[SPTYPE]": 10, "00___NUMERIC___MOSTYPE_00___0": 11, "00___NUMERIC___MOSTYPE_00___1": 12, "00___NUMERIC___MOSTYPE_00___2": 13, "00___NUMERIC___MOSTYPE_00___3": 14, "00___NUMERIC___MOSTYPE_00___4": 15, "00___NUMERIC___MOSTYPE_01___0": 16, "00___NUMERIC___MOSTYPE_01___1": 17, "00___NUMERIC___MOSTYPE_01___2": 18, "00___NUMERIC___MOSTYPE_01___3": 19, "00___NUMERIC___MOSTYPE_01___4": 20, "00___NUMERIC___MOSTYPE_01___5": 21, "00___NUMERIC___MOSTYPE_01___6": 22, "00___NUMERIC___MOSTYPE_01___7": 23, "00___NUMERIC___MOSTYPE_01___8": 24, "00___NUMERIC___MOSTYPE_01___9": 25, "01___NUMERIC___MAANTHUI_00___0": 26, "01___NUMERIC___MAANTHUI_00___1": 27, "01___NUMERIC___MAANTHUI_01___0": 28, "01___NUMERIC___MAANTHUI_01___1": 29, "01___NUMERIC___MAANTHUI_01___2": 30, "01___NUMERIC___MAANTHUI_01___3": 31, "01___NUMERIC___MAANTHUI_01___4": 32, "01___NUMERIC___MAANTHUI_01___5": 33, "01___NUMERIC___MAANTHUI_01___6": 34, "01___NUMERIC___MAANTHUI_01___7": 35, "01___NUMERIC___MAANTHUI_01___8": 36, "02___NUMERIC___MGEMOMV_00___1": 37, "02___NUMERIC___MGEMOMV_00___2": 38, "02___NUMERIC___MGEMOMV_00___3": 39, "02___NUMERIC___MGEMOMV_00___4": 40, "02___NUMERIC___MGEMOMV_00___5": 41, "02___NUMERIC___MGEMOMV_00___6": 42, "03___NUMERIC___MGEMLEEF_00___1": 43, "03___NUMERIC___MGEMLEEF_00___2": 44, "03___NUMERIC___MGEMLEEF_00___3": 45, "03___NUMERIC___MGEMLEEF_00___4": 46, "03___NUMERIC___MGEMLEEF_00___5": 47, "03___NUMERIC___MGEMLEEF_00___6": 48, "04___NUMERIC___MOSHOOFD_00___0": 49, "04___NUMERIC___MOSHOOFD_00___1": 50, "04___NUMERIC___MOSHOOFD_01___0": 51, "04___NUMERIC___MOSHOOFD_01___1": 52, "04___NUMERIC___MOSHOOFD_01___2": 53, "04___NUMERIC___MOSHOOFD_01___3": 54, "04___NUMERIC___MOSHOOFD_01___4": 55, "04___NUMERIC___MOSHOOFD_01___5": 56, "04___NUMERIC___MOSHOOFD_01___6": 57, "04___NUMERIC___MOSHOOFD_01___7": 58, "04___NUMERIC___MOSHOOFD_01___8": 59, "04___NUMERIC___MOSHOOFD_01___9": 60, "05___NUMERIC___MGODRK_00___0": 61, "05___NUMERIC___MGODRK_00___1": 62, "05___NUMERIC___MGODRK_00___2": 63, "05___NUMERIC___MGODRK_00___3": 64, "05___NUMERIC___MGODRK_00___4": 65, "05___NUMERIC___MGODRK_00___5": 66, "05___NUMERIC___MGODRK_00___6": 67, "05___NUMERIC___MGODRK_00___7": 68, "05___NUMERIC___MGODRK_00___8": 69, "05___NUMERIC___MGODRK_00___9": 70, "06___NUMERIC___MGODPR_00___0": 71, "06___NUMERIC___MGODPR_00___1": 72, "06___NUMERIC___MGODPR_00___2": 73, "06___NUMERIC___MGODPR_00___3": 74, "06___NUMERIC___MGODPR_00___4": 75, "06___NUMERIC___MGODPR_00___5": 76, "06___NUMERIC___MGODPR_00___6": 77, "06___NUMERIC___MGODPR_00___7": 78, "06___NUMERIC___MGODPR_00___8": 79, "06___NUMERIC___MGODPR_00___9": 80, "07___NUMERIC___MGODOV_00___0": 81, "07___NUMERIC___MGODOV_00___1": 82, "07___NUMERIC___MGODOV_00___2": 83, "07___NUMERIC___MGODOV_00___3": 84, "07___NUMERIC___MGODOV_00___4": 85, "07___NUMERIC___MGODOV_00___5": 86, "08___NUMERIC___MGODGE_00___0": 87, "08___NUMERIC___MGODGE_00___1": 88, "08___NUMERIC___MGODGE_00___2": 89, "08___NUMERIC___MGODGE_00___3": 90, "08___NUMERIC___MGODGE_00___4": 91, "08___NUMERIC___MGODGE_00___5": 92, "08___NUMERIC___MGODGE_00___6": 93, "08___NUMERIC___MGODGE_00___7": 94, "08___NUMERIC___MGODGE_00___8": 95, "08___NUMERIC___MGODGE_00___9": 96, "09___NUMERIC___MRELGE_00___0": 97, "09___NUMERIC___MRELGE_00___1": 98, "09___NUMERIC___MRELGE_00___2": 99, "09___NUMERIC___MRELGE_00___3": 100, "09___NUMERIC___MRELGE_00___4": 101, "09___NUMERIC___MRELGE_00___5": 102, "09___NUMERIC___MRELGE_00___6": 103, "09___NUMERIC___MRELGE_00___7": 104, "09___NUMERIC___MRELGE_00___8": 105, "09___NUMERIC___MRELGE_00___9": 106, "10___NUMERIC___MRELSA_00___0": 107, "10___NUMERIC___MRELSA_00___1": 108, "10___NUMERIC___MRELSA_00___2": 109, "10___NUMERIC___MRELSA_00___3": 110, "10___NUMERIC___MRELSA_00___4": 111, "10___NUMERIC___MRELSA_00___5": 112, "10___NUMERIC___MRELSA_00___6": 113, "10___NUMERIC___MRELSA_00___7": 114, "11___NUMERIC___MRELOV_00___0": 115, "11___NUMERIC___MRELOV_00___1": 116, "11___NUMERIC___MRELOV_00___2": 117, "11___NUMERIC___MRELOV_00___3": 118, "11___NUMERIC___MRELOV_00___4": 119, "11___NUMERIC___MRELOV_00___5": 120, "11___NUMERIC___MRELOV_00___6": 121, "11___NUMERIC___MRELOV_00___7": 122, "11___NUMERIC___MRELOV_00___8": 123, "11___NUMERIC___MRELOV_00___9": 124, "12___NUMERIC___MFALLEEN_00___0": 125, "12___NUMERIC___MFALLEEN_00___1": 126, "12___NUMERIC___MFALLEEN_00___2": 127, "12___NUMERIC___MFALLEEN_00___3": 128, "12___NUMERIC___MFALLEEN_00___4": 129, "12___NUMERIC___MFALLEEN_00___5": 130, "12___NUMERIC___MFALLEEN_00___6": 131, "12___NUMERIC___MFALLEEN_00___7": 132, "12___NUMERIC___MFALLEEN_00___8": 133, "12___NUMERIC___MFALLEEN_00___9": 134, "13___NUMERIC___MFGEKIND_00___0": 135, "13___NUMERIC___MFGEKIND_00___1": 136, "13___NUMERIC___MFGEKIND_00___2": 137, "13___NUMERIC___MFGEKIND_00___3": 138, "13___NUMERIC___MFGEKIND_00___4": 139, "13___NUMERIC___MFGEKIND_00___5": 140, "13___NUMERIC___MFGEKIND_00___6": 141, "13___NUMERIC___MFGEKIND_00___7": 142, "13___NUMERIC___MFGEKIND_00___8": 143, "13___NUMERIC___MFGEKIND_00___9": 144, "14___NUMERIC___MFWEKIND_00___0": 145, "14___NUMERIC___MFWEKIND_00___1": 146, "14___NUMERIC___MFWEKIND_00___2": 147, "14___NUMERIC___MFWEKIND_00___3": 148, "14___NUMERIC___MFWEKIND_00___4": 149, "14___NUMERIC___MFWEKIND_00___5": 150, "14___NUMERIC___MFWEKIND_00___6": 151, "14___NUMERIC___MFWEKIND_00___7": 152, "14___NUMERIC___MFWEKIND_00___8": 153, "14___NUMERIC___MFWEKIND_00___9": 154, "15___NUMERIC___MOPLHOOG_00___0": 155, "15___NUMERIC___MOPLHOOG_00___1": 156, "15___NUMERIC___MOPLHOOG_00___2": 157, "15___NUMERIC___MOPLHOOG_00___3": 158, "15___NUMERIC___MOPLHOOG_00___4": 159, "15___NUMERIC___MOPLHOOG_00___5": 160, "15___NUMERIC___MOPLHOOG_00___6": 161, "15___NUMERIC___MOPLHOOG_00___7": 162, "15___NUMERIC___MOPLHOOG_00___8": 163, "15___NUMERIC___MOPLHOOG_00___9": 164, "16___NUMERIC___MOPLMIDD_00___0": 165, "16___NUMERIC___MOPLMIDD_00___1": 166, "16___NUMERIC___MOPLMIDD_00___2": 167, "16___NUMERIC___MOPLMIDD_00___3": 168, "16___NUMERIC___MOPLMIDD_00___4": 169, "16___NUMERIC___MOPLMIDD_00___5": 170, "16___NUMERIC___MOPLMIDD_00___6": 171, "16___NUMERIC___MOPLMIDD_00___7": 172, "16___NUMERIC___MOPLMIDD_00___8": 173, "16___NUMERIC___MOPLMIDD_00___9": 174, "17___NUMERIC___MOPLLAAG_00___0": 175, "17___NUMERIC___MOPLLAAG_00___1": 176, "17___NUMERIC___MOPLLAAG_00___2": 177, "17___NUMERIC___MOPLLAAG_00___3": 178, "17___NUMERIC___MOPLLAAG_00___4": 179, "17___NUMERIC___MOPLLAAG_00___5": 180, "17___NUMERIC___MOPLLAAG_00___6": 181, "17___NUMERIC___MOPLLAAG_00___7": 182, "17___NUMERIC___MOPLLAAG_00___8": 183, "17___NUMERIC___MOPLLAAG_00___9": 184, "18___NUMERIC___MBERHOOG_00___0": 185, "18___NUMERIC___MBERHOOG_00___1": 186, "18___NUMERIC___MBERHOOG_00___2": 187, "18___NUMERIC___MBERHOOG_00___3": 188, "18___NUMERIC___MBERHOOG_00___4": 189, "18___NUMERIC___MBERHOOG_00___5": 190, "18___NUMERIC___MBERHOOG_00___6": 191, "18___NUMERIC___MBERHOOG_00___7": 192, "18___NUMERIC___MBERHOOG_00___8": 193, "18___NUMERIC___MBERHOOG_00___9": 194, "19___NUMERIC___MBERZELF_00___0": 195, "19___NUMERIC___MBERZELF_00___1": 196, "19___NUMERIC___MBERZELF_00___2": 197, "19___NUMERIC___MBERZELF_00___3": 198, "19___NUMERIC___MBERZELF_00___4": 199, "19___NUMERIC___MBERZELF_00___5": 200, "20___NUMERIC___MBERBOER_00___0": 201, "20___NUMERIC___MBERBOER_00___1": 202, "20___NUMERIC___MBERBOER_00___2": 203, "20___NUMERIC___MBERBOER_00___3": 204, "20___NUMERIC___MBERBOER_00___4": 205, "20___NUMERIC___MBERBOER_00___5": 206, "20___NUMERIC___MBERBOER_00___6": 207, "20___NUMERIC___MBERBOER_00___7": 208, "20___NUMERIC___MBERBOER_00___8": 209, "20___NUMERIC___MBERBOER_00___9": 210, "21___NUMERIC___MBERMIDD_00___0": 211, "21___NUMERIC___MBERMIDD_00___1": 212, "21___NUMERIC___MBERMIDD_00___2": 213, "21___NUMERIC___MBERMIDD_00___3": 214, "21___NUMERIC___MBERMIDD_00___4": 215, "21___NUMERIC___MBERMIDD_00___5": 216, "21___NUMERIC___MBERMIDD_00___6": 217, "21___NUMERIC___MBERMIDD_00___7": 218, "21___NUMERIC___MBERMIDD_00___8": 219, "21___NUMERIC___MBERMIDD_00___9": 220, "22___NUMERIC___MBERARBG_00___0": 221, "22___NUMERIC___MBERARBG_00___1": 222, "22___NUMERIC___MBERARBG_00___2": 223, "22___NUMERIC___MBERARBG_00___3": 224, "22___NUMERIC___MBERARBG_00___4": 225, "22___NUMERIC___MBERARBG_00___5": 226, "22___NUMERIC___MBERARBG_00___6": 227, "22___NUMERIC___MBERARBG_00___7": 228, "22___NUMERIC___MBERARBG_00___8": 229, "22___NUMERIC___MBERARBG_00___9": 230, "23___NUMERIC___MBERARBO_00___0": 231, "23___NUMERIC___MBERARBO_00___1": 232, "23___NUMERIC___MBERARBO_00___2": 233, "23___NUMERIC___MBERARBO_00___3": 234, "23___NUMERIC___MBERARBO_00___4": 235, "23___NUMERIC___MBERARBO_00___5": 236, "23___NUMERIC___MBERARBO_00___6": 237, "23___NUMERIC___MBERARBO_00___7": 238, "23___NUMERIC___MBERARBO_00___8": 239, "23___NUMERIC___MBERARBO_00___9": 240, "24___NUMERIC___MSKA_00___0": 241, "24___NUMERIC___MSKA_00___1": 242, "24___NUMERIC___MSKA_00___2": 243, "24___NUMERIC___MSKA_00___3": 244, "24___NUMERIC___MSKA_00___4": 245, "24___NUMERIC___MSKA_00___5": 246, "24___NUMERIC___MSKA_00___6": 247, "24___NUMERIC___MSKA_00___7": 248, "24___NUMERIC___MSKA_00___8": 249, "24___NUMERIC___MSKA_00___9": 250, "25___NUMERIC___MSKB1_00___0": 251, "25___NUMERIC___MSKB1_00___1": 252, "25___NUMERIC___MSKB1_00___2": 253, "25___NUMERIC___MSKB1_00___3": 254, "25___NUMERIC___MSKB1_00___4": 255, "25___NUMERIC___MSKB1_00___5": 256, "25___NUMERIC___MSKB1_00___6": 257, "25___NUMERIC___MSKB1_00___7": 258, "25___NUMERIC___MSKB1_00___8": 259, "25___NUMERIC___MSKB1_00___9": 260, "26___NUMERIC___MSKB2_00___0": 261, "26___NUMERIC___MSKB2_00___1": 262, "26___NUMERIC___MSKB2_00___2": 263, "26___NUMERIC___MSKB2_00___3": 264, "26___NUMERIC___MSKB2_00___4": 265, "26___NUMERIC___MSKB2_00___5": 266, "26___NUMERIC___MSKB2_00___6": 267, "26___NUMERIC___MSKB2_00___7": 268, "26___NUMERIC___MSKB2_00___8": 269, "26___NUMERIC___MSKB2_00___9": 270, "27___NUMERIC___MSKC_00___0": 271, "27___NUMERIC___MSKC_00___1": 272, "27___NUMERIC___MSKC_00___2": 273, "27___NUMERIC___MSKC_00___3": 274, "27___NUMERIC___MSKC_00___4": 275, "27___NUMERIC___MSKC_00___5": 276, "27___NUMERIC___MSKC_00___6": 277, "27___NUMERIC___MSKC_00___7": 278, "27___NUMERIC___MSKC_00___8": 279, "27___NUMERIC___MSKC_00___9": 280, "28___NUMERIC___MSKD_00___0": 281, "28___NUMERIC___MSKD_00___1": 282, "28___NUMERIC___MSKD_00___2": 283, "28___NUMERIC___MSKD_00___3": 284, "28___NUMERIC___MSKD_00___4": 285, "28___NUMERIC___MSKD_00___5": 286, "28___NUMERIC___MSKD_00___6": 287, "28___NUMERIC___MSKD_00___7": 288, "28___NUMERIC___MSKD_00___8": 289, "28___NUMERIC___MSKD_00___9": 290, "29___NUMERIC___MHHUUR_00___0": 291, "29___NUMERIC___MHHUUR_00___1": 292, "29___NUMERIC___MHHUUR_00___2": 293, "29___NUMERIC___MHHUUR_00___3": 294, "29___NUMERIC___MHHUUR_00___4": 295, "29___NUMERIC___MHHUUR_00___5": 296, "29___NUMERIC___MHHUUR_00___6": 297, "29___NUMERIC___MHHUUR_00___7": 298, "29___NUMERIC___MHHUUR_00___8": 299, "29___NUMERIC___MHHUUR_00___9": 300, "30___NUMERIC___MHKOOP_00___0": 301, "30___NUMERIC___MHKOOP_00___1": 302, "30___NUMERIC___MHKOOP_00___2": 303, "30___NUMERIC___MHKOOP_00___3": 304, "30___NUMERIC___MHKOOP_00___4": 305, "30___NUMERIC___MHKOOP_00___5": 306, "30___NUMERIC___MHKOOP_00___6": 307, "30___NUMERIC___MHKOOP_00___7": 308, "30___NUMERIC___MHKOOP_00___8": 309, "30___NUMERIC___MHKOOP_00___9": 310, "31___NUMERIC___MAUT1_00___0": 311, "31___NUMERIC___MAUT1_00___1": 312, "31___NUMERIC___MAUT1_00___2": 313, "31___NUMERIC___MAUT1_00___3": 314, "31___NUMERIC___MAUT1_00___4": 315, "31___NUMERIC___MAUT1_00___5": 316, "31___NUMERIC___MAUT1_00___6": 317, "31___NUMERIC___MAUT1_00___7": 318, "31___NUMERIC___MAUT1_00___8": 319, "31___NUMERIC___MAUT1_00___9": 320, "32___NUMERIC___MAUT2_00___0": 321, "32___NUMERIC___MAUT2_00___1": 322, "32___NUMERIC___MAUT2_00___2": 323, "32___NUMERIC___MAUT2_00___3": 324, "32___NUMERIC___MAUT2_00___4": 325, "32___NUMERIC___MAUT2_00___5": 326, "32___NUMERIC___MAUT2_00___6": 327, "32___NUMERIC___MAUT2_00___7": 328, "33___NUMERIC___MAUT0_00___0": 329, "33___NUMERIC___MAUT0_00___1": 330, "33___NUMERIC___MAUT0_00___2": 331, "33___NUMERIC___MAUT0_00___3": 332, "33___NUMERIC___MAUT0_00___4": 333, "33___NUMERIC___MAUT0_00___5": 334, "33___NUMERIC___MAUT0_00___6": 335, "33___NUMERIC___MAUT0_00___7": 336, "33___NUMERIC___MAUT0_00___8": 337, "33___NUMERIC___MAUT0_00___9": 338, "34___NUMERIC___MZFONDS_00___0": 339, "34___NUMERIC___MZFONDS_00___1": 340, "34___NUMERIC___MZFONDS_00___2": 341, "34___NUMERIC___MZFONDS_00___3": 342, "34___NUMERIC___MZFONDS_00___4": 343, "34___NUMERIC___MZFONDS_00___5": 344, "34___NUMERIC___MZFONDS_00___6": 345, "34___NUMERIC___MZFONDS_00___7": 346, "34___NUMERIC___MZFONDS_00___8": 347, "34___NUMERIC___MZFONDS_00___9": 348, "35___NUMERIC___MZPART_00___0": 349, "35___NUMERIC___MZPART_00___1": 350, "35___NUMERIC___MZPART_00___2": 351, "35___NUMERIC___MZPART_00___3": 352, "35___NUMERIC___MZPART_00___4": 353, "35___NUMERIC___MZPART_00___5": 354, "35___NUMERIC___MZPART_00___6": 355, "35___NUMERIC___MZPART_00___7": 356, "35___NUMERIC___MZPART_00___8": 357, "35___NUMERIC___MZPART_00___9": 358, "36___NUMERIC___MINKM30_00___0": 359, "36___NUMERIC___MINKM30_00___1": 360, "36___NUMERIC___MINKM30_00___2": 361, "36___NUMERIC___MINKM30_00___3": 362, "36___NUMERIC___MINKM30_00___4": 363, "36___NUMERIC___MINKM30_00___5": 364, "36___NUMERIC___MINKM30_00___6": 365, "36___NUMERIC___MINKM30_00___7": 366, "36___NUMERIC___MINKM30_00___8": 367, "36___NUMERIC___MINKM30_00___9": 368, "37___NUMERIC___MINK3045_00___0": 369, "37___NUMERIC___MINK3045_00___1": 370, "37___NUMERIC___MINK3045_00___2": 371, "37___NUMERIC___MINK3045_00___3": 372, "37___NUMERIC___MINK3045_00___4": 373, "37___NUMERIC___MINK3045_00___5": 374, "37___NUMERIC___MINK3045_00___6": 375, "37___NUMERIC___MINK3045_00___7": 376, "37___NUMERIC___MINK3045_00___8": 377, "37___NUMERIC___MINK3045_00___9": 378, "38___NUMERIC___MINK4575_00___0": 379, "38___NUMERIC___MINK4575_00___1": 380, "38___NUMERIC___MINK4575_00___2": 381, "38___NUMERIC___MINK4575_00___3": 382, "38___NUMERIC___MINK4575_00___4": 383, "38___NUMERIC___MINK4575_00___5": 384, "38___NUMERIC___MINK4575_00___6": 385, "38___NUMERIC___MINK4575_00___7": 386, "38___NUMERIC___MINK4575_00___8": 387, "38___NUMERIC___MINK4575_00___9": 388, "39___NUMERIC___MINK7512_00___0": 389, "39___NUMERIC___MINK7512_00___1": 390, "39___NUMERIC___MINK7512_00___2": 391, "39___NUMERIC___MINK7512_00___3": 392, "39___NUMERIC___MINK7512_00___4": 393, "39___NUMERIC___MINK7512_00___5": 394, "39___NUMERIC___MINK7512_00___6": 395, "39___NUMERIC___MINK7512_00___7": 396, "39___NUMERIC___MINK7512_00___8": 397, "39___NUMERIC___MINK7512_00___9": 398, "40___NUMERIC___MINK123M_00___0": 399, "40___NUMERIC___MINK123M_00___1": 400, "40___NUMERIC___MINK123M_00___2": 401, "40___NUMERIC___MINK123M_00___3": 402, "40___NUMERIC___MINK123M_00___4": 403, "40___NUMERIC___MINK123M_00___5": 404, "40___NUMERIC___MINK123M_00___6": 405, "40___NUMERIC___MINK123M_00___9": 406, "41___NUMERIC___MINKGEM_00___0": 407, "41___NUMERIC___MINKGEM_00___1": 408, "41___NUMERIC___MINKGEM_00___2": 409, "41___NUMERIC___MINKGEM_00___3": 410, "41___NUMERIC___MINKGEM_00___4": 411, "41___NUMERIC___MINKGEM_00___5": 412, "41___NUMERIC___MINKGEM_00___6": 413, "41___NUMERIC___MINKGEM_00___7": 414, "41___NUMERIC___MINKGEM_00___8": 415, "41___NUMERIC___MINKGEM_00___9": 416, "42___NUMERIC___MKOOPKLA_00___1": 417, "42___NUMERIC___MKOOPKLA_00___2": 418, "42___NUMERIC___MKOOPKLA_00___3": 419, "42___NUMERIC___MKOOPKLA_00___4": 420, "42___NUMERIC___MKOOPKLA_00___5": 421, "42___NUMERIC___MKOOPKLA_00___6": 422, "42___NUMERIC___MKOOPKLA_00___7": 423, "42___NUMERIC___MKOOPKLA_00___8": 424, "43___NUMERIC___PWAPART_00___0": 425, "43___NUMERIC___PWAPART_00___1": 426, "43___NUMERIC___PWAPART_00___2": 427, "43___NUMERIC___PWAPART_00___3": 428, "44___CATEGORICAL___PWABEDR___0": 429, "44___CATEGORICAL___PWABEDR___1": 430, "44___CATEGORICAL___PWABEDR___2": 431, "44___CATEGORICAL___PWABEDR___3": 432, "44___CATEGORICAL___PWABEDR___4": 433, "44___CATEGORICAL___PWABEDR___5": 434, "44___CATEGORICAL___PWABEDR___6": 435, "45___NUMERIC___PWALAND_00___0": 436, "45___NUMERIC___PWALAND_00___1": 437, "45___NUMERIC___PWALAND_00___2": 438, "45___NUMERIC___PWALAND_00___3": 439, "45___NUMERIC___PWALAND_00___4": 440, "46___NUMERIC___PPERSAUT_00___0": 441, "46___NUMERIC___PPERSAUT_00___4": 442, "46___NUMERIC___PPERSAUT_00___5": 443, "46___NUMERIC___PPERSAUT_00___6": 444, "46___NUMERIC___PPERSAUT_00___7": 445, "46___NUMERIC___PPERSAUT_00___8": 446, "47___CATEGORICAL___PBESAUT___0": 447, "47___CATEGORICAL___PBESAUT___5": 448, "47___CATEGORICAL___PBESAUT___6": 449, "47___CATEGORICAL___PBESAUT___7": 450, "48___NUMERIC___PMOTSCO_00___0": 451, "48___NUMERIC___PMOTSCO_00___3": 452, "48___NUMERIC___PMOTSCO_00___4": 453, "48___NUMERIC___PMOTSCO_00___5": 454, "48___NUMERIC___PMOTSCO_00___6": 455, "48___NUMERIC___PMOTSCO_00___7": 456, "49___CATEGORICAL___PVRAAUT___0": 457, "49___CATEGORICAL___PVRAAUT___4": 458, "49___CATEGORICAL___PVRAAUT___6": 459, "49___CATEGORICAL___PVRAAUT___7": 460, "49___CATEGORICAL___PVRAAUT___9": 461, "50___CATEGORICAL___PAANHANG___0": 462, "50___CATEGORICAL___PAANHANG___1": 463, "50___CATEGORICAL___PAANHANG___2": 464, "50___CATEGORICAL___PAANHANG___3": 465, "50___CATEGORICAL___PAANHANG___4": 466, "50___CATEGORICAL___PAANHANG___5": 467, "51___NUMERIC___PTRACTOR_00___0": 468, "51___NUMERIC___PTRACTOR_00___3": 469, "51___NUMERIC___PTRACTOR_00___4": 470, "51___NUMERIC___PTRACTOR_00___5": 471, "51___NUMERIC___PTRACTOR_00___6": 472, "51___NUMERIC___PTRACTOR_00___7": 473, "52___CATEGORICAL___PWERKT___0": 474, "52___CATEGORICAL___PWERKT___1": 475, "52___CATEGORICAL___PWERKT___2": 476, "52___CATEGORICAL___PWERKT___3": 477, "52___CATEGORICAL___PWERKT___4": 478, "52___CATEGORICAL___PWERKT___6": 479, "53___NUMERIC___PBROM_00___0": 480, "53___NUMERIC___PBROM_00___2": 481, "53___NUMERIC___PBROM_00___3": 482, "53___NUMERIC___PBROM_00___4": 483, "53___NUMERIC___PBROM_00___5": 484, "53___NUMERIC___PBROM_00___6": 485, "54___NUMERIC___PLEVEN_00___0": 486, "54___NUMERIC___PLEVEN_00___1": 487, "54___NUMERIC___PLEVEN_00___2": 488, "54___NUMERIC___PLEVEN_00___3": 489, "54___NUMERIC___PLEVEN_00___4": 490, "54___NUMERIC___PLEVEN_00___5": 491, "54___NUMERIC___PLEVEN_00___6": 492, "54___NUMERIC___PLEVEN_00___7": 493, "54___NUMERIC___PLEVEN_00___8": 494, "54___NUMERIC___PLEVEN_00___9": 495, "55___CATEGORICAL___PPERSONG___0": 496, "55___CATEGORICAL___PPERSONG___1": 497, "55___CATEGORICAL___PPERSONG___2": 498, "55___CATEGORICAL___PPERSONG___3": 499, "55___CATEGORICAL___PPERSONG___4": 500, "55___CATEGORICAL___PPERSONG___5": 501, "55___CATEGORICAL___PPERSONG___6": 502, "56___CATEGORICAL___PGEZONG___0": 503, "56___CATEGORICAL___PGEZONG___2": 504, "56___CATEGORICAL___PGEZONG___3": 505, "57___CATEGORICAL___PWAOREG___0": 506, "57___CATEGORICAL___PWAOREG___4": 507, "57___CATEGORICAL___PWAOREG___5": 508, "57___CATEGORICAL___PWAOREG___6": 509, "57___CATEGORICAL___PWAOREG___7": 510, "58___NUMERIC___PBRAND_00___0": 511, "58___NUMERIC___PBRAND_00___1": 512, "58___NUMERIC___PBRAND_00___2": 513, "58___NUMERIC___PBRAND_00___3": 514, "58___NUMERIC___PBRAND_00___4": 515, "58___NUMERIC___PBRAND_00___5": 516, "58___NUMERIC___PBRAND_00___6": 517, "58___NUMERIC___PBRAND_00___7": 518, "58___NUMERIC___PBRAND_00___8": 519, "59___CATEGORICAL___PZEILPL___0": 520, "59___CATEGORICAL___PZEILPL___1": 521, "59___CATEGORICAL___PZEILPL___2": 522, "60___CATEGORICAL___PPLEZIER___0": 523, "60___CATEGORICAL___PPLEZIER___1": 524, "60___CATEGORICAL___PPLEZIER___2": 525, "60___CATEGORICAL___PPLEZIER___3": 526, "60___CATEGORICAL___PPLEZIER___4": 527, "60___CATEGORICAL___PPLEZIER___5": 528, "60___CATEGORICAL___PPLEZIER___6": 529, "61___CATEGORICAL___PFIETS___0": 530, "61___CATEGORICAL___PFIETS___1": 531, "62___CATEGORICAL___PINBOED___0": 532, "62___CATEGORICAL___PINBOED___1": 533, "62___CATEGORICAL___PINBOED___2": 534, "62___CATEGORICAL___PINBOED___3": 535, "62___CATEGORICAL___PINBOED___4": 536, "62___CATEGORICAL___PINBOED___5": 537, "62___CATEGORICAL___PINBOED___6": 538, "63___CATEGORICAL___PBYSTAND___0": 539, "63___CATEGORICAL___PBYSTAND___2": 540, "63___CATEGORICAL___PBYSTAND___3": 541, "63___CATEGORICAL___PBYSTAND___4": 542, "63___CATEGORICAL___PBYSTAND___5": 543, "64___CATEGORICAL___AWAPART___0": 544, "64___CATEGORICAL___AWAPART___1": 545, "64___CATEGORICAL___AWAPART___2": 546, "65___CATEGORICAL___AWABEDR___0": 547, "65___CATEGORICAL___AWABEDR___1": 548, "65___CATEGORICAL___AWABEDR___5": 549, "66___CATEGORICAL___AWALAND___0": 550, "66___CATEGORICAL___AWALAND___1": 551, "67___NUMERIC___APERSAUT_00___0": 552, "67___NUMERIC___APERSAUT_00___1": 553, "67___NUMERIC___APERSAUT_00___2": 554, "67___NUMERIC___APERSAUT_00___3": 555, "67___NUMERIC___APERSAUT_00___4": 556, "67___NUMERIC___APERSAUT_00___5": 557, "67___NUMERIC___APERSAUT_00___6": 558, "67___NUMERIC___APERSAUT_00___7": 559, "68___CATEGORICAL___ABESAUT___0": 560, "68___CATEGORICAL___ABESAUT___1": 561, "68___CATEGORICAL___ABESAUT___2": 562, "68___CATEGORICAL___ABESAUT___3": 563, "68___CATEGORICAL___ABESAUT___4": 564, "68___CATEGORICAL___ABESAUT___5": 565, "69___CATEGORICAL___AMOTSCO___0": 566, "69___CATEGORICAL___AMOTSCO___1": 567, "69___CATEGORICAL___AMOTSCO___2": 568, "69___CATEGORICAL___AMOTSCO___3": 569, "70___CATEGORICAL___AVRAAUT___0": 570, "70___CATEGORICAL___AVRAAUT___1": 571, "70___CATEGORICAL___AVRAAUT___2": 572, "70___CATEGORICAL___AVRAAUT___3": 573, "70___CATEGORICAL___AVRAAUT___4": 574, "71___CATEGORICAL___AAANHANG___0": 575, "71___CATEGORICAL___AAANHANG___1": 576, "71___CATEGORICAL___AAANHANG___2": 577, "71___CATEGORICAL___AAANHANG___3": 578, "72___CATEGORICAL___ATRACTOR___0": 579, "72___CATEGORICAL___ATRACTOR___1": 580, "72___CATEGORICAL___ATRACTOR___2": 581, "72___CATEGORICAL___ATRACTOR___3": 582, "72___CATEGORICAL___ATRACTOR___4": 583, "72___CATEGORICAL___ATRACTOR___5": 584, "72___CATEGORICAL___ATRACTOR___6": 585, "73___CATEGORICAL___AWERKT___0": 586, "73___CATEGORICAL___AWERKT___1": 587, "73___CATEGORICAL___AWERKT___2": 588, "73___CATEGORICAL___AWERKT___3": 589, "73___CATEGORICAL___AWERKT___4": 590, "73___CATEGORICAL___AWERKT___6": 591, "74___CATEGORICAL___ABROM___0": 592, "74___CATEGORICAL___ABROM___1": 593, "74___CATEGORICAL___ABROM___2": 594, "74___CATEGORICAL___ABROM___3": 595, "75___NUMERIC___ALEVEN_00___0": 596, "75___NUMERIC___ALEVEN_00___1": 597, "75___NUMERIC___ALEVEN_00___2": 598, "75___NUMERIC___ALEVEN_00___3": 599, "75___NUMERIC___ALEVEN_00___4": 600, "75___NUMERIC___ALEVEN_00___5": 601, "75___NUMERIC___ALEVEN_00___8": 602, "76___CATEGORICAL___APERSONG___0": 603, "76___CATEGORICAL___APERSONG___1": 604, "77___CATEGORICAL___AGEZONG___0": 605, "77___CATEGORICAL___AGEZONG___1": 606, "78___CATEGORICAL___AWAOREG___0": 607, "78___CATEGORICAL___AWAOREG___1": 608, "78___CATEGORICAL___AWAOREG___2": 609, "79___NUMERIC___ABRAND_00___0": 610, "79___NUMERIC___ABRAND_00___1": 611, "79___NUMERIC___ABRAND_00___2": 612, "79___NUMERIC___ABRAND_00___3": 613, "79___NUMERIC___ABRAND_00___4": 614, "79___NUMERIC___ABRAND_00___5": 615, "79___NUMERIC___ABRAND_00___7": 616, "80___CATEGORICAL___AZEILPL___0": 617, "80___CATEGORICAL___AZEILPL___1": 618, "81___CATEGORICAL___APLEZIER___0": 619, "81___CATEGORICAL___APLEZIER___1": 620, "81___CATEGORICAL___APLEZIER___2": 621, "82___CATEGORICAL___AFIETS___0": 622, "82___CATEGORICAL___AFIETS___1": 623, "82___CATEGORICAL___AFIETS___2": 624, "82___CATEGORICAL___AFIETS___3": 625, "82___CATEGORICAL___AFIETS___4": 626, "83___CATEGORICAL___AINBOED___0": 627, "83___CATEGORICAL___AINBOED___1": 628, "84___CATEGORICAL___ABYSTAND___0": 629, "84___CATEGORICAL___ABYSTAND___1": 630, "84___CATEGORICAL___ABYSTAND___2": 631, "85___CATEGORICAL___CARAVAN___0": 632, "85___CATEGORICAL___CARAVAN___1": 633}, "column_token_ids": {"00___NUMERIC___MOSTYPE_00": [11, 12, 13, 14, 15], "00___NUMERIC___MOSTYPE_01": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25], "01___NUMERIC___MAANTHUI_00": [26, 27], "01___NUMERIC___MAANTHUI_01": [28, 29, 30, 31, 32, 33, 34, 35, 36], "02___NUMERIC___MGEMOMV_00": [37, 38, 39, 40, 41, 42], "03___NUMERIC___MGEMLEEF_00": [43, 44, 45, 46, 47, 48], "04___NUMERIC___MOSHOOFD_00": [49, 50], "04___NUMERIC___MOSHOOFD_01": [51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "05___NUMERIC___MGODRK_00": [61, 62, 63, 64, 65, 66, 67, 68, 69, 70], "06___NUMERIC___MGODPR_00": [71, 72, 73, 74, 75, 76, 77, 78, 79, 80], "07___NUMERIC___MGODOV_00": [81, 82, 83, 84, 85, 86], "08___NUMERIC___MGODGE_00": [87, 88, 89, 90, 91, 92, 93, 94, 95, 96], "09___NUMERIC___MRELGE_00": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "10___NUMERIC___MRELSA_00": [107, 108, 109, 110, 111, 112, 113, 114], "11___NUMERIC___MRELOV_00": [115, 116, 117, 118, 119, 120, 121, 122, 123, 124], "12___NUMERIC___MFALLEEN_00": [125, 126, 127, 128, 129, 130, 131, 132, 133, 134], "13___NUMERIC___MFGEKIND_00": [135, 136, 137, 138, 139, 140, 141, 142, 143, 144], "14___NUMERIC___MFWEKIND_00": [145, 146, 147, 148, 149, 150, 151, 152, 153, 154], "15___NUMERIC___MOPLHOOG_00": [155, 156, 157, 158, 159, 160, 161, 162, 163, 164], "16___NUMERIC___MOPLMIDD_00": [165, 166, 167, 168, 169, 170, 171, 172, 173, 174], "17___NUMERIC___MOPLLAAG_00": [175, 176, 177, 178, 179, 180, 181, 182, 183, 184], "18___NUMERIC___MBERHOOG_00": [185, 186, 187, 188, 189, 190, 191, 192, 193, 194], "19___NUMERIC___MBERZELF_00": [195, 196, 197, 198, 199, 200], "20___NUMERIC___MBERBOER_00": [201, 202, 203, 204, 205, 206, 207, 208, 209, 210], "21___NUMERIC___MBERMIDD_00": [211, 212, 213, 214, 215, 216, 217, 218, 219, 220], "22___NUMERIC___MBERARBG_00": [221, 222, 223, 224, 225, 226, 227, 228, 229, 230], "23___NUMERIC___MBERARBO_00": [231, 232, 233, 234, 235, 236, 237, 238, 239, 240], "24___NUMERIC___MSKA_00": [241, 242, 243, 244, 245, 246, 247, 248, 249, 250], "25___NUMERIC___MSKB1_00": [251, 252, 253, 254, 255, 256, 257, 258, 259, 260], "26___NUMERIC___MSKB2_00": [261, 262, 263, 264, 265, 266, 267, 268, 269, 270], "27___NUMERIC___MSKC_00": [271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "28___NUMERIC___MSKD_00": [281, 282, 283, 284, 285, 286, 287, 288, 289, 290], "29___NUMERIC___MHHUUR_00": [291, 292, 293, 294, 295, 296, 297, 298, 299, 300], "30___NUMERIC___MHKOOP_00": [301, 302, 303, 304, 305, 306, 307, 308, 309, 310], "31___NUMERIC___MAUT1_00": [311, 312, 313, 314, 315, 316, 317, 318, 319, 320], "32___NUMERIC___MAUT2_00": [321, 322, 323, 324, 325, 326, 327, 328], "33___NUMERIC___MAUT0_00": [329, 330, 331, 332, 333, 334, 335, 336, 337, 338], "34___NUMERIC___MZFONDS_00": [339, 340, 341, 342, 343, 344, 345, 346, 347, 348], "35___NUMERIC___MZPART_00": [349, 350, 351, 352, 353, 354, 355, 356, 357, 358], "36___NUMERIC___MINKM30_00": [359, 360, 361, 362, 363, 364, 365, 366, 367, 368], "37___NUMERIC___MINK3045_00": [369, 370, 371, 372, 373, 374, 375, 376, 377, 378], "38___NUMERIC___MINK4575_00": [379, 380, 381, 382, 383, 384, 385, 386, 387, 388], "39___NUMERIC___MINK7512_00": [389, 390, 391, 392, 393, 394, 395, 396, 397, 398], "40___NUMERIC___MINK123M_00": [399, 400, 401, 402, 403, 404, 405, 406], "41___NUMERIC___MINKGEM_00": [407, 408, 409, 410, 411, 412, 413, 414, 415, 416], "42___NUMERIC___MKOOPKLA_00": [417, 418, 419, 420, 421, 422, 423, 424], "43___NUMERIC___PWAPART_00": [425, 426, 427, 428], "44___CATEGORICAL___PWABEDR": [429, 430, 431, 432, 433, 434, 435], "45___NUMERIC___PWALAND_00": [436, 437, 438, 439, 440], "46___NUMERIC___PPERSAUT_00": [441, 442, 443, 444, 445, 446], "47___CATEGORICAL___PBESAUT": [447, 448, 449, 450], "48___NUMERIC___PMOTSCO_00": [451, 452, 453, 454, 455, 456], "49___CATEGORICAL___PVRAAUT": [457, 458, 459, 460, 461], "50___CATEGORICAL___PAANHANG": [462, 463, 464, 465, 466, 467], "51___NUMERIC___PTRACTOR_00": [468, 469, 470, 471, 472, 473], "52___CATEGORICAL___PWERKT": [474, 475, 476, 477, 478, 479], "53___NUMERIC___PBROM_00": [480, 481, 482, 483, 484, 485], "54___NUMERIC___PLEVEN_00": [486, 487, 488, 489, 490, 491, 492, 493, 494, 495], "55___CATEGORICAL___PPERSONG": [496, 497, 498, 499, 500, 501, 502], "56___CATEGORICAL___PGEZONG": [503, 504, 505], "57___CATEGORICAL___PWAOREG": [506, 507, 508, 509, 510], "58___NUMERIC___PBRAND_00": [511, 512, 513, 514, 515, 516, 517, 518, 519], "59___CATEGORICAL___PZEILPL": [520, 521, 522], "60___CATEGORICAL___PPLEZIER": [523, 524, 525, 526, 527, 528, 529], "61___CATEGORICAL___PFIETS": [530, 531], "62___CATEGORICAL___PINBOED": [532, 533, 534, 535, 536, 537, 538], "63___CATEGORICAL___PBYSTAND": [539, 540, 541, 542, 543], "64___CATEGORICAL___AWAPART": [544, 545, 546], "65___CATEGORICAL___AWABEDR": [547, 548, 549], "66___CATEGORICAL___AWALAND": [550, 551], "67___NUMERIC___APERSAUT_00": [552, 553, 554, 555, 556, 557, 558, 559], "68___CATEGORICAL___ABESAUT": [560, 561, 562, 563, 564, 565], "69___CATEGORICAL___AMOTSCO": [566, 567, 568, 569], "70___CATEGORICAL___AVRAAUT": [570, 571, 572, 573, 574], "71___CATEGORICAL___AAANHANG": [575, 576, 577, 578], "72___CATEGORICAL___ATRACTOR": [579, 580, 581, 582, 583, 584, 585], "73___CATEGORICAL___AWERKT": [586, 587, 588, 589, 590, 591], "74___CATEGORICAL___ABROM": [592, 593, 594, 595], "75___NUMERIC___ALEVEN_00": [596, 597, 598, 599, 600, 601, 602], "76___CATEGORICAL___APERSONG": [603, 604], "77___CATEGORICAL___AGEZONG": [605, 606], "78___CATEGORICAL___AWAOREG": [607, 608, 609], "79___NUMERIC___ABRAND_00": [610, 611, 612, 613, 614, 615, 616], "80___CATEGORICAL___AZEILPL": [617, 618], "81___CATEGORICAL___APLEZIER": [619, 620, 621], "82___CATEGORICAL___AFIETS": [622, 623, 624, 625, 626], "83___CATEGORICAL___AINBOED": [627, 628], "84___CATEGORICAL___ABYSTAND": [629, 630, 631], "85___CATEGORICAL___CARAVAN": [632, 633]}}, "tabular_max_length": 91, "relational_max_length": null, "tabular_col_size": 7857, "relational_col_size": null, "col_transform_data": {"MOSTYPE": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 2, "numeric_nparts": 1}, "MAANTHUI": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 2, "numeric_nparts": 1}, "MGEMOMV": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MGEMLEEF": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MOSHOOFD": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 2, "numeric_nparts": 1}, "MGODRK": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MGODPR": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MGODOV": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MGODGE": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MRELGE": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MRELSA": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MRELOV": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MFALLEEN": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MFGEKIND": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MFWEKIND": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MOPLHOOG": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MOPLMIDD": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MOPLLAAG": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MBERHOOG": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MBERZELF": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MBERBOER": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MBERMIDD": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MBERARBG": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MBERARBO": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MSKA": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MSKB1": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MSKB2": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MSKC": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MSKD": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MHHUUR": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MHKOOP": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MAUT1": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MAUT2": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MAUT0": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MZFONDS": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MZPART": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MINKM30": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MINK3045": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MINK4575": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MINK7512": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MINK123M": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MINKGEM": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "MKOOPKLA": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "PWAPART": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "PWALAND": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "PPERSAUT": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "PMOTSCO": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "PTRACTOR": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "PBROM": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "PLEVEN": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "PBRAND": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "APERSAUT": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "ALEVEN": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}, "ABRAND": {"max_len": 10, "numeric_precision": 4, "mx_sig": -1, "zfill": 1, "numeric_nparts": 1}}, "in_col_transform_data": null, "col_idx_ids": {"0": [11, 12, 13, 14, 15], "1": [16, 17, 18, 19, 20, 21, 22, 23, 24, 25], "2": [26, 27], "3": [28, 29, 30, 31, 32, 33, 34, 35, 36], "4": [37, 38, 39, 40, 41, 42], "5": [43, 44, 45, 46, 47, 48], "6": [49, 50], "7": [51, 52, 53, 54, 55, 56, 57, 58, 59, 60], "8": [61, 62, 63, 64, 65, 66, 67, 68, 69, 70], "9": [71, 72, 73, 74, 75, 76, 77, 78, 79, 80], "10": [81, 82, 83, 84, 85, 86], "11": [87, 88, 89, 90, 91, 92, 93, 94, 95, 96], "12": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106], "13": [107, 108, 109, 110, 111, 112, 113, 114], "14": [115, 116, 117, 118, 119, 120, 121, 122, 123, 124], "15": [125, 126, 127, 128, 129, 130, 131, 132, 133, 134], "16": [135, 136, 137, 138, 139, 140, 141, 142, 143, 144], "17": [145, 146, 147, 148, 149, 150, 151, 152, 153, 154], "18": [155, 156, 157, 158, 159, 160, 161, 162, 163, 164], "19": [165, 166, 167, 168, 169, 170, 171, 172, 173, 174], "20": [175, 176, 177, 178, 179, 180, 181, 182, 183, 184], "21": [185, 186, 187, 188, 189, 190, 191, 192, 193, 194], "22": [195, 196, 197, 198, 199, 200], "23": [201, 202, 203, 204, 205, 206, 207, 208, 209, 210], "24": [211, 212, 213, 214, 215, 216, 217, 218, 219, 220], "25": [221, 222, 223, 224, 225, 226, 227, 228, 229, 230], "26": [231, 232, 233, 234, 235, 236, 237, 238, 239, 240], "27": [241, 242, 243, 244, 245, 246, 247, 248, 249, 250], "28": [251, 252, 253, 254, 255, 256, 257, 258, 259, 260], "29": [261, 262, 263, 264, 265, 266, 267, 268, 269, 270], "30": [271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "31": [281, 282, 283, 284, 285, 286, 287, 288, 289, 290], "32": [291, 292, 293, 294, 295, 296, 297, 298, 299, 300], "33": [301, 302, 303, 304, 305, 306, 307, 308, 309, 310], "34": [311, 312, 313, 314, 315, 316, 317, 318, 319, 320], "35": [321, 322, 323, 324, 325, 326, 327, 328], "36": [329, 330, 331, 332, 333, 334, 335, 336, 337, 338], "37": [339, 340, 341, 342, 343, 344, 345, 346, 347, 348], "38": [349, 350, 351, 352, 353, 354, 355, 356, 357, 358], "39": [359, 360, 361, 362, 363, 364, 365, 366, 367, 368], "40": [369, 370, 371, 372, 373, 374, 375, 376, 377, 378], "41": [379, 380, 381, 382, 383, 384, 385, 386, 387, 388], "42": [389, 390, 391, 392, 393, 394, 395, 396, 397, 398], "43": [399, 400, 401, 402, 403, 404, 405, 406], "44": [407, 408, 409, 410, 411, 412, 413, 414, 415, 416], "45": [417, 418, 419, 420, 421, 422, 423, 424], "46": [425, 426, 427, 428], "47": [429, 430, 431, 432, 433, 434, 435], "48": [436, 437, 438, 439, 440], "49": [441, 442, 443, 444, 445, 446], "50": [447, 448, 449, 450], "51": [451, 452, 453, 454, 455, 456], "52": [457, 458, 459, 460, 461], "53": [462, 463, 464, 465, 466, 467], "54": [468, 469, 470, 471, 472, 473], "55": [474, 475, 476, 477, 478, 479], "56": [480, 481, 482, 483, 484, 485], "57": [486, 487, 488, 489, 490, 491, 492, 493, 494, 495], "58": [496, 497, 498, 499, 500, 501, 502], "59": [503, 504, 505], "60": [506, 507, 508, 509, 510], "61": [511, 512, 513, 514, 515, 516, 517, 518, 519], "62": [520, 521, 522], "63": [523, 524, 525, 526, 527, 528, 529], "64": [530, 531], "65": [532, 533, 534, 535, 536, 537, 538], "66": [539, 540, 541, 542, 543], "67": [544, 545, 546], "68": [547, 548, 549], "69": [550, 551], "70": [552, 553, 554, 555, 556, 557, 558, 559], "71": [560, 561, 562, 563, 564, 565], "72": [566, 567, 568, 569], "73": [570, 571, 572, 573, 574], "74": [575, 576, 577, 578], "75": [579, 580, 581, 582, 583, 584, 585], "76": [586, 587, 588, 589, 590, 591], "77": [592, 593, 594, 595], "78": [596, 597, 598, 599, 600, 601, 602], "79": [603, 604], "80": [605, 606], "81": [607, 608, 609], "82": [610, 611, 612, 613, 614, 615, 616], "83": [617, 618], "84": [619, 620, 621], "85": [622, 623, 624, 625, 626], "86": [627, 628], "87": [629, 630, 631], "88": [632, 633]}, "random_state": 1029, "numeric_nparts": 1, "numeric_precision": 4, "numeric_max_len": 10, "experiment_id": "id000017748131624782456832", "trainer_state": null, "target_col": null, "realtabformer_version": "0.2.4"} \ No newline at end of file diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/models_100epochs/id000017748131624782456832/rtf_model.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/models_100epochs/id000017748131624782456832/rtf_model.pt new file mode 100644 index 0000000000000000000000000000000000000000..6efaceda430f056a26b26abdaa1b1d81e81cc6d9 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/models_100epochs/id000017748131624782456832/rtf_model.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6727356aedf89632167b03e13a88edce7f76c4da0b41dd744eabf765b8cde53a +size 175237603 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8b40bb44183138c713f73ac7041aac25f61e94d7 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,1773 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "columns": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/public_gate/public_gate_report.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8dcd37d17026379434484462c9b9fe350b50be48 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n15", + "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": "ABYSTAND", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/public_gate/staged_input_manifest.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..2847eaf27d72bab3bb03da29f6534a7b7c1adb95 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/public_gate/staged_input_manifest.json @@ -0,0 +1,1778 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/realtabformer/rtf-n15-20260330_013949/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/realtabformer/rtf-n15-20260330_013949/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/realtabformer/rtf-n15-20260330_013949/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/realtabformer/rtf-n15-20260330_013949/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/realtabformer/rtf-n15-20260330_013949/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/realtabformer_features.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/realtabformer_features.json new file mode 100644 index 0000000000000000000000000000000000000000..09a70f1db32a544bcae7330d337efe8b1d269911 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/realtabformer_features.json @@ -0,0 +1,432 @@ +[ + { + "feature_name": "MOSTYPE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAANTHUI", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMOMV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMLEEF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOSHOOFD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODRK", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODPR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELSA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFALLEEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFGEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFWEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLLAAG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERZELF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERBOER", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKC", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHHUUR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHKOOP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZFONDS", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKM30", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK3045", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK4575", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK7512", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK123M", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKGEM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MKOOPKLA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWAPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWALAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PBESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PMOTSCO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PTRACTOR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBROM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PLEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PPLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBYSTAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAPART", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWALAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ABESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AMOTSCO", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ATRACTOR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABROM", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ALEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "APERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABYSTAND", + "data_type": "binary", + "is_target": true + }, + { + "feature_name": "CARAVAN", + "data_type": "binary", + "is_target": false + } +] \ No newline at end of file diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf-n15-1000-20260330_033926.csv b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf-n15-1000-20260330_033926.csv new file mode 100644 index 0000000000000000000000000000000000000000..4adc7b134a7c644a5f5f17abe2a9abdf9b77fd31 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf-n15-1000-20260330_033926.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de94afde82206ecc5084fc00fd09f80f9c711da09aa0bb2bdb65fc601c8247da +size 173500 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/config.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1652deeae805aff4a6be2a457f2fd4224238f9ea --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu_new", + "add_cross_attention": false, + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 5, + "dtype": "float32", + "embd_pdrop": 0.1, + "eos_token_id": 6, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_embd": 768, + "n_head": 12, + "n_inner": null, + "n_layer": 6, + "n_positions": 1024, + "pad_token_id": null, + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "tie_word_embeddings": true, + "transformers_version": "5.0.0", + "use_cache": false, + "vocab_size": 634 +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/generation_config.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 5, + "eos_token_id": 6, + "output_attentions": false, + "output_hidden_states": false, + "transformers_version": "5.0.0", + "use_cache": true +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/model.safetensors b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..167b4827f136d1e53c59cbf36f6352814fc97862 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f075236efd76bd4506fcfa07684ee7d0cfb48169b0d96c8389eae86433055fa +size 175216072 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/optimizer.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..88f9bcaef725efcd58978a2ceb551b0cfaf69a75 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462390c2f1ba5491efcc9e3e26dc0b1b2025aeb829c5de593c046d36d15f9f47 +size 350481227 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/rng_state.pth b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..2a5d7ff3b2b735340f2ff6476cead30c7cc78126 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632390c850f0e55b9e49fdb12187e53037f4c7a35cbee44110484b236419593f +size 14645 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/scaler.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..975abb0ce94c4b512af457fc845343a38082f3bc --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80af120aaaa0519263e39e8807fc16ae305852b74ad23c733c37a157afce3177 +size 1383 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/scheduler.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..8e30da95b9d22693886f1232b8c2a782cb7c71ca --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c065c8597acb59a7c4218110c6ef6ed6f41736d3dd1c9b4c5897abadb603571 +size 1465 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/trainer_state.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..ae33e0f92ffe62559168aa74468afeed2275f982 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/trainer_state.json @@ -0,0 +1,1728 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 98.37436419125127, + "eval_steps": 100, + "global_step": 24200, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.4069175991861648, + "grad_norm": 0.7240590453147888, + "learning_rate": 4.979878048780488e-05, + "loss": 1.8182670593261718, + "step": 100 + }, + { + "epoch": 0.8138351983723296, + "grad_norm": 0.7133025527000427, + "learning_rate": 4.959552845528456e-05, + "loss": 0.7650885772705078, + "step": 200 + }, + { + "epoch": 1.219735503560529, + "grad_norm": 0.7901988625526428, + "learning_rate": 4.9392276422764226e-05, + "loss": 0.6462235260009765, + "step": 300 + }, + { + "epoch": 1.626653102746694, + "grad_norm": 0.8053261041641235, + "learning_rate": 4.9189024390243907e-05, + "loss": 0.5877412033081054, + "step": 400 + }, + { + "epoch": 2.032553407934893, + "grad_norm": 0.7316781878471375, + "learning_rate": 4.898577235772358e-05, + "loss": 0.5440585708618164, + "step": 500 + }, + { + "epoch": 2.439471007121058, + "grad_norm": 0.7866023778915405, + "learning_rate": 4.8782520325203254e-05, + "loss": 0.5094226455688476, + "step": 600 + }, + { + "epoch": 2.846388606307223, + "grad_norm": 0.9065372943878174, + "learning_rate": 4.857926829268293e-05, + "loss": 0.48453693389892577, + "step": 700 + }, + { + "epoch": 3.2522889114954223, + "grad_norm": 0.7724050283432007, + "learning_rate": 4.83760162601626e-05, + "loss": 0.45643714904785154, + "step": 800 + }, + { + "epoch": 3.659206510681587, + "grad_norm": 0.9151042699813843, + "learning_rate": 4.817276422764228e-05, + "loss": 0.433975830078125, + "step": 900 + }, + { + "epoch": 4.065106815869786, + "grad_norm": 0.7440464496612549, + "learning_rate": 4.796951219512195e-05, + "loss": 0.4153615570068359, + "step": 1000 + }, + { + "epoch": 4.472024415055952, + "grad_norm": 0.8052405118942261, + "learning_rate": 4.776626016260163e-05, + "loss": 0.3905106735229492, + "step": 1100 + }, + { + "epoch": 4.878942014242116, + "grad_norm": 0.8794599771499634, + "learning_rate": 4.75630081300813e-05, + "loss": 0.37519393920898436, + "step": 1200 + }, + { + "epoch": 5.284842319430315, + "grad_norm": 0.7914945483207703, + "learning_rate": 4.735975609756098e-05, + "loss": 0.3520925521850586, + "step": 1300 + }, + { + "epoch": 5.69175991861648, + "grad_norm": 0.7824999690055847, + "learning_rate": 4.715650406504065e-05, + "loss": 0.3414617156982422, + "step": 1400 + }, + { + "epoch": 6.09766022380468, + "grad_norm": 0.900433361530304, + "learning_rate": 4.695325203252033e-05, + "loss": 0.3322624206542969, + "step": 1500 + }, + { + "epoch": 6.504577822990845, + "grad_norm": 0.8250368237495422, + "learning_rate": 4.6750000000000005e-05, + "loss": 0.3091628074645996, + "step": 1600 + }, + { + "epoch": 6.911495422177009, + "grad_norm": 0.8562306761741638, + "learning_rate": 4.654674796747968e-05, + "loss": 0.30464729309082034, + "step": 1700 + }, + { + "epoch": 7.317395727365208, + "grad_norm": 0.7472948431968689, + "learning_rate": 4.634349593495935e-05, + "loss": 0.28648908615112306, + "step": 1800 + }, + { + "epoch": 7.724313326551373, + "grad_norm": 0.8271859288215637, + "learning_rate": 4.6140243902439026e-05, + "loss": 0.2778903961181641, + "step": 1900 + }, + { + "epoch": 8.130213631739572, + "grad_norm": 0.8640561103820801, + "learning_rate": 4.59369918699187e-05, + "loss": 0.27274896621704103, + "step": 2000 + }, + { + "epoch": 8.537131230925738, + "grad_norm": 0.8267282843589783, + "learning_rate": 4.573373983739837e-05, + "loss": 0.2627296257019043, + "step": 2100 + }, + { + "epoch": 8.944048830111903, + "grad_norm": 0.8527095913887024, + "learning_rate": 4.5530487804878054e-05, + "loss": 0.25442541122436524, + "step": 2200 + }, + { + "epoch": 9.349949135300102, + "grad_norm": 0.7909609079360962, + "learning_rate": 4.532723577235772e-05, + "loss": 0.2401682472229004, + "step": 2300 + }, + { + "epoch": 9.756866734486266, + "grad_norm": 0.8527955412864685, + "learning_rate": 4.51239837398374e-05, + "loss": 0.24343259811401366, + "step": 2400 + }, + { + "epoch": 10.162767039674465, + "grad_norm": 0.8749442100524902, + "learning_rate": 4.4920731707317075e-05, + "loss": 0.2378898811340332, + "step": 2500 + }, + { + "epoch": 10.56968463886063, + "grad_norm": 0.6953405737876892, + "learning_rate": 4.4717479674796755e-05, + "loss": 0.2257753372192383, + "step": 2600 + }, + { + "epoch": 10.976602238046796, + "grad_norm": 0.9314142465591431, + "learning_rate": 4.451422764227642e-05, + "loss": 0.2222427749633789, + "step": 2700 + }, + { + "epoch": 11.382502543234995, + "grad_norm": 0.867010235786438, + "learning_rate": 4.43109756097561e-05, + "loss": 0.21257221221923828, + "step": 2800 + }, + { + "epoch": 11.789420142421159, + "grad_norm": 0.8056593537330627, + "learning_rate": 4.4107723577235777e-05, + "loss": 0.2145974540710449, + "step": 2900 + }, + { + "epoch": 12.19532044760936, + "grad_norm": 0.7111354470252991, + "learning_rate": 4.390447154471545e-05, + "loss": 0.21043935775756836, + "step": 3000 + }, + { + "epoch": 12.602238046795524, + "grad_norm": 0.7072705030441284, + "learning_rate": 4.3701219512195124e-05, + "loss": 0.20131704330444336, + "step": 3100 + }, + { + "epoch": 13.008138351983723, + "grad_norm": 0.6998376250267029, + "learning_rate": 4.34979674796748e-05, + "loss": 0.20458351135253905, + "step": 3200 + }, + { + "epoch": 13.415055951169888, + "grad_norm": 0.718458890914917, + "learning_rate": 4.329471544715447e-05, + "loss": 0.19311668395996093, + "step": 3300 + }, + { + "epoch": 13.821973550356052, + "grad_norm": 0.7844780683517456, + "learning_rate": 4.3091463414634145e-05, + "loss": 0.1948075485229492, + "step": 3400 + }, + { + "epoch": 14.227873855544253, + "grad_norm": 0.6950380206108093, + "learning_rate": 4.2888211382113826e-05, + "loss": 0.18989095687866211, + "step": 3500 + }, + { + "epoch": 14.634791454730417, + "grad_norm": 0.6639586687088013, + "learning_rate": 4.26849593495935e-05, + "loss": 0.18575754165649414, + "step": 3600 + }, + { + "epoch": 15.040691759918616, + "grad_norm": 0.6470580101013184, + "learning_rate": 4.248170731707317e-05, + "loss": 0.18650327682495116, + "step": 3700 + }, + { + "epoch": 15.447609359104781, + "grad_norm": 0.4388244152069092, + "learning_rate": 4.227845528455285e-05, + "loss": 0.17966192245483398, + "step": 3800 + }, + { + "epoch": 15.854526958290947, + "grad_norm": 0.749351441860199, + "learning_rate": 4.207520325203253e-05, + "loss": 0.17948457717895508, + "step": 3900 + }, + { + "epoch": 16.260427263479144, + "grad_norm": 0.5461596250534058, + "learning_rate": 4.1871951219512194e-05, + "loss": 0.17656536102294923, + "step": 4000 + }, + { + "epoch": 16.66734486266531, + "grad_norm": 0.5824693441390991, + "learning_rate": 4.1668699186991875e-05, + "loss": 0.17506584167480468, + "step": 4100 + }, + { + "epoch": 17.07324516785351, + "grad_norm": 0.683836817741394, + "learning_rate": 4.146544715447155e-05, + "loss": 0.17581455230712892, + "step": 4200 + }, + { + "epoch": 17.480162767039676, + "grad_norm": 0.531136691570282, + "learning_rate": 4.126219512195122e-05, + "loss": 0.1693857192993164, + "step": 4300 + }, + { + "epoch": 17.887080366225838, + "grad_norm": 0.6108313798904419, + "learning_rate": 4.1058943089430896e-05, + "loss": 0.16898113250732422, + "step": 4400 + }, + { + "epoch": 18.29298067141404, + "grad_norm": 0.5442739129066467, + "learning_rate": 4.085569105691057e-05, + "loss": 0.1641520881652832, + "step": 4500 + }, + { + "epoch": 18.699898270600205, + "grad_norm": 0.7606774568557739, + "learning_rate": 4.065243902439024e-05, + "loss": 0.1660127830505371, + "step": 4600 + }, + { + "epoch": 19.105798575788402, + "grad_norm": 0.5696743130683899, + "learning_rate": 4.044918699186992e-05, + "loss": 0.16544981002807618, + "step": 4700 + }, + { + "epoch": 19.512716174974567, + "grad_norm": 0.641476571559906, + "learning_rate": 4.02459349593496e-05, + "loss": 0.16197633743286133, + "step": 4800 + }, + { + "epoch": 19.919633774160733, + "grad_norm": 0.6376638412475586, + "learning_rate": 4.004268292682927e-05, + "loss": 0.16251298904418945, + "step": 4900 + }, + { + "epoch": 20.32553407934893, + "grad_norm": 0.7308990359306335, + "learning_rate": 3.9839430894308945e-05, + "loss": 0.15801552772521973, + "step": 5000 + }, + { + "epoch": 20.732451678535096, + "grad_norm": 0.47218984365463257, + "learning_rate": 3.963617886178862e-05, + "loss": 0.15773940086364746, + "step": 5100 + }, + { + "epoch": 21.138351983723297, + "grad_norm": 0.620204508304596, + "learning_rate": 3.94329268292683e-05, + "loss": 0.15939827919006347, + "step": 5200 + }, + { + "epoch": 21.545269582909462, + "grad_norm": 0.5997836589813232, + "learning_rate": 3.9229674796747966e-05, + "loss": 0.15620616912841798, + "step": 5300 + }, + { + "epoch": 21.952187182095624, + "grad_norm": 0.5422883629798889, + "learning_rate": 3.9026422764227646e-05, + "loss": 0.1564560604095459, + "step": 5400 + }, + { + "epoch": 22.358087487283825, + "grad_norm": 0.5163514018058777, + "learning_rate": 3.882317073170732e-05, + "loss": 0.15240151405334473, + "step": 5500 + }, + { + "epoch": 22.76500508646999, + "grad_norm": 0.641179084777832, + "learning_rate": 3.8619918699186994e-05, + "loss": 0.153757905960083, + "step": 5600 + }, + { + "epoch": 23.170905391658188, + "grad_norm": 0.646504819393158, + "learning_rate": 3.841666666666667e-05, + "loss": 0.15093070030212402, + "step": 5700 + }, + { + "epoch": 23.577822990844354, + "grad_norm": 0.6479946970939636, + "learning_rate": 3.821341463414634e-05, + "loss": 0.1504894733428955, + "step": 5800 + }, + { + "epoch": 23.98474059003052, + "grad_norm": 0.7124186754226685, + "learning_rate": 3.801016260162602e-05, + "loss": 0.15200568199157716, + "step": 5900 + }, + { + "epoch": 24.39064089521872, + "grad_norm": 0.6385360956192017, + "learning_rate": 3.780691056910569e-05, + "loss": 0.14780141830444335, + "step": 6000 + }, + { + "epoch": 24.797558494404882, + "grad_norm": 0.5945413708686829, + "learning_rate": 3.760365853658537e-05, + "loss": 0.14937443733215333, + "step": 6100 + }, + { + "epoch": 25.203458799593083, + "grad_norm": 0.4849080443382263, + "learning_rate": 3.740040650406504e-05, + "loss": 0.14651341438293458, + "step": 6200 + }, + { + "epoch": 25.61037639877925, + "grad_norm": 0.585631251335144, + "learning_rate": 3.719715447154472e-05, + "loss": 0.14650885581970216, + "step": 6300 + }, + { + "epoch": 26.016276703967446, + "grad_norm": 0.588195264339447, + "learning_rate": 3.699390243902439e-05, + "loss": 0.14829113006591796, + "step": 6400 + }, + { + "epoch": 26.42319430315361, + "grad_norm": 0.5931805372238159, + "learning_rate": 3.679065040650407e-05, + "loss": 0.1437681484222412, + "step": 6500 + }, + { + "epoch": 26.830111902339777, + "grad_norm": 0.6655400991439819, + "learning_rate": 3.658739837398374e-05, + "loss": 0.14553485870361327, + "step": 6600 + }, + { + "epoch": 27.236012207527974, + "grad_norm": 0.5091884136199951, + "learning_rate": 3.638414634146342e-05, + "loss": 0.1430199146270752, + "step": 6700 + }, + { + "epoch": 27.64292980671414, + "grad_norm": 0.5540027022361755, + "learning_rate": 3.618089430894309e-05, + "loss": 0.14312357902526857, + "step": 6800 + }, + { + "epoch": 28.04883011190234, + "grad_norm": 0.5116063356399536, + "learning_rate": 3.5977642276422766e-05, + "loss": 0.14289451599121095, + "step": 6900 + }, + { + "epoch": 28.455747711088506, + "grad_norm": 0.4758087694644928, + "learning_rate": 3.577439024390244e-05, + "loss": 0.1393235969543457, + "step": 7000 + }, + { + "epoch": 28.862665310274668, + "grad_norm": 0.6003808379173279, + "learning_rate": 3.557113821138211e-05, + "loss": 0.1424593734741211, + "step": 7100 + }, + { + "epoch": 29.26856561546287, + "grad_norm": 0.6117088198661804, + "learning_rate": 3.5367886178861794e-05, + "loss": 0.13912353515625, + "step": 7200 + }, + { + "epoch": 29.675483214649034, + "grad_norm": 0.5676628947257996, + "learning_rate": 3.516463414634146e-05, + "loss": 0.13940438270568847, + "step": 7300 + }, + { + "epoch": 30.08138351983723, + "grad_norm": 0.5256761312484741, + "learning_rate": 3.496138211382114e-05, + "loss": 0.1402317142486572, + "step": 7400 + }, + { + "epoch": 30.488301119023397, + "grad_norm": 0.4706413447856903, + "learning_rate": 3.4758130081300815e-05, + "loss": 0.1375712585449219, + "step": 7500 + }, + { + "epoch": 30.895218718209563, + "grad_norm": 0.628667414188385, + "learning_rate": 3.455487804878049e-05, + "loss": 0.13875893592834473, + "step": 7600 + }, + { + "epoch": 31.301119023397764, + "grad_norm": 0.5044395923614502, + "learning_rate": 3.435162601626016e-05, + "loss": 0.13528180122375488, + "step": 7700 + }, + { + "epoch": 31.708036622583926, + "grad_norm": 0.5317256450653076, + "learning_rate": 3.414837398373984e-05, + "loss": 0.1368342113494873, + "step": 7800 + }, + { + "epoch": 32.11393692777212, + "grad_norm": 0.496188223361969, + "learning_rate": 3.3945121951219516e-05, + "loss": 0.13712364196777344, + "step": 7900 + }, + { + "epoch": 32.52085452695829, + "grad_norm": 0.5278375744819641, + "learning_rate": 3.374186991869919e-05, + "loss": 0.13503056526184082, + "step": 8000 + }, + { + "epoch": 32.927772126144454, + "grad_norm": 0.5770841836929321, + "learning_rate": 3.3538617886178864e-05, + "loss": 0.13618228912353517, + "step": 8100 + }, + { + "epoch": 33.33367243133266, + "grad_norm": 0.5055505037307739, + "learning_rate": 3.333536585365854e-05, + "loss": 0.13252436637878418, + "step": 8200 + }, + { + "epoch": 33.74059003051882, + "grad_norm": 0.5380068421363831, + "learning_rate": 3.313211382113821e-05, + "loss": 0.13484679222106932, + "step": 8300 + }, + { + "epoch": 34.14649033570702, + "grad_norm": 0.48350584506988525, + "learning_rate": 3.2928861788617885e-05, + "loss": 0.13440025329589844, + "step": 8400 + }, + { + "epoch": 34.55340793489319, + "grad_norm": 0.5017637610435486, + "learning_rate": 3.2725609756097565e-05, + "loss": 0.13270720481872558, + "step": 8500 + }, + { + "epoch": 34.96032553407935, + "grad_norm": 0.3734212815761566, + "learning_rate": 3.252235772357723e-05, + "loss": 0.13394296646118165, + "step": 8600 + }, + { + "epoch": 35.36622583926755, + "grad_norm": 0.5411403775215149, + "learning_rate": 3.231910569105691e-05, + "loss": 0.13039984703063964, + "step": 8700 + }, + { + "epoch": 35.773143438453715, + "grad_norm": 0.4996293783187866, + "learning_rate": 3.2115853658536587e-05, + "loss": 0.13267677307128906, + "step": 8800 + }, + { + "epoch": 36.17904374364191, + "grad_norm": 0.4926651120185852, + "learning_rate": 3.191260162601627e-05, + "loss": 0.13145945549011231, + "step": 8900 + }, + { + "epoch": 36.58596134282808, + "grad_norm": 0.5391742587089539, + "learning_rate": 3.1709349593495934e-05, + "loss": 0.12989474296569825, + "step": 9000 + }, + { + "epoch": 36.992878942014244, + "grad_norm": 0.5052071213722229, + "learning_rate": 3.1506097560975614e-05, + "loss": 0.13211841583251954, + "step": 9100 + }, + { + "epoch": 37.39877924720244, + "grad_norm": 0.4714391827583313, + "learning_rate": 3.130284552845529e-05, + "loss": 0.1280118179321289, + "step": 9200 + }, + { + "epoch": 37.80569684638861, + "grad_norm": 0.5054506063461304, + "learning_rate": 3.109959349593496e-05, + "loss": 0.1306837558746338, + "step": 9300 + }, + { + "epoch": 38.211597151576804, + "grad_norm": 0.5174620747566223, + "learning_rate": 3.0896341463414636e-05, + "loss": 0.12839694023132325, + "step": 9400 + }, + { + "epoch": 38.61851475076297, + "grad_norm": 0.4853898286819458, + "learning_rate": 3.069308943089431e-05, + "loss": 0.12839356422424317, + "step": 9500 + }, + { + "epoch": 39.02441505595117, + "grad_norm": 0.4030298888683319, + "learning_rate": 3.0489837398373983e-05, + "loss": 0.1295691204071045, + "step": 9600 + }, + { + "epoch": 39.43133265513733, + "grad_norm": 0.4803712069988251, + "learning_rate": 3.028658536585366e-05, + "loss": 0.12622284889221191, + "step": 9700 + }, + { + "epoch": 39.8382502543235, + "grad_norm": 0.4569058418273926, + "learning_rate": 3.0083333333333337e-05, + "loss": 0.12874893188476563, + "step": 9800 + }, + { + "epoch": 40.2441505595117, + "grad_norm": 0.5577067732810974, + "learning_rate": 2.988008130081301e-05, + "loss": 0.12659350395202637, + "step": 9900 + }, + { + "epoch": 40.65106815869786, + "grad_norm": 0.4891170561313629, + "learning_rate": 2.967682926829268e-05, + "loss": 0.1268461513519287, + "step": 10000 + }, + { + "epoch": 41.056968463886065, + "grad_norm": 0.3831835091114044, + "learning_rate": 2.947357723577236e-05, + "loss": 0.1268926429748535, + "step": 10100 + }, + { + "epoch": 41.46388606307223, + "grad_norm": 0.5112989544868469, + "learning_rate": 2.9270325203252035e-05, + "loss": 0.12328511238098144, + "step": 10200 + }, + { + "epoch": 41.870803662258396, + "grad_norm": 0.5172644853591919, + "learning_rate": 2.9067073170731706e-05, + "loss": 0.1268262767791748, + "step": 10300 + }, + { + "epoch": 42.27670396744659, + "grad_norm": 0.490537166595459, + "learning_rate": 2.8863821138211383e-05, + "loss": 0.12450304985046387, + "step": 10400 + }, + { + "epoch": 42.68362156663276, + "grad_norm": 0.5303480625152588, + "learning_rate": 2.866056910569106e-05, + "loss": 0.12462198257446289, + "step": 10500 + }, + { + "epoch": 43.089521871820956, + "grad_norm": 0.4877532720565796, + "learning_rate": 2.845731707317073e-05, + "loss": 0.12518665313720703, + "step": 10600 + }, + { + "epoch": 43.49643947100712, + "grad_norm": 0.4517391324043274, + "learning_rate": 2.8254065040650407e-05, + "loss": 0.12266253471374512, + "step": 10700 + }, + { + "epoch": 43.90335707019329, + "grad_norm": 0.4844261407852173, + "learning_rate": 2.8050813008130085e-05, + "loss": 0.12514205932617187, + "step": 10800 + }, + { + "epoch": 44.309257375381485, + "grad_norm": 0.5170755982398987, + "learning_rate": 2.784756097560976e-05, + "loss": 0.12207565307617188, + "step": 10900 + }, + { + "epoch": 44.71617497456765, + "grad_norm": 0.48824983835220337, + "learning_rate": 2.7644308943089432e-05, + "loss": 0.1236069393157959, + "step": 11000 + }, + { + "epoch": 45.12207527975585, + "grad_norm": 0.5291653275489807, + "learning_rate": 2.7441056910569106e-05, + "loss": 0.12340343475341797, + "step": 11100 + }, + { + "epoch": 45.52899287894201, + "grad_norm": 0.45560765266418457, + "learning_rate": 2.7237804878048783e-05, + "loss": 0.12228922843933106, + "step": 11200 + }, + { + "epoch": 45.93591047812818, + "grad_norm": 0.4397219121456146, + "learning_rate": 2.7034552845528453e-05, + "loss": 0.12391880989074706, + "step": 11300 + }, + { + "epoch": 46.341810783316376, + "grad_norm": 0.5103686451911926, + "learning_rate": 2.683130081300813e-05, + "loss": 0.1208030891418457, + "step": 11400 + }, + { + "epoch": 46.74872838250254, + "grad_norm": 0.4088208079338074, + "learning_rate": 2.6628048780487807e-05, + "loss": 0.12176087379455566, + "step": 11500 + }, + { + "epoch": 47.154628687690746, + "grad_norm": 0.41748762130737305, + "learning_rate": 2.6424796747967478e-05, + "loss": 0.12129343032836915, + "step": 11600 + }, + { + "epoch": 47.561546286876904, + "grad_norm": 0.4437125623226166, + "learning_rate": 2.6221544715447155e-05, + "loss": 0.11974434852600098, + "step": 11700 + }, + { + "epoch": 47.96846388606307, + "grad_norm": 0.475057452917099, + "learning_rate": 2.6018292682926832e-05, + "loss": 0.12264335632324219, + "step": 11800 + }, + { + "epoch": 48.374364191251274, + "grad_norm": 0.5436034202575684, + "learning_rate": 2.581504065040651e-05, + "loss": 0.11841196060180664, + "step": 11900 + }, + { + "epoch": 48.78128179043744, + "grad_norm": 0.4760415852069855, + "learning_rate": 2.561178861788618e-05, + "loss": 0.12137288093566895, + "step": 12000 + }, + { + "epoch": 49.18718209562564, + "grad_norm": 0.422686904668808, + "learning_rate": 2.5408536585365856e-05, + "loss": 0.11964929580688477, + "step": 12100 + }, + { + "epoch": 49.5940996948118, + "grad_norm": 0.5410513877868652, + "learning_rate": 2.520528455284553e-05, + "loss": 0.11964065551757813, + "step": 12200 + }, + { + "epoch": 50.0, + "grad_norm": 0.653501570224762, + "learning_rate": 2.5002032520325204e-05, + "loss": 0.12128134727478028, + "step": 12300 + }, + { + "epoch": 50.406917599186166, + "grad_norm": 0.42189866304397583, + "learning_rate": 2.4798780487804877e-05, + "loss": 0.11693785667419433, + "step": 12400 + }, + { + "epoch": 50.81383519837233, + "grad_norm": 0.4380466639995575, + "learning_rate": 2.459552845528455e-05, + "loss": 0.11983537673950195, + "step": 12500 + }, + { + "epoch": 51.21973550356053, + "grad_norm": 0.4788180887699127, + "learning_rate": 2.439227642276423e-05, + "loss": 0.1181547737121582, + "step": 12600 + }, + { + "epoch": 51.626653102746694, + "grad_norm": 0.53826504945755, + "learning_rate": 2.4189024390243902e-05, + "loss": 0.11840366363525391, + "step": 12700 + }, + { + "epoch": 52.03255340793489, + "grad_norm": 0.4476066827774048, + "learning_rate": 2.398577235772358e-05, + "loss": 0.11950986862182617, + "step": 12800 + }, + { + "epoch": 52.43947100712106, + "grad_norm": 0.4859403669834137, + "learning_rate": 2.3782520325203253e-05, + "loss": 0.11692608833312988, + "step": 12900 + }, + { + "epoch": 52.84638860630722, + "grad_norm": 0.49112850427627563, + "learning_rate": 2.3579268292682927e-05, + "loss": 0.1186048412322998, + "step": 13000 + }, + { + "epoch": 53.25228891149542, + "grad_norm": 0.4962292015552521, + "learning_rate": 2.3376016260162604e-05, + "loss": 0.11744449615478515, + "step": 13100 + }, + { + "epoch": 53.659206510681585, + "grad_norm": 0.4178580343723297, + "learning_rate": 2.3172764227642277e-05, + "loss": 0.11713447570800781, + "step": 13200 + }, + { + "epoch": 54.06510681586979, + "grad_norm": 0.44899746775627136, + "learning_rate": 2.2969512195121954e-05, + "loss": 0.1178321361541748, + "step": 13300 + }, + { + "epoch": 54.47202441505595, + "grad_norm": 0.5076332092285156, + "learning_rate": 2.2766260162601628e-05, + "loss": 0.11564252853393554, + "step": 13400 + }, + { + "epoch": 54.878942014242114, + "grad_norm": 0.4841324985027313, + "learning_rate": 2.2563008130081302e-05, + "loss": 0.1177243423461914, + "step": 13500 + }, + { + "epoch": 55.28484231943032, + "grad_norm": 0.4183539152145386, + "learning_rate": 2.2359756097560976e-05, + "loss": 0.11557777404785156, + "step": 13600 + }, + { + "epoch": 55.691759918616484, + "grad_norm": 0.3975617289543152, + "learning_rate": 2.215650406504065e-05, + "loss": 0.11593569755554199, + "step": 13700 + }, + { + "epoch": 56.09766022380468, + "grad_norm": 0.42523205280303955, + "learning_rate": 2.1953252032520326e-05, + "loss": 0.11668604850769043, + "step": 13800 + }, + { + "epoch": 56.504577822990846, + "grad_norm": 0.41392621397972107, + "learning_rate": 2.175e-05, + "loss": 0.11508787155151368, + "step": 13900 + }, + { + "epoch": 56.91149542217701, + "grad_norm": 0.43528929352760315, + "learning_rate": 2.1546747967479674e-05, + "loss": 0.11673335075378417, + "step": 14000 + }, + { + "epoch": 57.31739572736521, + "grad_norm": 0.4996587932109833, + "learning_rate": 2.134349593495935e-05, + "loss": 0.11386195182800293, + "step": 14100 + }, + { + "epoch": 57.724313326551375, + "grad_norm": 0.4665040969848633, + "learning_rate": 2.1140243902439025e-05, + "loss": 0.11549958229064941, + "step": 14200 + }, + { + "epoch": 58.13021363173957, + "grad_norm": 0.46795642375946045, + "learning_rate": 2.0936991869918702e-05, + "loss": 0.11462766647338868, + "step": 14300 + }, + { + "epoch": 58.53713123092574, + "grad_norm": 0.4123869836330414, + "learning_rate": 2.0733739837398375e-05, + "loss": 0.11371119499206543, + "step": 14400 + }, + { + "epoch": 58.9440488301119, + "grad_norm": 0.4311745762825012, + "learning_rate": 2.053048780487805e-05, + "loss": 0.11576779365539551, + "step": 14500 + }, + { + "epoch": 59.3499491353001, + "grad_norm": 0.4211689829826355, + "learning_rate": 2.0327235772357726e-05, + "loss": 0.11261045455932617, + "step": 14600 + }, + { + "epoch": 59.756866734486266, + "grad_norm": 0.42496293783187866, + "learning_rate": 2.01239837398374e-05, + "loss": 0.11467086791992187, + "step": 14700 + }, + { + "epoch": 60.16276703967446, + "grad_norm": 0.38952916860580444, + "learning_rate": 1.9920731707317074e-05, + "loss": 0.11382111549377441, + "step": 14800 + }, + { + "epoch": 60.56968463886063, + "grad_norm": 0.377311110496521, + "learning_rate": 1.9717479674796747e-05, + "loss": 0.1130320167541504, + "step": 14900 + }, + { + "epoch": 60.976602238046794, + "grad_norm": 0.3914807438850403, + "learning_rate": 1.951422764227642e-05, + "loss": 0.11505123138427735, + "step": 15000 + }, + { + "epoch": 61.38250254323499, + "grad_norm": 0.47322532534599304, + "learning_rate": 1.9310975609756098e-05, + "loss": 0.11152599334716796, + "step": 15100 + }, + { + "epoch": 61.78942014242116, + "grad_norm": 0.47654247283935547, + "learning_rate": 1.9107723577235772e-05, + "loss": 0.1136972427368164, + "step": 15200 + }, + { + "epoch": 62.19532044760936, + "grad_norm": 0.3586323857307434, + "learning_rate": 1.890447154471545e-05, + "loss": 0.1127845859527588, + "step": 15300 + }, + { + "epoch": 62.60223804679553, + "grad_norm": 0.39389142394065857, + "learning_rate": 1.8701219512195123e-05, + "loss": 0.11259670257568359, + "step": 15400 + }, + { + "epoch": 63.008138351983725, + "grad_norm": 0.3806001543998718, + "learning_rate": 1.8497967479674796e-05, + "loss": 0.11416690826416015, + "step": 15500 + }, + { + "epoch": 63.41505595116989, + "grad_norm": 0.36883506178855896, + "learning_rate": 1.8294715447154474e-05, + "loss": 0.11119485855102539, + "step": 15600 + }, + { + "epoch": 63.821973550356056, + "grad_norm": 0.3719407320022583, + "learning_rate": 1.8091463414634147e-05, + "loss": 0.1133639907836914, + "step": 15700 + }, + { + "epoch": 64.22787385554425, + "grad_norm": 0.4511202573776245, + "learning_rate": 1.7890243902439024e-05, + "loss": 0.11160045623779297, + "step": 15800 + }, + { + "epoch": 64.63479145473042, + "grad_norm": 0.3896177411079407, + "learning_rate": 1.76869918699187e-05, + "loss": 0.11250180244445801, + "step": 15900 + }, + { + "epoch": 65.04069175991862, + "grad_norm": 0.3560525178909302, + "learning_rate": 1.7483739837398374e-05, + "loss": 0.11272089958190917, + "step": 16000 + }, + { + "epoch": 65.44760935910477, + "grad_norm": 0.4285215735435486, + "learning_rate": 1.7280487804878048e-05, + "loss": 0.11050470352172852, + "step": 16100 + }, + { + "epoch": 65.85452695829095, + "grad_norm": 0.5046703219413757, + "learning_rate": 1.7077235772357725e-05, + "loss": 0.11258943557739258, + "step": 16200 + }, + { + "epoch": 66.26042726347914, + "grad_norm": 0.4057510495185852, + "learning_rate": 1.68739837398374e-05, + "loss": 0.11091347694396973, + "step": 16300 + }, + { + "epoch": 66.66734486266532, + "grad_norm": 0.40613025426864624, + "learning_rate": 1.6670731707317076e-05, + "loss": 0.11124279022216797, + "step": 16400 + }, + { + "epoch": 67.07324516785351, + "grad_norm": 0.35415953397750854, + "learning_rate": 1.646747967479675e-05, + "loss": 0.11193540573120117, + "step": 16500 + }, + { + "epoch": 67.48016276703967, + "grad_norm": 0.4624006748199463, + "learning_rate": 1.6264227642276423e-05, + "loss": 0.10985392570495606, + "step": 16600 + }, + { + "epoch": 67.88708036622585, + "grad_norm": 0.3951529562473297, + "learning_rate": 1.6060975609756097e-05, + "loss": 0.11152617454528808, + "step": 16700 + }, + { + "epoch": 68.29298067141404, + "grad_norm": 0.48635610938072205, + "learning_rate": 1.585772357723577e-05, + "loss": 0.11035741806030273, + "step": 16800 + }, + { + "epoch": 68.6998982706002, + "grad_norm": 0.3677632212638855, + "learning_rate": 1.5654471544715448e-05, + "loss": 0.11058786392211914, + "step": 16900 + }, + { + "epoch": 69.1057985757884, + "grad_norm": 0.4069930911064148, + "learning_rate": 1.545121951219512e-05, + "loss": 0.11133000373840332, + "step": 17000 + }, + { + "epoch": 69.51271617497457, + "grad_norm": 0.38626205921173096, + "learning_rate": 1.5247967479674795e-05, + "loss": 0.10966980934143067, + "step": 17100 + }, + { + "epoch": 69.91963377416073, + "grad_norm": 0.3888614773750305, + "learning_rate": 1.5044715447154473e-05, + "loss": 0.11119389533996582, + "step": 17200 + }, + { + "epoch": 70.32553407934893, + "grad_norm": 0.40253156423568726, + "learning_rate": 1.4841463414634146e-05, + "loss": 0.10918719291687012, + "step": 17300 + }, + { + "epoch": 70.7324516785351, + "grad_norm": 0.39953696727752686, + "learning_rate": 1.4638211382113823e-05, + "loss": 0.11012935638427734, + "step": 17400 + }, + { + "epoch": 71.1383519837233, + "grad_norm": 0.3642953932285309, + "learning_rate": 1.4434959349593497e-05, + "loss": 0.1098393154144287, + "step": 17500 + }, + { + "epoch": 71.54526958290946, + "grad_norm": 0.4282255470752716, + "learning_rate": 1.423170731707317e-05, + "loss": 0.1095953369140625, + "step": 17600 + }, + { + "epoch": 71.95218718209563, + "grad_norm": 0.3667422831058502, + "learning_rate": 1.4028455284552846e-05, + "loss": 0.11067225456237793, + "step": 17700 + }, + { + "epoch": 72.35808748728383, + "grad_norm": 0.4224833548069, + "learning_rate": 1.382520325203252e-05, + "loss": 0.10839300155639649, + "step": 17800 + }, + { + "epoch": 72.76500508646998, + "grad_norm": 0.3591252565383911, + "learning_rate": 1.3621951219512197e-05, + "loss": 0.10946136474609375, + "step": 17900 + }, + { + "epoch": 73.1709053916582, + "grad_norm": 0.3892015516757965, + "learning_rate": 1.3420731707317075e-05, + "loss": 0.10915140151977538, + "step": 18000 + }, + { + "epoch": 73.57782299084435, + "grad_norm": 0.37791383266448975, + "learning_rate": 1.3217479674796749e-05, + "loss": 0.1089102840423584, + "step": 18100 + }, + { + "epoch": 73.98474059003051, + "grad_norm": 0.3767296075820923, + "learning_rate": 1.3014227642276424e-05, + "loss": 0.10996441841125489, + "step": 18200 + }, + { + "epoch": 74.39064089521872, + "grad_norm": 0.3992011845111847, + "learning_rate": 1.2810975609756098e-05, + "loss": 0.10790308952331543, + "step": 18300 + }, + { + "epoch": 74.79755849440488, + "grad_norm": 0.364055335521698, + "learning_rate": 1.2607723577235771e-05, + "loss": 0.10892141342163086, + "step": 18400 + }, + { + "epoch": 75.20345879959308, + "grad_norm": 0.37131980061531067, + "learning_rate": 1.2404471544715447e-05, + "loss": 0.10842490196228027, + "step": 18500 + }, + { + "epoch": 75.61037639877925, + "grad_norm": 0.4040790796279907, + "learning_rate": 1.2201219512195122e-05, + "loss": 0.10819109916687011, + "step": 18600 + }, + { + "epoch": 76.01627670396745, + "grad_norm": 0.34498271346092224, + "learning_rate": 1.1997967479674798e-05, + "loss": 0.10947603225708008, + "step": 18700 + }, + { + "epoch": 76.42319430315361, + "grad_norm": 0.4026716947555542, + "learning_rate": 1.1794715447154473e-05, + "loss": 0.10717120170593261, + "step": 18800 + }, + { + "epoch": 76.83011190233978, + "grad_norm": 0.46752282977104187, + "learning_rate": 1.1591463414634147e-05, + "loss": 0.10889058113098145, + "step": 18900 + }, + { + "epoch": 77.23601220752798, + "grad_norm": 0.39453306794166565, + "learning_rate": 1.138821138211382e-05, + "loss": 0.10760281562805175, + "step": 19000 + }, + { + "epoch": 77.64292980671414, + "grad_norm": 0.3971138298511505, + "learning_rate": 1.1184959349593496e-05, + "loss": 0.10802845001220703, + "step": 19100 + }, + { + "epoch": 78.04883011190233, + "grad_norm": 0.3829537034034729, + "learning_rate": 1.0981707317073171e-05, + "loss": 0.1085299301147461, + "step": 19200 + }, + { + "epoch": 78.4557477110885, + "grad_norm": 0.36934468150138855, + "learning_rate": 1.0778455284552847e-05, + "loss": 0.1071004867553711, + "step": 19300 + }, + { + "epoch": 78.86266531027466, + "grad_norm": 0.3965001702308655, + "learning_rate": 1.0575203252032522e-05, + "loss": 0.10849326133728027, + "step": 19400 + }, + { + "epoch": 79.26856561546286, + "grad_norm": 0.3801565170288086, + "learning_rate": 1.0371951219512196e-05, + "loss": 0.1069448471069336, + "step": 19500 + }, + { + "epoch": 79.67548321464903, + "grad_norm": 0.3454410433769226, + "learning_rate": 1.016869918699187e-05, + "loss": 0.1073939323425293, + "step": 19600 + }, + { + "epoch": 80.08138351983723, + "grad_norm": 0.39253753423690796, + "learning_rate": 9.965447154471545e-06, + "loss": 0.10771261215209961, + "step": 19700 + }, + { + "epoch": 80.4883011190234, + "grad_norm": 0.3993542492389679, + "learning_rate": 9.76219512195122e-06, + "loss": 0.1063893699645996, + "step": 19800 + }, + { + "epoch": 80.89521871820956, + "grad_norm": 0.3392242193222046, + "learning_rate": 9.558943089430896e-06, + "loss": 0.10845626831054687, + "step": 19900 + }, + { + "epoch": 81.30111902339776, + "grad_norm": 0.388970285654068, + "learning_rate": 9.35569105691057e-06, + "loss": 0.10629038810729981, + "step": 20000 + }, + { + "epoch": 81.70803662258393, + "grad_norm": 0.37038543820381165, + "learning_rate": 9.152439024390245e-06, + "loss": 0.10680668830871581, + "step": 20100 + }, + { + "epoch": 82.11393692777213, + "grad_norm": 0.2937931418418884, + "learning_rate": 8.951219512195121e-06, + "loss": 0.10712409973144531, + "step": 20200 + }, + { + "epoch": 82.52085452695829, + "grad_norm": 0.4904901087284088, + "learning_rate": 8.747967479674797e-06, + "loss": 0.10588153839111328, + "step": 20300 + }, + { + "epoch": 82.92777212614446, + "grad_norm": 0.3864389955997467, + "learning_rate": 8.544715447154472e-06, + "loss": 0.10728861808776856, + "step": 20400 + }, + { + "epoch": 83.33367243133266, + "grad_norm": 0.33407557010650635, + "learning_rate": 8.341463414634147e-06, + "loss": 0.10629630088806152, + "step": 20500 + }, + { + "epoch": 83.74059003051882, + "grad_norm": 0.36772793531417847, + "learning_rate": 8.138211382113821e-06, + "loss": 0.10639795303344726, + "step": 20600 + }, + { + "epoch": 84.14649033570701, + "grad_norm": 0.3545810282230377, + "learning_rate": 7.934959349593497e-06, + "loss": 0.10623548507690429, + "step": 20700 + }, + { + "epoch": 84.55340793489319, + "grad_norm": 0.3248669505119324, + "learning_rate": 7.73170731707317e-06, + "loss": 0.10578085899353028, + "step": 20800 + }, + { + "epoch": 84.96032553407935, + "grad_norm": 0.4370550811290741, + "learning_rate": 7.528455284552846e-06, + "loss": 0.1073326301574707, + "step": 20900 + }, + { + "epoch": 85.36622583926754, + "grad_norm": 0.3504093289375305, + "learning_rate": 7.325203252032521e-06, + "loss": 0.10503761291503906, + "step": 21000 + }, + { + "epoch": 85.77314343845372, + "grad_norm": 0.3748612701892853, + "learning_rate": 7.121951219512195e-06, + "loss": 0.10638636589050293, + "step": 21100 + }, + { + "epoch": 86.17904374364191, + "grad_norm": 0.3668193817138672, + "learning_rate": 6.91869918699187e-06, + "loss": 0.10590841293334961, + "step": 21200 + }, + { + "epoch": 86.58596134282807, + "grad_norm": 0.35107851028442383, + "learning_rate": 6.715447154471545e-06, + "loss": 0.10564091682434082, + "step": 21300 + }, + { + "epoch": 86.99287894201424, + "grad_norm": 0.37059542536735535, + "learning_rate": 6.51219512195122e-06, + "loss": 0.10642205238342285, + "step": 21400 + }, + { + "epoch": 87.39877924720244, + "grad_norm": 0.31983596086502075, + "learning_rate": 6.308943089430895e-06, + "loss": 0.10473756790161133, + "step": 21500 + }, + { + "epoch": 87.8056968463886, + "grad_norm": 0.422577828168869, + "learning_rate": 6.105691056910569e-06, + "loss": 0.10532262802124023, + "step": 21600 + }, + { + "epoch": 88.21159715157681, + "grad_norm": 0.38195475935935974, + "learning_rate": 5.902439024390244e-06, + "loss": 0.10527625083923339, + "step": 21700 + }, + { + "epoch": 88.61851475076297, + "grad_norm": 0.3316293954849243, + "learning_rate": 5.699186991869919e-06, + "loss": 0.10518063545227051, + "step": 21800 + }, + { + "epoch": 89.02441505595117, + "grad_norm": 0.3024890422821045, + "learning_rate": 5.495934959349594e-06, + "loss": 0.10581205368041992, + "step": 21900 + }, + { + "epoch": 89.43133265513734, + "grad_norm": 0.3662935793399811, + "learning_rate": 5.292682926829268e-06, + "loss": 0.1043025779724121, + "step": 22000 + }, + { + "epoch": 89.8382502543235, + "grad_norm": 0.39205458760261536, + "learning_rate": 5.089430894308944e-06, + "loss": 0.10594005584716797, + "step": 22100 + }, + { + "epoch": 90.2441505595117, + "grad_norm": 0.36730584502220154, + "learning_rate": 4.8861788617886175e-06, + "loss": 0.10474937438964843, + "step": 22200 + }, + { + "epoch": 90.65106815869787, + "grad_norm": 0.4426977336406708, + "learning_rate": 4.682926829268293e-06, + "loss": 0.1048725414276123, + "step": 22300 + }, + { + "epoch": 91.05696846388607, + "grad_norm": 0.41852545738220215, + "learning_rate": 4.479674796747968e-06, + "loss": 0.10553150177001953, + "step": 22400 + }, + { + "epoch": 91.46388606307222, + "grad_norm": 0.43824058771133423, + "learning_rate": 4.276422764227642e-06, + "loss": 0.10398255348205566, + "step": 22500 + }, + { + "epoch": 91.8708036622584, + "grad_norm": 0.38566499948501587, + "learning_rate": 4.0731707317073175e-06, + "loss": 0.10502885818481446, + "step": 22600 + }, + { + "epoch": 92.2767039674466, + "grad_norm": 0.3468444049358368, + "learning_rate": 3.869918699186992e-06, + "loss": 0.1045357608795166, + "step": 22700 + }, + { + "epoch": 92.68362156663275, + "grad_norm": 0.37289711833000183, + "learning_rate": 3.666666666666667e-06, + "loss": 0.10427562713623047, + "step": 22800 + }, + { + "epoch": 93.08952187182095, + "grad_norm": 0.3842879831790924, + "learning_rate": 3.463414634146342e-06, + "loss": 0.10496392250061035, + "step": 22900 + }, + { + "epoch": 93.49643947100712, + "grad_norm": 0.35166385769844055, + "learning_rate": 3.260162601626016e-06, + "loss": 0.1039085865020752, + "step": 23000 + }, + { + "epoch": 93.90335707019328, + "grad_norm": 0.41923660039901733, + "learning_rate": 3.0569105691056915e-06, + "loss": 0.10456839561462403, + "step": 23100 + }, + { + "epoch": 94.30925737538149, + "grad_norm": 0.35394325852394104, + "learning_rate": 2.853658536585366e-06, + "loss": 0.10369532585144042, + "step": 23200 + }, + { + "epoch": 94.71617497456765, + "grad_norm": 0.4032345712184906, + "learning_rate": 2.6504065040650406e-06, + "loss": 0.10392773628234864, + "step": 23300 + }, + { + "epoch": 95.12207527975585, + "grad_norm": 0.3601568043231964, + "learning_rate": 2.4471544715447156e-06, + "loss": 0.10439200401306152, + "step": 23400 + }, + { + "epoch": 95.52899287894202, + "grad_norm": 0.31987228989601135, + "learning_rate": 2.24390243902439e-06, + "loss": 0.10375185012817383, + "step": 23500 + }, + { + "epoch": 95.93591047812818, + "grad_norm": 0.34610381722450256, + "learning_rate": 2.040650406504065e-06, + "loss": 0.10413949012756347, + "step": 23600 + }, + { + "epoch": 96.34181078331638, + "grad_norm": 0.4018370807170868, + "learning_rate": 1.8373983739837402e-06, + "loss": 0.10352941513061524, + "step": 23700 + }, + { + "epoch": 96.74872838250255, + "grad_norm": 0.44118449091911316, + "learning_rate": 1.6341463414634147e-06, + "loss": 0.1036347770690918, + "step": 23800 + }, + { + "epoch": 97.15462868769075, + "grad_norm": 0.37857937812805176, + "learning_rate": 1.4308943089430895e-06, + "loss": 0.10369613647460937, + "step": 23900 + }, + { + "epoch": 97.5615462868769, + "grad_norm": 0.35151559114456177, + "learning_rate": 1.2276422764227643e-06, + "loss": 0.1033250617980957, + "step": 24000 + }, + { + "epoch": 97.96846388606308, + "grad_norm": 0.382840633392334, + "learning_rate": 1.024390243902439e-06, + "loss": 0.10354130744934081, + "step": 24100 + }, + { + "epoch": 98.37436419125127, + "grad_norm": 0.3669384717941284, + "learning_rate": 8.231707317073171e-07, + "loss": 0.10343255996704101, + "step": 24200 + } + ], + "logging_steps": 100, + "max_steps": 24600, + "num_input_tokens_seen": 0, + "num_train_epochs": 100, + "save_steps": 100, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 1.794798131503104e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/training_args.bin b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24200/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/config.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1652deeae805aff4a6be2a457f2fd4224238f9ea --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu_new", + "add_cross_attention": false, + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 5, + "dtype": "float32", + "embd_pdrop": 0.1, + "eos_token_id": 6, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_embd": 768, + "n_head": 12, + "n_inner": null, + "n_layer": 6, + "n_positions": 1024, + "pad_token_id": null, + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "tie_word_embeddings": true, + "transformers_version": "5.0.0", + "use_cache": false, + "vocab_size": 634 +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/generation_config.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 5, + "eos_token_id": 6, + "output_attentions": false, + "output_hidden_states": false, + "transformers_version": "5.0.0", + "use_cache": true +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/model.safetensors b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f8c4d756b048b4b0cf8e1d6d9ae3933f6b35900b --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4f907ff5b742c2b381725af2cfbf5b1b8069b06e7ee1cd573a2ad463aea097 +size 175216072 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/optimizer.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..413249455ff13d906d89c17305135e0f0fef27c7 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98da10840e42625bcfe2f0080fdc4435a27ba9fef6eefa21374092c6b0f24f7 +size 350481227 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/rng_state.pth b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..7be66c853264ba0c4b6fff47b3dd3f5f0ceb9dd5 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f87c4bdf1b800fc1b7e78fe30587f742af6f2dc5dc9184d3720cabc057d63b +size 14645 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/scaler.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..00488410b9364a3bb2e1d2e7d69608a3bdd67448 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66445a1168d723d49e67fa24e9838dcbe5b470bc9e74ad23f84af1665d4bd33 +size 1383 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/scheduler.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..05a1548de621638cc2a571c08e77d86289562103 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117b1a7b9151249b149fd9d41a070a10acea159e195d6ebfe1922e10251bd9d6 +size 1465 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/trainer_state.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..34556d1871c58eab65e6e713821795f90a748738 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/trainer_state.json @@ -0,0 +1,1735 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 98.78128179043743, + "eval_steps": 100, + "global_step": 24300, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.4069175991861648, + "grad_norm": 0.7240590453147888, + "learning_rate": 4.979878048780488e-05, + "loss": 1.8182670593261718, + "step": 100 + }, + { + "epoch": 0.8138351983723296, + "grad_norm": 0.7133025527000427, + "learning_rate": 4.959552845528456e-05, + "loss": 0.7650885772705078, + "step": 200 + }, + { + "epoch": 1.219735503560529, + "grad_norm": 0.7901988625526428, + "learning_rate": 4.9392276422764226e-05, + "loss": 0.6462235260009765, + "step": 300 + }, + { + "epoch": 1.626653102746694, + "grad_norm": 0.8053261041641235, + "learning_rate": 4.9189024390243907e-05, + "loss": 0.5877412033081054, + "step": 400 + }, + { + "epoch": 2.032553407934893, + "grad_norm": 0.7316781878471375, + "learning_rate": 4.898577235772358e-05, + "loss": 0.5440585708618164, + "step": 500 + }, + { + "epoch": 2.439471007121058, + "grad_norm": 0.7866023778915405, + "learning_rate": 4.8782520325203254e-05, + "loss": 0.5094226455688476, + "step": 600 + }, + { + "epoch": 2.846388606307223, + "grad_norm": 0.9065372943878174, + "learning_rate": 4.857926829268293e-05, + "loss": 0.48453693389892577, + "step": 700 + }, + { + "epoch": 3.2522889114954223, + "grad_norm": 0.7724050283432007, + "learning_rate": 4.83760162601626e-05, + "loss": 0.45643714904785154, + "step": 800 + }, + { + "epoch": 3.659206510681587, + "grad_norm": 0.9151042699813843, + "learning_rate": 4.817276422764228e-05, + "loss": 0.433975830078125, + "step": 900 + }, + { + "epoch": 4.065106815869786, + "grad_norm": 0.7440464496612549, + "learning_rate": 4.796951219512195e-05, + "loss": 0.4153615570068359, + "step": 1000 + }, + { + "epoch": 4.472024415055952, + "grad_norm": 0.8052405118942261, + "learning_rate": 4.776626016260163e-05, + "loss": 0.3905106735229492, + "step": 1100 + }, + { + "epoch": 4.878942014242116, + "grad_norm": 0.8794599771499634, + "learning_rate": 4.75630081300813e-05, + "loss": 0.37519393920898436, + "step": 1200 + }, + { + "epoch": 5.284842319430315, + "grad_norm": 0.7914945483207703, + "learning_rate": 4.735975609756098e-05, + "loss": 0.3520925521850586, + "step": 1300 + }, + { + "epoch": 5.69175991861648, + "grad_norm": 0.7824999690055847, + "learning_rate": 4.715650406504065e-05, + "loss": 0.3414617156982422, + "step": 1400 + }, + { + "epoch": 6.09766022380468, + "grad_norm": 0.900433361530304, + "learning_rate": 4.695325203252033e-05, + "loss": 0.3322624206542969, + "step": 1500 + }, + { + "epoch": 6.504577822990845, + "grad_norm": 0.8250368237495422, + "learning_rate": 4.6750000000000005e-05, + "loss": 0.3091628074645996, + "step": 1600 + }, + { + "epoch": 6.911495422177009, + "grad_norm": 0.8562306761741638, + "learning_rate": 4.654674796747968e-05, + "loss": 0.30464729309082034, + "step": 1700 + }, + { + "epoch": 7.317395727365208, + "grad_norm": 0.7472948431968689, + "learning_rate": 4.634349593495935e-05, + "loss": 0.28648908615112306, + "step": 1800 + }, + { + "epoch": 7.724313326551373, + "grad_norm": 0.8271859288215637, + "learning_rate": 4.6140243902439026e-05, + "loss": 0.2778903961181641, + "step": 1900 + }, + { + "epoch": 8.130213631739572, + "grad_norm": 0.8640561103820801, + "learning_rate": 4.59369918699187e-05, + "loss": 0.27274896621704103, + "step": 2000 + }, + { + "epoch": 8.537131230925738, + "grad_norm": 0.8267282843589783, + "learning_rate": 4.573373983739837e-05, + "loss": 0.2627296257019043, + "step": 2100 + }, + { + "epoch": 8.944048830111903, + "grad_norm": 0.8527095913887024, + "learning_rate": 4.5530487804878054e-05, + "loss": 0.25442541122436524, + "step": 2200 + }, + { + "epoch": 9.349949135300102, + "grad_norm": 0.7909609079360962, + "learning_rate": 4.532723577235772e-05, + "loss": 0.2401682472229004, + "step": 2300 + }, + { + "epoch": 9.756866734486266, + "grad_norm": 0.8527955412864685, + "learning_rate": 4.51239837398374e-05, + "loss": 0.24343259811401366, + "step": 2400 + }, + { + "epoch": 10.162767039674465, + "grad_norm": 0.8749442100524902, + "learning_rate": 4.4920731707317075e-05, + "loss": 0.2378898811340332, + "step": 2500 + }, + { + "epoch": 10.56968463886063, + "grad_norm": 0.6953405737876892, + "learning_rate": 4.4717479674796755e-05, + "loss": 0.2257753372192383, + "step": 2600 + }, + { + "epoch": 10.976602238046796, + "grad_norm": 0.9314142465591431, + "learning_rate": 4.451422764227642e-05, + "loss": 0.2222427749633789, + "step": 2700 + }, + { + "epoch": 11.382502543234995, + "grad_norm": 0.867010235786438, + "learning_rate": 4.43109756097561e-05, + "loss": 0.21257221221923828, + "step": 2800 + }, + { + "epoch": 11.789420142421159, + "grad_norm": 0.8056593537330627, + "learning_rate": 4.4107723577235777e-05, + "loss": 0.2145974540710449, + "step": 2900 + }, + { + "epoch": 12.19532044760936, + "grad_norm": 0.7111354470252991, + "learning_rate": 4.390447154471545e-05, + "loss": 0.21043935775756836, + "step": 3000 + }, + { + "epoch": 12.602238046795524, + "grad_norm": 0.7072705030441284, + "learning_rate": 4.3701219512195124e-05, + "loss": 0.20131704330444336, + "step": 3100 + }, + { + "epoch": 13.008138351983723, + "grad_norm": 0.6998376250267029, + "learning_rate": 4.34979674796748e-05, + "loss": 0.20458351135253905, + "step": 3200 + }, + { + "epoch": 13.415055951169888, + "grad_norm": 0.718458890914917, + "learning_rate": 4.329471544715447e-05, + "loss": 0.19311668395996093, + "step": 3300 + }, + { + "epoch": 13.821973550356052, + "grad_norm": 0.7844780683517456, + "learning_rate": 4.3091463414634145e-05, + "loss": 0.1948075485229492, + "step": 3400 + }, + { + "epoch": 14.227873855544253, + "grad_norm": 0.6950380206108093, + "learning_rate": 4.2888211382113826e-05, + "loss": 0.18989095687866211, + "step": 3500 + }, + { + "epoch": 14.634791454730417, + "grad_norm": 0.6639586687088013, + "learning_rate": 4.26849593495935e-05, + "loss": 0.18575754165649414, + "step": 3600 + }, + { + "epoch": 15.040691759918616, + "grad_norm": 0.6470580101013184, + "learning_rate": 4.248170731707317e-05, + "loss": 0.18650327682495116, + "step": 3700 + }, + { + "epoch": 15.447609359104781, + "grad_norm": 0.4388244152069092, + "learning_rate": 4.227845528455285e-05, + "loss": 0.17966192245483398, + "step": 3800 + }, + { + "epoch": 15.854526958290947, + "grad_norm": 0.749351441860199, + "learning_rate": 4.207520325203253e-05, + "loss": 0.17948457717895508, + "step": 3900 + }, + { + "epoch": 16.260427263479144, + "grad_norm": 0.5461596250534058, + "learning_rate": 4.1871951219512194e-05, + "loss": 0.17656536102294923, + "step": 4000 + }, + { + "epoch": 16.66734486266531, + "grad_norm": 0.5824693441390991, + "learning_rate": 4.1668699186991875e-05, + "loss": 0.17506584167480468, + "step": 4100 + }, + { + "epoch": 17.07324516785351, + "grad_norm": 0.683836817741394, + "learning_rate": 4.146544715447155e-05, + "loss": 0.17581455230712892, + "step": 4200 + }, + { + "epoch": 17.480162767039676, + "grad_norm": 0.531136691570282, + "learning_rate": 4.126219512195122e-05, + "loss": 0.1693857192993164, + "step": 4300 + }, + { + "epoch": 17.887080366225838, + "grad_norm": 0.6108313798904419, + "learning_rate": 4.1058943089430896e-05, + "loss": 0.16898113250732422, + "step": 4400 + }, + { + "epoch": 18.29298067141404, + "grad_norm": 0.5442739129066467, + "learning_rate": 4.085569105691057e-05, + "loss": 0.1641520881652832, + "step": 4500 + }, + { + "epoch": 18.699898270600205, + "grad_norm": 0.7606774568557739, + "learning_rate": 4.065243902439024e-05, + "loss": 0.1660127830505371, + "step": 4600 + }, + { + "epoch": 19.105798575788402, + "grad_norm": 0.5696743130683899, + "learning_rate": 4.044918699186992e-05, + "loss": 0.16544981002807618, + "step": 4700 + }, + { + "epoch": 19.512716174974567, + "grad_norm": 0.641476571559906, + "learning_rate": 4.02459349593496e-05, + "loss": 0.16197633743286133, + "step": 4800 + }, + { + "epoch": 19.919633774160733, + "grad_norm": 0.6376638412475586, + "learning_rate": 4.004268292682927e-05, + "loss": 0.16251298904418945, + "step": 4900 + }, + { + "epoch": 20.32553407934893, + "grad_norm": 0.7308990359306335, + "learning_rate": 3.9839430894308945e-05, + "loss": 0.15801552772521973, + "step": 5000 + }, + { + "epoch": 20.732451678535096, + "grad_norm": 0.47218984365463257, + "learning_rate": 3.963617886178862e-05, + "loss": 0.15773940086364746, + "step": 5100 + }, + { + "epoch": 21.138351983723297, + "grad_norm": 0.620204508304596, + "learning_rate": 3.94329268292683e-05, + "loss": 0.15939827919006347, + "step": 5200 + }, + { + "epoch": 21.545269582909462, + "grad_norm": 0.5997836589813232, + "learning_rate": 3.9229674796747966e-05, + "loss": 0.15620616912841798, + "step": 5300 + }, + { + "epoch": 21.952187182095624, + "grad_norm": 0.5422883629798889, + "learning_rate": 3.9026422764227646e-05, + "loss": 0.1564560604095459, + "step": 5400 + }, + { + "epoch": 22.358087487283825, + "grad_norm": 0.5163514018058777, + "learning_rate": 3.882317073170732e-05, + "loss": 0.15240151405334473, + "step": 5500 + }, + { + "epoch": 22.76500508646999, + "grad_norm": 0.641179084777832, + "learning_rate": 3.8619918699186994e-05, + "loss": 0.153757905960083, + "step": 5600 + }, + { + "epoch": 23.170905391658188, + "grad_norm": 0.646504819393158, + "learning_rate": 3.841666666666667e-05, + "loss": 0.15093070030212402, + "step": 5700 + }, + { + "epoch": 23.577822990844354, + "grad_norm": 0.6479946970939636, + "learning_rate": 3.821341463414634e-05, + "loss": 0.1504894733428955, + "step": 5800 + }, + { + "epoch": 23.98474059003052, + "grad_norm": 0.7124186754226685, + "learning_rate": 3.801016260162602e-05, + "loss": 0.15200568199157716, + "step": 5900 + }, + { + "epoch": 24.39064089521872, + "grad_norm": 0.6385360956192017, + "learning_rate": 3.780691056910569e-05, + "loss": 0.14780141830444335, + "step": 6000 + }, + { + "epoch": 24.797558494404882, + "grad_norm": 0.5945413708686829, + "learning_rate": 3.760365853658537e-05, + "loss": 0.14937443733215333, + "step": 6100 + }, + { + "epoch": 25.203458799593083, + "grad_norm": 0.4849080443382263, + "learning_rate": 3.740040650406504e-05, + "loss": 0.14651341438293458, + "step": 6200 + }, + { + "epoch": 25.61037639877925, + "grad_norm": 0.585631251335144, + "learning_rate": 3.719715447154472e-05, + "loss": 0.14650885581970216, + "step": 6300 + }, + { + "epoch": 26.016276703967446, + "grad_norm": 0.588195264339447, + "learning_rate": 3.699390243902439e-05, + "loss": 0.14829113006591796, + "step": 6400 + }, + { + "epoch": 26.42319430315361, + "grad_norm": 0.5931805372238159, + "learning_rate": 3.679065040650407e-05, + "loss": 0.1437681484222412, + "step": 6500 + }, + { + "epoch": 26.830111902339777, + "grad_norm": 0.6655400991439819, + "learning_rate": 3.658739837398374e-05, + "loss": 0.14553485870361327, + "step": 6600 + }, + { + "epoch": 27.236012207527974, + "grad_norm": 0.5091884136199951, + "learning_rate": 3.638414634146342e-05, + "loss": 0.1430199146270752, + "step": 6700 + }, + { + "epoch": 27.64292980671414, + "grad_norm": 0.5540027022361755, + "learning_rate": 3.618089430894309e-05, + "loss": 0.14312357902526857, + "step": 6800 + }, + { + "epoch": 28.04883011190234, + "grad_norm": 0.5116063356399536, + "learning_rate": 3.5977642276422766e-05, + "loss": 0.14289451599121095, + "step": 6900 + }, + { + "epoch": 28.455747711088506, + "grad_norm": 0.4758087694644928, + "learning_rate": 3.577439024390244e-05, + "loss": 0.1393235969543457, + "step": 7000 + }, + { + "epoch": 28.862665310274668, + "grad_norm": 0.6003808379173279, + "learning_rate": 3.557113821138211e-05, + "loss": 0.1424593734741211, + "step": 7100 + }, + { + "epoch": 29.26856561546287, + "grad_norm": 0.6117088198661804, + "learning_rate": 3.5367886178861794e-05, + "loss": 0.13912353515625, + "step": 7200 + }, + { + "epoch": 29.675483214649034, + "grad_norm": 0.5676628947257996, + "learning_rate": 3.516463414634146e-05, + "loss": 0.13940438270568847, + "step": 7300 + }, + { + "epoch": 30.08138351983723, + "grad_norm": 0.5256761312484741, + "learning_rate": 3.496138211382114e-05, + "loss": 0.1402317142486572, + "step": 7400 + }, + { + "epoch": 30.488301119023397, + "grad_norm": 0.4706413447856903, + "learning_rate": 3.4758130081300815e-05, + "loss": 0.1375712585449219, + "step": 7500 + }, + { + "epoch": 30.895218718209563, + "grad_norm": 0.628667414188385, + "learning_rate": 3.455487804878049e-05, + "loss": 0.13875893592834473, + "step": 7600 + }, + { + "epoch": 31.301119023397764, + "grad_norm": 0.5044395923614502, + "learning_rate": 3.435162601626016e-05, + "loss": 0.13528180122375488, + "step": 7700 + }, + { + "epoch": 31.708036622583926, + "grad_norm": 0.5317256450653076, + "learning_rate": 3.414837398373984e-05, + "loss": 0.1368342113494873, + "step": 7800 + }, + { + "epoch": 32.11393692777212, + "grad_norm": 0.496188223361969, + "learning_rate": 3.3945121951219516e-05, + "loss": 0.13712364196777344, + "step": 7900 + }, + { + "epoch": 32.52085452695829, + "grad_norm": 0.5278375744819641, + "learning_rate": 3.374186991869919e-05, + "loss": 0.13503056526184082, + "step": 8000 + }, + { + "epoch": 32.927772126144454, + "grad_norm": 0.5770841836929321, + "learning_rate": 3.3538617886178864e-05, + "loss": 0.13618228912353517, + "step": 8100 + }, + { + "epoch": 33.33367243133266, + "grad_norm": 0.5055505037307739, + "learning_rate": 3.333536585365854e-05, + "loss": 0.13252436637878418, + "step": 8200 + }, + { + "epoch": 33.74059003051882, + "grad_norm": 0.5380068421363831, + "learning_rate": 3.313211382113821e-05, + "loss": 0.13484679222106932, + "step": 8300 + }, + { + "epoch": 34.14649033570702, + "grad_norm": 0.48350584506988525, + "learning_rate": 3.2928861788617885e-05, + "loss": 0.13440025329589844, + "step": 8400 + }, + { + "epoch": 34.55340793489319, + "grad_norm": 0.5017637610435486, + "learning_rate": 3.2725609756097565e-05, + "loss": 0.13270720481872558, + "step": 8500 + }, + { + "epoch": 34.96032553407935, + "grad_norm": 0.3734212815761566, + "learning_rate": 3.252235772357723e-05, + "loss": 0.13394296646118165, + "step": 8600 + }, + { + "epoch": 35.36622583926755, + "grad_norm": 0.5411403775215149, + "learning_rate": 3.231910569105691e-05, + "loss": 0.13039984703063964, + "step": 8700 + }, + { + "epoch": 35.773143438453715, + "grad_norm": 0.4996293783187866, + "learning_rate": 3.2115853658536587e-05, + "loss": 0.13267677307128906, + "step": 8800 + }, + { + "epoch": 36.17904374364191, + "grad_norm": 0.4926651120185852, + "learning_rate": 3.191260162601627e-05, + "loss": 0.13145945549011231, + "step": 8900 + }, + { + "epoch": 36.58596134282808, + "grad_norm": 0.5391742587089539, + "learning_rate": 3.1709349593495934e-05, + "loss": 0.12989474296569825, + "step": 9000 + }, + { + "epoch": 36.992878942014244, + "grad_norm": 0.5052071213722229, + "learning_rate": 3.1506097560975614e-05, + "loss": 0.13211841583251954, + "step": 9100 + }, + { + "epoch": 37.39877924720244, + "grad_norm": 0.4714391827583313, + "learning_rate": 3.130284552845529e-05, + "loss": 0.1280118179321289, + "step": 9200 + }, + { + "epoch": 37.80569684638861, + "grad_norm": 0.5054506063461304, + "learning_rate": 3.109959349593496e-05, + "loss": 0.1306837558746338, + "step": 9300 + }, + { + "epoch": 38.211597151576804, + "grad_norm": 0.5174620747566223, + "learning_rate": 3.0896341463414636e-05, + "loss": 0.12839694023132325, + "step": 9400 + }, + { + "epoch": 38.61851475076297, + "grad_norm": 0.4853898286819458, + "learning_rate": 3.069308943089431e-05, + "loss": 0.12839356422424317, + "step": 9500 + }, + { + "epoch": 39.02441505595117, + "grad_norm": 0.4030298888683319, + "learning_rate": 3.0489837398373983e-05, + "loss": 0.1295691204071045, + "step": 9600 + }, + { + "epoch": 39.43133265513733, + "grad_norm": 0.4803712069988251, + "learning_rate": 3.028658536585366e-05, + "loss": 0.12622284889221191, + "step": 9700 + }, + { + "epoch": 39.8382502543235, + "grad_norm": 0.4569058418273926, + "learning_rate": 3.0083333333333337e-05, + "loss": 0.12874893188476563, + "step": 9800 + }, + { + "epoch": 40.2441505595117, + "grad_norm": 0.5577067732810974, + "learning_rate": 2.988008130081301e-05, + "loss": 0.12659350395202637, + "step": 9900 + }, + { + "epoch": 40.65106815869786, + "grad_norm": 0.4891170561313629, + "learning_rate": 2.967682926829268e-05, + "loss": 0.1268461513519287, + "step": 10000 + }, + { + "epoch": 41.056968463886065, + "grad_norm": 0.3831835091114044, + "learning_rate": 2.947357723577236e-05, + "loss": 0.1268926429748535, + "step": 10100 + }, + { + "epoch": 41.46388606307223, + "grad_norm": 0.5112989544868469, + "learning_rate": 2.9270325203252035e-05, + "loss": 0.12328511238098144, + "step": 10200 + }, + { + "epoch": 41.870803662258396, + "grad_norm": 0.5172644853591919, + "learning_rate": 2.9067073170731706e-05, + "loss": 0.1268262767791748, + "step": 10300 + }, + { + "epoch": 42.27670396744659, + "grad_norm": 0.490537166595459, + "learning_rate": 2.8863821138211383e-05, + "loss": 0.12450304985046387, + "step": 10400 + }, + { + "epoch": 42.68362156663276, + "grad_norm": 0.5303480625152588, + "learning_rate": 2.866056910569106e-05, + "loss": 0.12462198257446289, + "step": 10500 + }, + { + "epoch": 43.089521871820956, + "grad_norm": 0.4877532720565796, + "learning_rate": 2.845731707317073e-05, + "loss": 0.12518665313720703, + "step": 10600 + }, + { + "epoch": 43.49643947100712, + "grad_norm": 0.4517391324043274, + "learning_rate": 2.8254065040650407e-05, + "loss": 0.12266253471374512, + "step": 10700 + }, + { + "epoch": 43.90335707019329, + "grad_norm": 0.4844261407852173, + "learning_rate": 2.8050813008130085e-05, + "loss": 0.12514205932617187, + "step": 10800 + }, + { + "epoch": 44.309257375381485, + "grad_norm": 0.5170755982398987, + "learning_rate": 2.784756097560976e-05, + "loss": 0.12207565307617188, + "step": 10900 + }, + { + "epoch": 44.71617497456765, + "grad_norm": 0.48824983835220337, + "learning_rate": 2.7644308943089432e-05, + "loss": 0.1236069393157959, + "step": 11000 + }, + { + "epoch": 45.12207527975585, + "grad_norm": 0.5291653275489807, + "learning_rate": 2.7441056910569106e-05, + "loss": 0.12340343475341797, + "step": 11100 + }, + { + "epoch": 45.52899287894201, + "grad_norm": 0.45560765266418457, + "learning_rate": 2.7237804878048783e-05, + "loss": 0.12228922843933106, + "step": 11200 + }, + { + "epoch": 45.93591047812818, + "grad_norm": 0.4397219121456146, + "learning_rate": 2.7034552845528453e-05, + "loss": 0.12391880989074706, + "step": 11300 + }, + { + "epoch": 46.341810783316376, + "grad_norm": 0.5103686451911926, + "learning_rate": 2.683130081300813e-05, + "loss": 0.1208030891418457, + "step": 11400 + }, + { + "epoch": 46.74872838250254, + "grad_norm": 0.4088208079338074, + "learning_rate": 2.6628048780487807e-05, + "loss": 0.12176087379455566, + "step": 11500 + }, + { + "epoch": 47.154628687690746, + "grad_norm": 0.41748762130737305, + "learning_rate": 2.6424796747967478e-05, + "loss": 0.12129343032836915, + "step": 11600 + }, + { + "epoch": 47.561546286876904, + "grad_norm": 0.4437125623226166, + "learning_rate": 2.6221544715447155e-05, + "loss": 0.11974434852600098, + "step": 11700 + }, + { + "epoch": 47.96846388606307, + "grad_norm": 0.475057452917099, + "learning_rate": 2.6018292682926832e-05, + "loss": 0.12264335632324219, + "step": 11800 + }, + { + "epoch": 48.374364191251274, + "grad_norm": 0.5436034202575684, + "learning_rate": 2.581504065040651e-05, + "loss": 0.11841196060180664, + "step": 11900 + }, + { + "epoch": 48.78128179043744, + "grad_norm": 0.4760415852069855, + "learning_rate": 2.561178861788618e-05, + "loss": 0.12137288093566895, + "step": 12000 + }, + { + "epoch": 49.18718209562564, + "grad_norm": 0.422686904668808, + "learning_rate": 2.5408536585365856e-05, + "loss": 0.11964929580688477, + "step": 12100 + }, + { + "epoch": 49.5940996948118, + "grad_norm": 0.5410513877868652, + "learning_rate": 2.520528455284553e-05, + "loss": 0.11964065551757813, + "step": 12200 + }, + { + "epoch": 50.0, + "grad_norm": 0.653501570224762, + "learning_rate": 2.5002032520325204e-05, + "loss": 0.12128134727478028, + "step": 12300 + }, + { + "epoch": 50.406917599186166, + "grad_norm": 0.42189866304397583, + "learning_rate": 2.4798780487804877e-05, + "loss": 0.11693785667419433, + "step": 12400 + }, + { + "epoch": 50.81383519837233, + "grad_norm": 0.4380466639995575, + "learning_rate": 2.459552845528455e-05, + "loss": 0.11983537673950195, + "step": 12500 + }, + { + "epoch": 51.21973550356053, + "grad_norm": 0.4788180887699127, + "learning_rate": 2.439227642276423e-05, + "loss": 0.1181547737121582, + "step": 12600 + }, + { + "epoch": 51.626653102746694, + "grad_norm": 0.53826504945755, + "learning_rate": 2.4189024390243902e-05, + "loss": 0.11840366363525391, + "step": 12700 + }, + { + "epoch": 52.03255340793489, + "grad_norm": 0.4476066827774048, + "learning_rate": 2.398577235772358e-05, + "loss": 0.11950986862182617, + "step": 12800 + }, + { + "epoch": 52.43947100712106, + "grad_norm": 0.4859403669834137, + "learning_rate": 2.3782520325203253e-05, + "loss": 0.11692608833312988, + "step": 12900 + }, + { + "epoch": 52.84638860630722, + "grad_norm": 0.49112850427627563, + "learning_rate": 2.3579268292682927e-05, + "loss": 0.1186048412322998, + "step": 13000 + }, + { + "epoch": 53.25228891149542, + "grad_norm": 0.4962292015552521, + "learning_rate": 2.3376016260162604e-05, + "loss": 0.11744449615478515, + "step": 13100 + }, + { + "epoch": 53.659206510681585, + "grad_norm": 0.4178580343723297, + "learning_rate": 2.3172764227642277e-05, + "loss": 0.11713447570800781, + "step": 13200 + }, + { + "epoch": 54.06510681586979, + "grad_norm": 0.44899746775627136, + "learning_rate": 2.2969512195121954e-05, + "loss": 0.1178321361541748, + "step": 13300 + }, + { + "epoch": 54.47202441505595, + "grad_norm": 0.5076332092285156, + "learning_rate": 2.2766260162601628e-05, + "loss": 0.11564252853393554, + "step": 13400 + }, + { + "epoch": 54.878942014242114, + "grad_norm": 0.4841324985027313, + "learning_rate": 2.2563008130081302e-05, + "loss": 0.1177243423461914, + "step": 13500 + }, + { + "epoch": 55.28484231943032, + "grad_norm": 0.4183539152145386, + "learning_rate": 2.2359756097560976e-05, + "loss": 0.11557777404785156, + "step": 13600 + }, + { + "epoch": 55.691759918616484, + "grad_norm": 0.3975617289543152, + "learning_rate": 2.215650406504065e-05, + "loss": 0.11593569755554199, + "step": 13700 + }, + { + "epoch": 56.09766022380468, + "grad_norm": 0.42523205280303955, + "learning_rate": 2.1953252032520326e-05, + "loss": 0.11668604850769043, + "step": 13800 + }, + { + "epoch": 56.504577822990846, + "grad_norm": 0.41392621397972107, + "learning_rate": 2.175e-05, + "loss": 0.11508787155151368, + "step": 13900 + }, + { + "epoch": 56.91149542217701, + "grad_norm": 0.43528929352760315, + "learning_rate": 2.1546747967479674e-05, + "loss": 0.11673335075378417, + "step": 14000 + }, + { + "epoch": 57.31739572736521, + "grad_norm": 0.4996587932109833, + "learning_rate": 2.134349593495935e-05, + "loss": 0.11386195182800293, + "step": 14100 + }, + { + "epoch": 57.724313326551375, + "grad_norm": 0.4665040969848633, + "learning_rate": 2.1140243902439025e-05, + "loss": 0.11549958229064941, + "step": 14200 + }, + { + "epoch": 58.13021363173957, + "grad_norm": 0.46795642375946045, + "learning_rate": 2.0936991869918702e-05, + "loss": 0.11462766647338868, + "step": 14300 + }, + { + "epoch": 58.53713123092574, + "grad_norm": 0.4123869836330414, + "learning_rate": 2.0733739837398375e-05, + "loss": 0.11371119499206543, + "step": 14400 + }, + { + "epoch": 58.9440488301119, + "grad_norm": 0.4311745762825012, + "learning_rate": 2.053048780487805e-05, + "loss": 0.11576779365539551, + "step": 14500 + }, + { + "epoch": 59.3499491353001, + "grad_norm": 0.4211689829826355, + "learning_rate": 2.0327235772357726e-05, + "loss": 0.11261045455932617, + "step": 14600 + }, + { + "epoch": 59.756866734486266, + "grad_norm": 0.42496293783187866, + "learning_rate": 2.01239837398374e-05, + "loss": 0.11467086791992187, + "step": 14700 + }, + { + "epoch": 60.16276703967446, + "grad_norm": 0.38952916860580444, + "learning_rate": 1.9920731707317074e-05, + "loss": 0.11382111549377441, + "step": 14800 + }, + { + "epoch": 60.56968463886063, + "grad_norm": 0.377311110496521, + "learning_rate": 1.9717479674796747e-05, + "loss": 0.1130320167541504, + "step": 14900 + }, + { + "epoch": 60.976602238046794, + "grad_norm": 0.3914807438850403, + "learning_rate": 1.951422764227642e-05, + "loss": 0.11505123138427735, + "step": 15000 + }, + { + "epoch": 61.38250254323499, + "grad_norm": 0.47322532534599304, + "learning_rate": 1.9310975609756098e-05, + "loss": 0.11152599334716796, + "step": 15100 + }, + { + "epoch": 61.78942014242116, + "grad_norm": 0.47654247283935547, + "learning_rate": 1.9107723577235772e-05, + "loss": 0.1136972427368164, + "step": 15200 + }, + { + "epoch": 62.19532044760936, + "grad_norm": 0.3586323857307434, + "learning_rate": 1.890447154471545e-05, + "loss": 0.1127845859527588, + "step": 15300 + }, + { + "epoch": 62.60223804679553, + "grad_norm": 0.39389142394065857, + "learning_rate": 1.8701219512195123e-05, + "loss": 0.11259670257568359, + "step": 15400 + }, + { + "epoch": 63.008138351983725, + "grad_norm": 0.3806001543998718, + "learning_rate": 1.8497967479674796e-05, + "loss": 0.11416690826416015, + "step": 15500 + }, + { + "epoch": 63.41505595116989, + "grad_norm": 0.36883506178855896, + "learning_rate": 1.8294715447154474e-05, + "loss": 0.11119485855102539, + "step": 15600 + }, + { + "epoch": 63.821973550356056, + "grad_norm": 0.3719407320022583, + "learning_rate": 1.8091463414634147e-05, + "loss": 0.1133639907836914, + "step": 15700 + }, + { + "epoch": 64.22787385554425, + "grad_norm": 0.4511202573776245, + "learning_rate": 1.7890243902439024e-05, + "loss": 0.11160045623779297, + "step": 15800 + }, + { + "epoch": 64.63479145473042, + "grad_norm": 0.3896177411079407, + "learning_rate": 1.76869918699187e-05, + "loss": 0.11250180244445801, + "step": 15900 + }, + { + "epoch": 65.04069175991862, + "grad_norm": 0.3560525178909302, + "learning_rate": 1.7483739837398374e-05, + "loss": 0.11272089958190917, + "step": 16000 + }, + { + "epoch": 65.44760935910477, + "grad_norm": 0.4285215735435486, + "learning_rate": 1.7280487804878048e-05, + "loss": 0.11050470352172852, + "step": 16100 + }, + { + "epoch": 65.85452695829095, + "grad_norm": 0.5046703219413757, + "learning_rate": 1.7077235772357725e-05, + "loss": 0.11258943557739258, + "step": 16200 + }, + { + "epoch": 66.26042726347914, + "grad_norm": 0.4057510495185852, + "learning_rate": 1.68739837398374e-05, + "loss": 0.11091347694396973, + "step": 16300 + }, + { + "epoch": 66.66734486266532, + "grad_norm": 0.40613025426864624, + "learning_rate": 1.6670731707317076e-05, + "loss": 0.11124279022216797, + "step": 16400 + }, + { + "epoch": 67.07324516785351, + "grad_norm": 0.35415953397750854, + "learning_rate": 1.646747967479675e-05, + "loss": 0.11193540573120117, + "step": 16500 + }, + { + "epoch": 67.48016276703967, + "grad_norm": 0.4624006748199463, + "learning_rate": 1.6264227642276423e-05, + "loss": 0.10985392570495606, + "step": 16600 + }, + { + "epoch": 67.88708036622585, + "grad_norm": 0.3951529562473297, + "learning_rate": 1.6060975609756097e-05, + "loss": 0.11152617454528808, + "step": 16700 + }, + { + "epoch": 68.29298067141404, + "grad_norm": 0.48635610938072205, + "learning_rate": 1.585772357723577e-05, + "loss": 0.11035741806030273, + "step": 16800 + }, + { + "epoch": 68.6998982706002, + "grad_norm": 0.3677632212638855, + "learning_rate": 1.5654471544715448e-05, + "loss": 0.11058786392211914, + "step": 16900 + }, + { + "epoch": 69.1057985757884, + "grad_norm": 0.4069930911064148, + "learning_rate": 1.545121951219512e-05, + "loss": 0.11133000373840332, + "step": 17000 + }, + { + "epoch": 69.51271617497457, + "grad_norm": 0.38626205921173096, + "learning_rate": 1.5247967479674795e-05, + "loss": 0.10966980934143067, + "step": 17100 + }, + { + "epoch": 69.91963377416073, + "grad_norm": 0.3888614773750305, + "learning_rate": 1.5044715447154473e-05, + "loss": 0.11119389533996582, + "step": 17200 + }, + { + "epoch": 70.32553407934893, + "grad_norm": 0.40253156423568726, + "learning_rate": 1.4841463414634146e-05, + "loss": 0.10918719291687012, + "step": 17300 + }, + { + "epoch": 70.7324516785351, + "grad_norm": 0.39953696727752686, + "learning_rate": 1.4638211382113823e-05, + "loss": 0.11012935638427734, + "step": 17400 + }, + { + "epoch": 71.1383519837233, + "grad_norm": 0.3642953932285309, + "learning_rate": 1.4434959349593497e-05, + "loss": 0.1098393154144287, + "step": 17500 + }, + { + "epoch": 71.54526958290946, + "grad_norm": 0.4282255470752716, + "learning_rate": 1.423170731707317e-05, + "loss": 0.1095953369140625, + "step": 17600 + }, + { + "epoch": 71.95218718209563, + "grad_norm": 0.3667422831058502, + "learning_rate": 1.4028455284552846e-05, + "loss": 0.11067225456237793, + "step": 17700 + }, + { + "epoch": 72.35808748728383, + "grad_norm": 0.4224833548069, + "learning_rate": 1.382520325203252e-05, + "loss": 0.10839300155639649, + "step": 17800 + }, + { + "epoch": 72.76500508646998, + "grad_norm": 0.3591252565383911, + "learning_rate": 1.3621951219512197e-05, + "loss": 0.10946136474609375, + "step": 17900 + }, + { + "epoch": 73.1709053916582, + "grad_norm": 0.3892015516757965, + "learning_rate": 1.3420731707317075e-05, + "loss": 0.10915140151977538, + "step": 18000 + }, + { + "epoch": 73.57782299084435, + "grad_norm": 0.37791383266448975, + "learning_rate": 1.3217479674796749e-05, + "loss": 0.1089102840423584, + "step": 18100 + }, + { + "epoch": 73.98474059003051, + "grad_norm": 0.3767296075820923, + "learning_rate": 1.3014227642276424e-05, + "loss": 0.10996441841125489, + "step": 18200 + }, + { + "epoch": 74.39064089521872, + "grad_norm": 0.3992011845111847, + "learning_rate": 1.2810975609756098e-05, + "loss": 0.10790308952331543, + "step": 18300 + }, + { + "epoch": 74.79755849440488, + "grad_norm": 0.364055335521698, + "learning_rate": 1.2607723577235771e-05, + "loss": 0.10892141342163086, + "step": 18400 + }, + { + "epoch": 75.20345879959308, + "grad_norm": 0.37131980061531067, + "learning_rate": 1.2404471544715447e-05, + "loss": 0.10842490196228027, + "step": 18500 + }, + { + "epoch": 75.61037639877925, + "grad_norm": 0.4040790796279907, + "learning_rate": 1.2201219512195122e-05, + "loss": 0.10819109916687011, + "step": 18600 + }, + { + "epoch": 76.01627670396745, + "grad_norm": 0.34498271346092224, + "learning_rate": 1.1997967479674798e-05, + "loss": 0.10947603225708008, + "step": 18700 + }, + { + "epoch": 76.42319430315361, + "grad_norm": 0.4026716947555542, + "learning_rate": 1.1794715447154473e-05, + "loss": 0.10717120170593261, + "step": 18800 + }, + { + "epoch": 76.83011190233978, + "grad_norm": 0.46752282977104187, + "learning_rate": 1.1591463414634147e-05, + "loss": 0.10889058113098145, + "step": 18900 + }, + { + "epoch": 77.23601220752798, + "grad_norm": 0.39453306794166565, + "learning_rate": 1.138821138211382e-05, + "loss": 0.10760281562805175, + "step": 19000 + }, + { + "epoch": 77.64292980671414, + "grad_norm": 0.3971138298511505, + "learning_rate": 1.1184959349593496e-05, + "loss": 0.10802845001220703, + "step": 19100 + }, + { + "epoch": 78.04883011190233, + "grad_norm": 0.3829537034034729, + "learning_rate": 1.0981707317073171e-05, + "loss": 0.1085299301147461, + "step": 19200 + }, + { + "epoch": 78.4557477110885, + "grad_norm": 0.36934468150138855, + "learning_rate": 1.0778455284552847e-05, + "loss": 0.1071004867553711, + "step": 19300 + }, + { + "epoch": 78.86266531027466, + "grad_norm": 0.3965001702308655, + "learning_rate": 1.0575203252032522e-05, + "loss": 0.10849326133728027, + "step": 19400 + }, + { + "epoch": 79.26856561546286, + "grad_norm": 0.3801565170288086, + "learning_rate": 1.0371951219512196e-05, + "loss": 0.1069448471069336, + "step": 19500 + }, + { + "epoch": 79.67548321464903, + "grad_norm": 0.3454410433769226, + "learning_rate": 1.016869918699187e-05, + "loss": 0.1073939323425293, + "step": 19600 + }, + { + "epoch": 80.08138351983723, + "grad_norm": 0.39253753423690796, + "learning_rate": 9.965447154471545e-06, + "loss": 0.10771261215209961, + "step": 19700 + }, + { + "epoch": 80.4883011190234, + "grad_norm": 0.3993542492389679, + "learning_rate": 9.76219512195122e-06, + "loss": 0.1063893699645996, + "step": 19800 + }, + { + "epoch": 80.89521871820956, + "grad_norm": 0.3392242193222046, + "learning_rate": 9.558943089430896e-06, + "loss": 0.10845626831054687, + "step": 19900 + }, + { + "epoch": 81.30111902339776, + "grad_norm": 0.388970285654068, + "learning_rate": 9.35569105691057e-06, + "loss": 0.10629038810729981, + "step": 20000 + }, + { + "epoch": 81.70803662258393, + "grad_norm": 0.37038543820381165, + "learning_rate": 9.152439024390245e-06, + "loss": 0.10680668830871581, + "step": 20100 + }, + { + "epoch": 82.11393692777213, + "grad_norm": 0.2937931418418884, + "learning_rate": 8.951219512195121e-06, + "loss": 0.10712409973144531, + "step": 20200 + }, + { + "epoch": 82.52085452695829, + "grad_norm": 0.4904901087284088, + "learning_rate": 8.747967479674797e-06, + "loss": 0.10588153839111328, + "step": 20300 + }, + { + "epoch": 82.92777212614446, + "grad_norm": 0.3864389955997467, + "learning_rate": 8.544715447154472e-06, + "loss": 0.10728861808776856, + "step": 20400 + }, + { + "epoch": 83.33367243133266, + "grad_norm": 0.33407557010650635, + "learning_rate": 8.341463414634147e-06, + "loss": 0.10629630088806152, + "step": 20500 + }, + { + "epoch": 83.74059003051882, + "grad_norm": 0.36772793531417847, + "learning_rate": 8.138211382113821e-06, + "loss": 0.10639795303344726, + "step": 20600 + }, + { + "epoch": 84.14649033570701, + "grad_norm": 0.3545810282230377, + "learning_rate": 7.934959349593497e-06, + "loss": 0.10623548507690429, + "step": 20700 + }, + { + "epoch": 84.55340793489319, + "grad_norm": 0.3248669505119324, + "learning_rate": 7.73170731707317e-06, + "loss": 0.10578085899353028, + "step": 20800 + }, + { + "epoch": 84.96032553407935, + "grad_norm": 0.4370550811290741, + "learning_rate": 7.528455284552846e-06, + "loss": 0.1073326301574707, + "step": 20900 + }, + { + "epoch": 85.36622583926754, + "grad_norm": 0.3504093289375305, + "learning_rate": 7.325203252032521e-06, + "loss": 0.10503761291503906, + "step": 21000 + }, + { + "epoch": 85.77314343845372, + "grad_norm": 0.3748612701892853, + "learning_rate": 7.121951219512195e-06, + "loss": 0.10638636589050293, + "step": 21100 + }, + { + "epoch": 86.17904374364191, + "grad_norm": 0.3668193817138672, + "learning_rate": 6.91869918699187e-06, + "loss": 0.10590841293334961, + "step": 21200 + }, + { + "epoch": 86.58596134282807, + "grad_norm": 0.35107851028442383, + "learning_rate": 6.715447154471545e-06, + "loss": 0.10564091682434082, + "step": 21300 + }, + { + "epoch": 86.99287894201424, + "grad_norm": 0.37059542536735535, + "learning_rate": 6.51219512195122e-06, + "loss": 0.10642205238342285, + "step": 21400 + }, + { + "epoch": 87.39877924720244, + "grad_norm": 0.31983596086502075, + "learning_rate": 6.308943089430895e-06, + "loss": 0.10473756790161133, + "step": 21500 + }, + { + "epoch": 87.8056968463886, + "grad_norm": 0.422577828168869, + "learning_rate": 6.105691056910569e-06, + "loss": 0.10532262802124023, + "step": 21600 + }, + { + "epoch": 88.21159715157681, + "grad_norm": 0.38195475935935974, + "learning_rate": 5.902439024390244e-06, + "loss": 0.10527625083923339, + "step": 21700 + }, + { + "epoch": 88.61851475076297, + "grad_norm": 0.3316293954849243, + "learning_rate": 5.699186991869919e-06, + "loss": 0.10518063545227051, + "step": 21800 + }, + { + "epoch": 89.02441505595117, + "grad_norm": 0.3024890422821045, + "learning_rate": 5.495934959349594e-06, + "loss": 0.10581205368041992, + "step": 21900 + }, + { + "epoch": 89.43133265513734, + "grad_norm": 0.3662935793399811, + "learning_rate": 5.292682926829268e-06, + "loss": 0.1043025779724121, + "step": 22000 + }, + { + "epoch": 89.8382502543235, + "grad_norm": 0.39205458760261536, + "learning_rate": 5.089430894308944e-06, + "loss": 0.10594005584716797, + "step": 22100 + }, + { + "epoch": 90.2441505595117, + "grad_norm": 0.36730584502220154, + "learning_rate": 4.8861788617886175e-06, + "loss": 0.10474937438964843, + "step": 22200 + }, + { + "epoch": 90.65106815869787, + "grad_norm": 0.4426977336406708, + "learning_rate": 4.682926829268293e-06, + "loss": 0.1048725414276123, + "step": 22300 + }, + { + "epoch": 91.05696846388607, + "grad_norm": 0.41852545738220215, + "learning_rate": 4.479674796747968e-06, + "loss": 0.10553150177001953, + "step": 22400 + }, + { + "epoch": 91.46388606307222, + "grad_norm": 0.43824058771133423, + "learning_rate": 4.276422764227642e-06, + "loss": 0.10398255348205566, + "step": 22500 + }, + { + "epoch": 91.8708036622584, + "grad_norm": 0.38566499948501587, + "learning_rate": 4.0731707317073175e-06, + "loss": 0.10502885818481446, + "step": 22600 + }, + { + "epoch": 92.2767039674466, + "grad_norm": 0.3468444049358368, + "learning_rate": 3.869918699186992e-06, + "loss": 0.1045357608795166, + "step": 22700 + }, + { + "epoch": 92.68362156663275, + "grad_norm": 0.37289711833000183, + "learning_rate": 3.666666666666667e-06, + "loss": 0.10427562713623047, + "step": 22800 + }, + { + "epoch": 93.08952187182095, + "grad_norm": 0.3842879831790924, + "learning_rate": 3.463414634146342e-06, + "loss": 0.10496392250061035, + "step": 22900 + }, + { + "epoch": 93.49643947100712, + "grad_norm": 0.35166385769844055, + "learning_rate": 3.260162601626016e-06, + "loss": 0.1039085865020752, + "step": 23000 + }, + { + "epoch": 93.90335707019328, + "grad_norm": 0.41923660039901733, + "learning_rate": 3.0569105691056915e-06, + "loss": 0.10456839561462403, + "step": 23100 + }, + { + "epoch": 94.30925737538149, + "grad_norm": 0.35394325852394104, + "learning_rate": 2.853658536585366e-06, + "loss": 0.10369532585144042, + "step": 23200 + }, + { + "epoch": 94.71617497456765, + "grad_norm": 0.4032345712184906, + "learning_rate": 2.6504065040650406e-06, + "loss": 0.10392773628234864, + "step": 23300 + }, + { + "epoch": 95.12207527975585, + "grad_norm": 0.3601568043231964, + "learning_rate": 2.4471544715447156e-06, + "loss": 0.10439200401306152, + "step": 23400 + }, + { + "epoch": 95.52899287894202, + "grad_norm": 0.31987228989601135, + "learning_rate": 2.24390243902439e-06, + "loss": 0.10375185012817383, + "step": 23500 + }, + { + "epoch": 95.93591047812818, + "grad_norm": 0.34610381722450256, + "learning_rate": 2.040650406504065e-06, + "loss": 0.10413949012756347, + "step": 23600 + }, + { + "epoch": 96.34181078331638, + "grad_norm": 0.4018370807170868, + "learning_rate": 1.8373983739837402e-06, + "loss": 0.10352941513061524, + "step": 23700 + }, + { + "epoch": 96.74872838250255, + "grad_norm": 0.44118449091911316, + "learning_rate": 1.6341463414634147e-06, + "loss": 0.1036347770690918, + "step": 23800 + }, + { + "epoch": 97.15462868769075, + "grad_norm": 0.37857937812805176, + "learning_rate": 1.4308943089430895e-06, + "loss": 0.10369613647460937, + "step": 23900 + }, + { + "epoch": 97.5615462868769, + "grad_norm": 0.35151559114456177, + "learning_rate": 1.2276422764227643e-06, + "loss": 0.1033250617980957, + "step": 24000 + }, + { + "epoch": 97.96846388606308, + "grad_norm": 0.382840633392334, + "learning_rate": 1.024390243902439e-06, + "loss": 0.10354130744934081, + "step": 24100 + }, + { + "epoch": 98.37436419125127, + "grad_norm": 0.3669384717941284, + "learning_rate": 8.231707317073171e-07, + "loss": 0.10343255996704101, + "step": 24200 + }, + { + "epoch": 98.78128179043743, + "grad_norm": 0.3528887629508972, + "learning_rate": 6.199186991869919e-07, + "loss": 0.10321478843688965, + "step": 24300 + } + ], + "logging_steps": 100, + "max_steps": 24600, + "num_input_tokens_seen": 0, + "num_train_epochs": 100, + "save_steps": 100, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 1.802228757848064e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/training_args.bin b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24300/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/config.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1652deeae805aff4a6be2a457f2fd4224238f9ea --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu_new", + "add_cross_attention": false, + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 5, + "dtype": "float32", + "embd_pdrop": 0.1, + "eos_token_id": 6, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_embd": 768, + "n_head": 12, + "n_inner": null, + "n_layer": 6, + "n_positions": 1024, + "pad_token_id": null, + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "tie_word_embeddings": true, + "transformers_version": "5.0.0", + "use_cache": false, + "vocab_size": 634 +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/generation_config.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 5, + "eos_token_id": 6, + "output_attentions": false, + "output_hidden_states": false, + "transformers_version": "5.0.0", + "use_cache": true +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/model.safetensors b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2b1545ee3ea2b02707ea27866a9e1ebe2ac05387 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc9e63114b99b6c6271c8311571010cf1c0b5391ba72504f9fd3b4fa45df26c +size 175216072 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/optimizer.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..1189d0ba8597a7b39be7bbae451bb56e86f696eb --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2478c669c8512f5ba302ac2835057c2dfa5d596186dc6f6b0f08bf42bfd144f5 +size 350481227 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/rng_state.pth b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..3802db3214e144d76637e1db45b57a7d29835bff --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c65efa489835a49cf01e383da571ebe89502e691798b825711d957b0bf61af +size 14645 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/scaler.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..bf79b23097450ad7b413ddd9d73aeb1c304e14c2 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6739dc824200e52f21b9db07b1f3d1ee3a7dfd50fd389575adb6aa0c70b093 +size 1383 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/scheduler.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b1df169726c3df24c37d9c9b429c27d002cee288 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb6506b2d90fb59b3dc20ae628c3bd62a7e383bcc66de25cdf9f10fec26ee82 +size 1465 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/trainer_state.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..c6af6c908ba93c4c9068f214f17234c406b8566b --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/trainer_state.json @@ -0,0 +1,1735 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 99.0, + "eval_steps": 100, + "global_step": 24354, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.4069175991861648, + "grad_norm": 0.7240590453147888, + "learning_rate": 4.979878048780488e-05, + "loss": 1.8182670593261718, + "step": 100 + }, + { + "epoch": 0.8138351983723296, + "grad_norm": 0.7133025527000427, + "learning_rate": 4.959552845528456e-05, + "loss": 0.7650885772705078, + "step": 200 + }, + { + "epoch": 1.219735503560529, + "grad_norm": 0.7901988625526428, + "learning_rate": 4.9392276422764226e-05, + "loss": 0.6462235260009765, + "step": 300 + }, + { + "epoch": 1.626653102746694, + "grad_norm": 0.8053261041641235, + "learning_rate": 4.9189024390243907e-05, + "loss": 0.5877412033081054, + "step": 400 + }, + { + "epoch": 2.032553407934893, + "grad_norm": 0.7316781878471375, + "learning_rate": 4.898577235772358e-05, + "loss": 0.5440585708618164, + "step": 500 + }, + { + "epoch": 2.439471007121058, + "grad_norm": 0.7866023778915405, + "learning_rate": 4.8782520325203254e-05, + "loss": 0.5094226455688476, + "step": 600 + }, + { + "epoch": 2.846388606307223, + "grad_norm": 0.9065372943878174, + "learning_rate": 4.857926829268293e-05, + "loss": 0.48453693389892577, + "step": 700 + }, + { + "epoch": 3.2522889114954223, + "grad_norm": 0.7724050283432007, + "learning_rate": 4.83760162601626e-05, + "loss": 0.45643714904785154, + "step": 800 + }, + { + "epoch": 3.659206510681587, + "grad_norm": 0.9151042699813843, + "learning_rate": 4.817276422764228e-05, + "loss": 0.433975830078125, + "step": 900 + }, + { + "epoch": 4.065106815869786, + "grad_norm": 0.7440464496612549, + "learning_rate": 4.796951219512195e-05, + "loss": 0.4153615570068359, + "step": 1000 + }, + { + "epoch": 4.472024415055952, + "grad_norm": 0.8052405118942261, + "learning_rate": 4.776626016260163e-05, + "loss": 0.3905106735229492, + "step": 1100 + }, + { + "epoch": 4.878942014242116, + "grad_norm": 0.8794599771499634, + "learning_rate": 4.75630081300813e-05, + "loss": 0.37519393920898436, + "step": 1200 + }, + { + "epoch": 5.284842319430315, + "grad_norm": 0.7914945483207703, + "learning_rate": 4.735975609756098e-05, + "loss": 0.3520925521850586, + "step": 1300 + }, + { + "epoch": 5.69175991861648, + "grad_norm": 0.7824999690055847, + "learning_rate": 4.715650406504065e-05, + "loss": 0.3414617156982422, + "step": 1400 + }, + { + "epoch": 6.09766022380468, + "grad_norm": 0.900433361530304, + "learning_rate": 4.695325203252033e-05, + "loss": 0.3322624206542969, + "step": 1500 + }, + { + "epoch": 6.504577822990845, + "grad_norm": 0.8250368237495422, + "learning_rate": 4.6750000000000005e-05, + "loss": 0.3091628074645996, + "step": 1600 + }, + { + "epoch": 6.911495422177009, + "grad_norm": 0.8562306761741638, + "learning_rate": 4.654674796747968e-05, + "loss": 0.30464729309082034, + "step": 1700 + }, + { + "epoch": 7.317395727365208, + "grad_norm": 0.7472948431968689, + "learning_rate": 4.634349593495935e-05, + "loss": 0.28648908615112306, + "step": 1800 + }, + { + "epoch": 7.724313326551373, + "grad_norm": 0.8271859288215637, + "learning_rate": 4.6140243902439026e-05, + "loss": 0.2778903961181641, + "step": 1900 + }, + { + "epoch": 8.130213631739572, + "grad_norm": 0.8640561103820801, + "learning_rate": 4.59369918699187e-05, + "loss": 0.27274896621704103, + "step": 2000 + }, + { + "epoch": 8.537131230925738, + "grad_norm": 0.8267282843589783, + "learning_rate": 4.573373983739837e-05, + "loss": 0.2627296257019043, + "step": 2100 + }, + { + "epoch": 8.944048830111903, + "grad_norm": 0.8527095913887024, + "learning_rate": 4.5530487804878054e-05, + "loss": 0.25442541122436524, + "step": 2200 + }, + { + "epoch": 9.349949135300102, + "grad_norm": 0.7909609079360962, + "learning_rate": 4.532723577235772e-05, + "loss": 0.2401682472229004, + "step": 2300 + }, + { + "epoch": 9.756866734486266, + "grad_norm": 0.8527955412864685, + "learning_rate": 4.51239837398374e-05, + "loss": 0.24343259811401366, + "step": 2400 + }, + { + "epoch": 10.162767039674465, + "grad_norm": 0.8749442100524902, + "learning_rate": 4.4920731707317075e-05, + "loss": 0.2378898811340332, + "step": 2500 + }, + { + "epoch": 10.56968463886063, + "grad_norm": 0.6953405737876892, + "learning_rate": 4.4717479674796755e-05, + "loss": 0.2257753372192383, + "step": 2600 + }, + { + "epoch": 10.976602238046796, + "grad_norm": 0.9314142465591431, + "learning_rate": 4.451422764227642e-05, + "loss": 0.2222427749633789, + "step": 2700 + }, + { + "epoch": 11.382502543234995, + "grad_norm": 0.867010235786438, + "learning_rate": 4.43109756097561e-05, + "loss": 0.21257221221923828, + "step": 2800 + }, + { + "epoch": 11.789420142421159, + "grad_norm": 0.8056593537330627, + "learning_rate": 4.4107723577235777e-05, + "loss": 0.2145974540710449, + "step": 2900 + }, + { + "epoch": 12.19532044760936, + "grad_norm": 0.7111354470252991, + "learning_rate": 4.390447154471545e-05, + "loss": 0.21043935775756836, + "step": 3000 + }, + { + "epoch": 12.602238046795524, + "grad_norm": 0.7072705030441284, + "learning_rate": 4.3701219512195124e-05, + "loss": 0.20131704330444336, + "step": 3100 + }, + { + "epoch": 13.008138351983723, + "grad_norm": 0.6998376250267029, + "learning_rate": 4.34979674796748e-05, + "loss": 0.20458351135253905, + "step": 3200 + }, + { + "epoch": 13.415055951169888, + "grad_norm": 0.718458890914917, + "learning_rate": 4.329471544715447e-05, + "loss": 0.19311668395996093, + "step": 3300 + }, + { + "epoch": 13.821973550356052, + "grad_norm": 0.7844780683517456, + "learning_rate": 4.3091463414634145e-05, + "loss": 0.1948075485229492, + "step": 3400 + }, + { + "epoch": 14.227873855544253, + "grad_norm": 0.6950380206108093, + "learning_rate": 4.2888211382113826e-05, + "loss": 0.18989095687866211, + "step": 3500 + }, + { + "epoch": 14.634791454730417, + "grad_norm": 0.6639586687088013, + "learning_rate": 4.26849593495935e-05, + "loss": 0.18575754165649414, + "step": 3600 + }, + { + "epoch": 15.040691759918616, + "grad_norm": 0.6470580101013184, + "learning_rate": 4.248170731707317e-05, + "loss": 0.18650327682495116, + "step": 3700 + }, + { + "epoch": 15.447609359104781, + "grad_norm": 0.4388244152069092, + "learning_rate": 4.227845528455285e-05, + "loss": 0.17966192245483398, + "step": 3800 + }, + { + "epoch": 15.854526958290947, + "grad_norm": 0.749351441860199, + "learning_rate": 4.207520325203253e-05, + "loss": 0.17948457717895508, + "step": 3900 + }, + { + "epoch": 16.260427263479144, + "grad_norm": 0.5461596250534058, + "learning_rate": 4.1871951219512194e-05, + "loss": 0.17656536102294923, + "step": 4000 + }, + { + "epoch": 16.66734486266531, + "grad_norm": 0.5824693441390991, + "learning_rate": 4.1668699186991875e-05, + "loss": 0.17506584167480468, + "step": 4100 + }, + { + "epoch": 17.07324516785351, + "grad_norm": 0.683836817741394, + "learning_rate": 4.146544715447155e-05, + "loss": 0.17581455230712892, + "step": 4200 + }, + { + "epoch": 17.480162767039676, + "grad_norm": 0.531136691570282, + "learning_rate": 4.126219512195122e-05, + "loss": 0.1693857192993164, + "step": 4300 + }, + { + "epoch": 17.887080366225838, + "grad_norm": 0.6108313798904419, + "learning_rate": 4.1058943089430896e-05, + "loss": 0.16898113250732422, + "step": 4400 + }, + { + "epoch": 18.29298067141404, + "grad_norm": 0.5442739129066467, + "learning_rate": 4.085569105691057e-05, + "loss": 0.1641520881652832, + "step": 4500 + }, + { + "epoch": 18.699898270600205, + "grad_norm": 0.7606774568557739, + "learning_rate": 4.065243902439024e-05, + "loss": 0.1660127830505371, + "step": 4600 + }, + { + "epoch": 19.105798575788402, + "grad_norm": 0.5696743130683899, + "learning_rate": 4.044918699186992e-05, + "loss": 0.16544981002807618, + "step": 4700 + }, + { + "epoch": 19.512716174974567, + "grad_norm": 0.641476571559906, + "learning_rate": 4.02459349593496e-05, + "loss": 0.16197633743286133, + "step": 4800 + }, + { + "epoch": 19.919633774160733, + "grad_norm": 0.6376638412475586, + "learning_rate": 4.004268292682927e-05, + "loss": 0.16251298904418945, + "step": 4900 + }, + { + "epoch": 20.32553407934893, + "grad_norm": 0.7308990359306335, + "learning_rate": 3.9839430894308945e-05, + "loss": 0.15801552772521973, + "step": 5000 + }, + { + "epoch": 20.732451678535096, + "grad_norm": 0.47218984365463257, + "learning_rate": 3.963617886178862e-05, + "loss": 0.15773940086364746, + "step": 5100 + }, + { + "epoch": 21.138351983723297, + "grad_norm": 0.620204508304596, + "learning_rate": 3.94329268292683e-05, + "loss": 0.15939827919006347, + "step": 5200 + }, + { + "epoch": 21.545269582909462, + "grad_norm": 0.5997836589813232, + "learning_rate": 3.9229674796747966e-05, + "loss": 0.15620616912841798, + "step": 5300 + }, + { + "epoch": 21.952187182095624, + "grad_norm": 0.5422883629798889, + "learning_rate": 3.9026422764227646e-05, + "loss": 0.1564560604095459, + "step": 5400 + }, + { + "epoch": 22.358087487283825, + "grad_norm": 0.5163514018058777, + "learning_rate": 3.882317073170732e-05, + "loss": 0.15240151405334473, + "step": 5500 + }, + { + "epoch": 22.76500508646999, + "grad_norm": 0.641179084777832, + "learning_rate": 3.8619918699186994e-05, + "loss": 0.153757905960083, + "step": 5600 + }, + { + "epoch": 23.170905391658188, + "grad_norm": 0.646504819393158, + "learning_rate": 3.841666666666667e-05, + "loss": 0.15093070030212402, + "step": 5700 + }, + { + "epoch": 23.577822990844354, + "grad_norm": 0.6479946970939636, + "learning_rate": 3.821341463414634e-05, + "loss": 0.1504894733428955, + "step": 5800 + }, + { + "epoch": 23.98474059003052, + "grad_norm": 0.7124186754226685, + "learning_rate": 3.801016260162602e-05, + "loss": 0.15200568199157716, + "step": 5900 + }, + { + "epoch": 24.39064089521872, + "grad_norm": 0.6385360956192017, + "learning_rate": 3.780691056910569e-05, + "loss": 0.14780141830444335, + "step": 6000 + }, + { + "epoch": 24.797558494404882, + "grad_norm": 0.5945413708686829, + "learning_rate": 3.760365853658537e-05, + "loss": 0.14937443733215333, + "step": 6100 + }, + { + "epoch": 25.203458799593083, + "grad_norm": 0.4849080443382263, + "learning_rate": 3.740040650406504e-05, + "loss": 0.14651341438293458, + "step": 6200 + }, + { + "epoch": 25.61037639877925, + "grad_norm": 0.585631251335144, + "learning_rate": 3.719715447154472e-05, + "loss": 0.14650885581970216, + "step": 6300 + }, + { + "epoch": 26.016276703967446, + "grad_norm": 0.588195264339447, + "learning_rate": 3.699390243902439e-05, + "loss": 0.14829113006591796, + "step": 6400 + }, + { + "epoch": 26.42319430315361, + "grad_norm": 0.5931805372238159, + "learning_rate": 3.679065040650407e-05, + "loss": 0.1437681484222412, + "step": 6500 + }, + { + "epoch": 26.830111902339777, + "grad_norm": 0.6655400991439819, + "learning_rate": 3.658739837398374e-05, + "loss": 0.14553485870361327, + "step": 6600 + }, + { + "epoch": 27.236012207527974, + "grad_norm": 0.5091884136199951, + "learning_rate": 3.638414634146342e-05, + "loss": 0.1430199146270752, + "step": 6700 + }, + { + "epoch": 27.64292980671414, + "grad_norm": 0.5540027022361755, + "learning_rate": 3.618089430894309e-05, + "loss": 0.14312357902526857, + "step": 6800 + }, + { + "epoch": 28.04883011190234, + "grad_norm": 0.5116063356399536, + "learning_rate": 3.5977642276422766e-05, + "loss": 0.14289451599121095, + "step": 6900 + }, + { + "epoch": 28.455747711088506, + "grad_norm": 0.4758087694644928, + "learning_rate": 3.577439024390244e-05, + "loss": 0.1393235969543457, + "step": 7000 + }, + { + "epoch": 28.862665310274668, + "grad_norm": 0.6003808379173279, + "learning_rate": 3.557113821138211e-05, + "loss": 0.1424593734741211, + "step": 7100 + }, + { + "epoch": 29.26856561546287, + "grad_norm": 0.6117088198661804, + "learning_rate": 3.5367886178861794e-05, + "loss": 0.13912353515625, + "step": 7200 + }, + { + "epoch": 29.675483214649034, + "grad_norm": 0.5676628947257996, + "learning_rate": 3.516463414634146e-05, + "loss": 0.13940438270568847, + "step": 7300 + }, + { + "epoch": 30.08138351983723, + "grad_norm": 0.5256761312484741, + "learning_rate": 3.496138211382114e-05, + "loss": 0.1402317142486572, + "step": 7400 + }, + { + "epoch": 30.488301119023397, + "grad_norm": 0.4706413447856903, + "learning_rate": 3.4758130081300815e-05, + "loss": 0.1375712585449219, + "step": 7500 + }, + { + "epoch": 30.895218718209563, + "grad_norm": 0.628667414188385, + "learning_rate": 3.455487804878049e-05, + "loss": 0.13875893592834473, + "step": 7600 + }, + { + "epoch": 31.301119023397764, + "grad_norm": 0.5044395923614502, + "learning_rate": 3.435162601626016e-05, + "loss": 0.13528180122375488, + "step": 7700 + }, + { + "epoch": 31.708036622583926, + "grad_norm": 0.5317256450653076, + "learning_rate": 3.414837398373984e-05, + "loss": 0.1368342113494873, + "step": 7800 + }, + { + "epoch": 32.11393692777212, + "grad_norm": 0.496188223361969, + "learning_rate": 3.3945121951219516e-05, + "loss": 0.13712364196777344, + "step": 7900 + }, + { + "epoch": 32.52085452695829, + "grad_norm": 0.5278375744819641, + "learning_rate": 3.374186991869919e-05, + "loss": 0.13503056526184082, + "step": 8000 + }, + { + "epoch": 32.927772126144454, + "grad_norm": 0.5770841836929321, + "learning_rate": 3.3538617886178864e-05, + "loss": 0.13618228912353517, + "step": 8100 + }, + { + "epoch": 33.33367243133266, + "grad_norm": 0.5055505037307739, + "learning_rate": 3.333536585365854e-05, + "loss": 0.13252436637878418, + "step": 8200 + }, + { + "epoch": 33.74059003051882, + "grad_norm": 0.5380068421363831, + "learning_rate": 3.313211382113821e-05, + "loss": 0.13484679222106932, + "step": 8300 + }, + { + "epoch": 34.14649033570702, + "grad_norm": 0.48350584506988525, + "learning_rate": 3.2928861788617885e-05, + "loss": 0.13440025329589844, + "step": 8400 + }, + { + "epoch": 34.55340793489319, + "grad_norm": 0.5017637610435486, + "learning_rate": 3.2725609756097565e-05, + "loss": 0.13270720481872558, + "step": 8500 + }, + { + "epoch": 34.96032553407935, + "grad_norm": 0.3734212815761566, + "learning_rate": 3.252235772357723e-05, + "loss": 0.13394296646118165, + "step": 8600 + }, + { + "epoch": 35.36622583926755, + "grad_norm": 0.5411403775215149, + "learning_rate": 3.231910569105691e-05, + "loss": 0.13039984703063964, + "step": 8700 + }, + { + "epoch": 35.773143438453715, + "grad_norm": 0.4996293783187866, + "learning_rate": 3.2115853658536587e-05, + "loss": 0.13267677307128906, + "step": 8800 + }, + { + "epoch": 36.17904374364191, + "grad_norm": 0.4926651120185852, + "learning_rate": 3.191260162601627e-05, + "loss": 0.13145945549011231, + "step": 8900 + }, + { + "epoch": 36.58596134282808, + "grad_norm": 0.5391742587089539, + "learning_rate": 3.1709349593495934e-05, + "loss": 0.12989474296569825, + "step": 9000 + }, + { + "epoch": 36.992878942014244, + "grad_norm": 0.5052071213722229, + "learning_rate": 3.1506097560975614e-05, + "loss": 0.13211841583251954, + "step": 9100 + }, + { + "epoch": 37.39877924720244, + "grad_norm": 0.4714391827583313, + "learning_rate": 3.130284552845529e-05, + "loss": 0.1280118179321289, + "step": 9200 + }, + { + "epoch": 37.80569684638861, + "grad_norm": 0.5054506063461304, + "learning_rate": 3.109959349593496e-05, + "loss": 0.1306837558746338, + "step": 9300 + }, + { + "epoch": 38.211597151576804, + "grad_norm": 0.5174620747566223, + "learning_rate": 3.0896341463414636e-05, + "loss": 0.12839694023132325, + "step": 9400 + }, + { + "epoch": 38.61851475076297, + "grad_norm": 0.4853898286819458, + "learning_rate": 3.069308943089431e-05, + "loss": 0.12839356422424317, + "step": 9500 + }, + { + "epoch": 39.02441505595117, + "grad_norm": 0.4030298888683319, + "learning_rate": 3.0489837398373983e-05, + "loss": 0.1295691204071045, + "step": 9600 + }, + { + "epoch": 39.43133265513733, + "grad_norm": 0.4803712069988251, + "learning_rate": 3.028658536585366e-05, + "loss": 0.12622284889221191, + "step": 9700 + }, + { + "epoch": 39.8382502543235, + "grad_norm": 0.4569058418273926, + "learning_rate": 3.0083333333333337e-05, + "loss": 0.12874893188476563, + "step": 9800 + }, + { + "epoch": 40.2441505595117, + "grad_norm": 0.5577067732810974, + "learning_rate": 2.988008130081301e-05, + "loss": 0.12659350395202637, + "step": 9900 + }, + { + "epoch": 40.65106815869786, + "grad_norm": 0.4891170561313629, + "learning_rate": 2.967682926829268e-05, + "loss": 0.1268461513519287, + "step": 10000 + }, + { + "epoch": 41.056968463886065, + "grad_norm": 0.3831835091114044, + "learning_rate": 2.947357723577236e-05, + "loss": 0.1268926429748535, + "step": 10100 + }, + { + "epoch": 41.46388606307223, + "grad_norm": 0.5112989544868469, + "learning_rate": 2.9270325203252035e-05, + "loss": 0.12328511238098144, + "step": 10200 + }, + { + "epoch": 41.870803662258396, + "grad_norm": 0.5172644853591919, + "learning_rate": 2.9067073170731706e-05, + "loss": 0.1268262767791748, + "step": 10300 + }, + { + "epoch": 42.27670396744659, + "grad_norm": 0.490537166595459, + "learning_rate": 2.8863821138211383e-05, + "loss": 0.12450304985046387, + "step": 10400 + }, + { + "epoch": 42.68362156663276, + "grad_norm": 0.5303480625152588, + "learning_rate": 2.866056910569106e-05, + "loss": 0.12462198257446289, + "step": 10500 + }, + { + "epoch": 43.089521871820956, + "grad_norm": 0.4877532720565796, + "learning_rate": 2.845731707317073e-05, + "loss": 0.12518665313720703, + "step": 10600 + }, + { + "epoch": 43.49643947100712, + "grad_norm": 0.4517391324043274, + "learning_rate": 2.8254065040650407e-05, + "loss": 0.12266253471374512, + "step": 10700 + }, + { + "epoch": 43.90335707019329, + "grad_norm": 0.4844261407852173, + "learning_rate": 2.8050813008130085e-05, + "loss": 0.12514205932617187, + "step": 10800 + }, + { + "epoch": 44.309257375381485, + "grad_norm": 0.5170755982398987, + "learning_rate": 2.784756097560976e-05, + "loss": 0.12207565307617188, + "step": 10900 + }, + { + "epoch": 44.71617497456765, + "grad_norm": 0.48824983835220337, + "learning_rate": 2.7644308943089432e-05, + "loss": 0.1236069393157959, + "step": 11000 + }, + { + "epoch": 45.12207527975585, + "grad_norm": 0.5291653275489807, + "learning_rate": 2.7441056910569106e-05, + "loss": 0.12340343475341797, + "step": 11100 + }, + { + "epoch": 45.52899287894201, + "grad_norm": 0.45560765266418457, + "learning_rate": 2.7237804878048783e-05, + "loss": 0.12228922843933106, + "step": 11200 + }, + { + "epoch": 45.93591047812818, + "grad_norm": 0.4397219121456146, + "learning_rate": 2.7034552845528453e-05, + "loss": 0.12391880989074706, + "step": 11300 + }, + { + "epoch": 46.341810783316376, + "grad_norm": 0.5103686451911926, + "learning_rate": 2.683130081300813e-05, + "loss": 0.1208030891418457, + "step": 11400 + }, + { + "epoch": 46.74872838250254, + "grad_norm": 0.4088208079338074, + "learning_rate": 2.6628048780487807e-05, + "loss": 0.12176087379455566, + "step": 11500 + }, + { + "epoch": 47.154628687690746, + "grad_norm": 0.41748762130737305, + "learning_rate": 2.6424796747967478e-05, + "loss": 0.12129343032836915, + "step": 11600 + }, + { + "epoch": 47.561546286876904, + "grad_norm": 0.4437125623226166, + "learning_rate": 2.6221544715447155e-05, + "loss": 0.11974434852600098, + "step": 11700 + }, + { + "epoch": 47.96846388606307, + "grad_norm": 0.475057452917099, + "learning_rate": 2.6018292682926832e-05, + "loss": 0.12264335632324219, + "step": 11800 + }, + { + "epoch": 48.374364191251274, + "grad_norm": 0.5436034202575684, + "learning_rate": 2.581504065040651e-05, + "loss": 0.11841196060180664, + "step": 11900 + }, + { + "epoch": 48.78128179043744, + "grad_norm": 0.4760415852069855, + "learning_rate": 2.561178861788618e-05, + "loss": 0.12137288093566895, + "step": 12000 + }, + { + "epoch": 49.18718209562564, + "grad_norm": 0.422686904668808, + "learning_rate": 2.5408536585365856e-05, + "loss": 0.11964929580688477, + "step": 12100 + }, + { + "epoch": 49.5940996948118, + "grad_norm": 0.5410513877868652, + "learning_rate": 2.520528455284553e-05, + "loss": 0.11964065551757813, + "step": 12200 + }, + { + "epoch": 50.0, + "grad_norm": 0.653501570224762, + "learning_rate": 2.5002032520325204e-05, + "loss": 0.12128134727478028, + "step": 12300 + }, + { + "epoch": 50.406917599186166, + "grad_norm": 0.42189866304397583, + "learning_rate": 2.4798780487804877e-05, + "loss": 0.11693785667419433, + "step": 12400 + }, + { + "epoch": 50.81383519837233, + "grad_norm": 0.4380466639995575, + "learning_rate": 2.459552845528455e-05, + "loss": 0.11983537673950195, + "step": 12500 + }, + { + "epoch": 51.21973550356053, + "grad_norm": 0.4788180887699127, + "learning_rate": 2.439227642276423e-05, + "loss": 0.1181547737121582, + "step": 12600 + }, + { + "epoch": 51.626653102746694, + "grad_norm": 0.53826504945755, + "learning_rate": 2.4189024390243902e-05, + "loss": 0.11840366363525391, + "step": 12700 + }, + { + "epoch": 52.03255340793489, + "grad_norm": 0.4476066827774048, + "learning_rate": 2.398577235772358e-05, + "loss": 0.11950986862182617, + "step": 12800 + }, + { + "epoch": 52.43947100712106, + "grad_norm": 0.4859403669834137, + "learning_rate": 2.3782520325203253e-05, + "loss": 0.11692608833312988, + "step": 12900 + }, + { + "epoch": 52.84638860630722, + "grad_norm": 0.49112850427627563, + "learning_rate": 2.3579268292682927e-05, + "loss": 0.1186048412322998, + "step": 13000 + }, + { + "epoch": 53.25228891149542, + "grad_norm": 0.4962292015552521, + "learning_rate": 2.3376016260162604e-05, + "loss": 0.11744449615478515, + "step": 13100 + }, + { + "epoch": 53.659206510681585, + "grad_norm": 0.4178580343723297, + "learning_rate": 2.3172764227642277e-05, + "loss": 0.11713447570800781, + "step": 13200 + }, + { + "epoch": 54.06510681586979, + "grad_norm": 0.44899746775627136, + "learning_rate": 2.2969512195121954e-05, + "loss": 0.1178321361541748, + "step": 13300 + }, + { + "epoch": 54.47202441505595, + "grad_norm": 0.5076332092285156, + "learning_rate": 2.2766260162601628e-05, + "loss": 0.11564252853393554, + "step": 13400 + }, + { + "epoch": 54.878942014242114, + "grad_norm": 0.4841324985027313, + "learning_rate": 2.2563008130081302e-05, + "loss": 0.1177243423461914, + "step": 13500 + }, + { + "epoch": 55.28484231943032, + "grad_norm": 0.4183539152145386, + "learning_rate": 2.2359756097560976e-05, + "loss": 0.11557777404785156, + "step": 13600 + }, + { + "epoch": 55.691759918616484, + "grad_norm": 0.3975617289543152, + "learning_rate": 2.215650406504065e-05, + "loss": 0.11593569755554199, + "step": 13700 + }, + { + "epoch": 56.09766022380468, + "grad_norm": 0.42523205280303955, + "learning_rate": 2.1953252032520326e-05, + "loss": 0.11668604850769043, + "step": 13800 + }, + { + "epoch": 56.504577822990846, + "grad_norm": 0.41392621397972107, + "learning_rate": 2.175e-05, + "loss": 0.11508787155151368, + "step": 13900 + }, + { + "epoch": 56.91149542217701, + "grad_norm": 0.43528929352760315, + "learning_rate": 2.1546747967479674e-05, + "loss": 0.11673335075378417, + "step": 14000 + }, + { + "epoch": 57.31739572736521, + "grad_norm": 0.4996587932109833, + "learning_rate": 2.134349593495935e-05, + "loss": 0.11386195182800293, + "step": 14100 + }, + { + "epoch": 57.724313326551375, + "grad_norm": 0.4665040969848633, + "learning_rate": 2.1140243902439025e-05, + "loss": 0.11549958229064941, + "step": 14200 + }, + { + "epoch": 58.13021363173957, + "grad_norm": 0.46795642375946045, + "learning_rate": 2.0936991869918702e-05, + "loss": 0.11462766647338868, + "step": 14300 + }, + { + "epoch": 58.53713123092574, + "grad_norm": 0.4123869836330414, + "learning_rate": 2.0733739837398375e-05, + "loss": 0.11371119499206543, + "step": 14400 + }, + { + "epoch": 58.9440488301119, + "grad_norm": 0.4311745762825012, + "learning_rate": 2.053048780487805e-05, + "loss": 0.11576779365539551, + "step": 14500 + }, + { + "epoch": 59.3499491353001, + "grad_norm": 0.4211689829826355, + "learning_rate": 2.0327235772357726e-05, + "loss": 0.11261045455932617, + "step": 14600 + }, + { + "epoch": 59.756866734486266, + "grad_norm": 0.42496293783187866, + "learning_rate": 2.01239837398374e-05, + "loss": 0.11467086791992187, + "step": 14700 + }, + { + "epoch": 60.16276703967446, + "grad_norm": 0.38952916860580444, + "learning_rate": 1.9920731707317074e-05, + "loss": 0.11382111549377441, + "step": 14800 + }, + { + "epoch": 60.56968463886063, + "grad_norm": 0.377311110496521, + "learning_rate": 1.9717479674796747e-05, + "loss": 0.1130320167541504, + "step": 14900 + }, + { + "epoch": 60.976602238046794, + "grad_norm": 0.3914807438850403, + "learning_rate": 1.951422764227642e-05, + "loss": 0.11505123138427735, + "step": 15000 + }, + { + "epoch": 61.38250254323499, + "grad_norm": 0.47322532534599304, + "learning_rate": 1.9310975609756098e-05, + "loss": 0.11152599334716796, + "step": 15100 + }, + { + "epoch": 61.78942014242116, + "grad_norm": 0.47654247283935547, + "learning_rate": 1.9107723577235772e-05, + "loss": 0.1136972427368164, + "step": 15200 + }, + { + "epoch": 62.19532044760936, + "grad_norm": 0.3586323857307434, + "learning_rate": 1.890447154471545e-05, + "loss": 0.1127845859527588, + "step": 15300 + }, + { + "epoch": 62.60223804679553, + "grad_norm": 0.39389142394065857, + "learning_rate": 1.8701219512195123e-05, + "loss": 0.11259670257568359, + "step": 15400 + }, + { + "epoch": 63.008138351983725, + "grad_norm": 0.3806001543998718, + "learning_rate": 1.8497967479674796e-05, + "loss": 0.11416690826416015, + "step": 15500 + }, + { + "epoch": 63.41505595116989, + "grad_norm": 0.36883506178855896, + "learning_rate": 1.8294715447154474e-05, + "loss": 0.11119485855102539, + "step": 15600 + }, + { + "epoch": 63.821973550356056, + "grad_norm": 0.3719407320022583, + "learning_rate": 1.8091463414634147e-05, + "loss": 0.1133639907836914, + "step": 15700 + }, + { + "epoch": 64.22787385554425, + "grad_norm": 0.4511202573776245, + "learning_rate": 1.7890243902439024e-05, + "loss": 0.11160045623779297, + "step": 15800 + }, + { + "epoch": 64.63479145473042, + "grad_norm": 0.3896177411079407, + "learning_rate": 1.76869918699187e-05, + "loss": 0.11250180244445801, + "step": 15900 + }, + { + "epoch": 65.04069175991862, + "grad_norm": 0.3560525178909302, + "learning_rate": 1.7483739837398374e-05, + "loss": 0.11272089958190917, + "step": 16000 + }, + { + "epoch": 65.44760935910477, + "grad_norm": 0.4285215735435486, + "learning_rate": 1.7280487804878048e-05, + "loss": 0.11050470352172852, + "step": 16100 + }, + { + "epoch": 65.85452695829095, + "grad_norm": 0.5046703219413757, + "learning_rate": 1.7077235772357725e-05, + "loss": 0.11258943557739258, + "step": 16200 + }, + { + "epoch": 66.26042726347914, + "grad_norm": 0.4057510495185852, + "learning_rate": 1.68739837398374e-05, + "loss": 0.11091347694396973, + "step": 16300 + }, + { + "epoch": 66.66734486266532, + "grad_norm": 0.40613025426864624, + "learning_rate": 1.6670731707317076e-05, + "loss": 0.11124279022216797, + "step": 16400 + }, + { + "epoch": 67.07324516785351, + "grad_norm": 0.35415953397750854, + "learning_rate": 1.646747967479675e-05, + "loss": 0.11193540573120117, + "step": 16500 + }, + { + "epoch": 67.48016276703967, + "grad_norm": 0.4624006748199463, + "learning_rate": 1.6264227642276423e-05, + "loss": 0.10985392570495606, + "step": 16600 + }, + { + "epoch": 67.88708036622585, + "grad_norm": 0.3951529562473297, + "learning_rate": 1.6060975609756097e-05, + "loss": 0.11152617454528808, + "step": 16700 + }, + { + "epoch": 68.29298067141404, + "grad_norm": 0.48635610938072205, + "learning_rate": 1.585772357723577e-05, + "loss": 0.11035741806030273, + "step": 16800 + }, + { + "epoch": 68.6998982706002, + "grad_norm": 0.3677632212638855, + "learning_rate": 1.5654471544715448e-05, + "loss": 0.11058786392211914, + "step": 16900 + }, + { + "epoch": 69.1057985757884, + "grad_norm": 0.4069930911064148, + "learning_rate": 1.545121951219512e-05, + "loss": 0.11133000373840332, + "step": 17000 + }, + { + "epoch": 69.51271617497457, + "grad_norm": 0.38626205921173096, + "learning_rate": 1.5247967479674795e-05, + "loss": 0.10966980934143067, + "step": 17100 + }, + { + "epoch": 69.91963377416073, + "grad_norm": 0.3888614773750305, + "learning_rate": 1.5044715447154473e-05, + "loss": 0.11119389533996582, + "step": 17200 + }, + { + "epoch": 70.32553407934893, + "grad_norm": 0.40253156423568726, + "learning_rate": 1.4841463414634146e-05, + "loss": 0.10918719291687012, + "step": 17300 + }, + { + "epoch": 70.7324516785351, + "grad_norm": 0.39953696727752686, + "learning_rate": 1.4638211382113823e-05, + "loss": 0.11012935638427734, + "step": 17400 + }, + { + "epoch": 71.1383519837233, + "grad_norm": 0.3642953932285309, + "learning_rate": 1.4434959349593497e-05, + "loss": 0.1098393154144287, + "step": 17500 + }, + { + "epoch": 71.54526958290946, + "grad_norm": 0.4282255470752716, + "learning_rate": 1.423170731707317e-05, + "loss": 0.1095953369140625, + "step": 17600 + }, + { + "epoch": 71.95218718209563, + "grad_norm": 0.3667422831058502, + "learning_rate": 1.4028455284552846e-05, + "loss": 0.11067225456237793, + "step": 17700 + }, + { + "epoch": 72.35808748728383, + "grad_norm": 0.4224833548069, + "learning_rate": 1.382520325203252e-05, + "loss": 0.10839300155639649, + "step": 17800 + }, + { + "epoch": 72.76500508646998, + "grad_norm": 0.3591252565383911, + "learning_rate": 1.3621951219512197e-05, + "loss": 0.10946136474609375, + "step": 17900 + }, + { + "epoch": 73.1709053916582, + "grad_norm": 0.3892015516757965, + "learning_rate": 1.3420731707317075e-05, + "loss": 0.10915140151977538, + "step": 18000 + }, + { + "epoch": 73.57782299084435, + "grad_norm": 0.37791383266448975, + "learning_rate": 1.3217479674796749e-05, + "loss": 0.1089102840423584, + "step": 18100 + }, + { + "epoch": 73.98474059003051, + "grad_norm": 0.3767296075820923, + "learning_rate": 1.3014227642276424e-05, + "loss": 0.10996441841125489, + "step": 18200 + }, + { + "epoch": 74.39064089521872, + "grad_norm": 0.3992011845111847, + "learning_rate": 1.2810975609756098e-05, + "loss": 0.10790308952331543, + "step": 18300 + }, + { + "epoch": 74.79755849440488, + "grad_norm": 0.364055335521698, + "learning_rate": 1.2607723577235771e-05, + "loss": 0.10892141342163086, + "step": 18400 + }, + { + "epoch": 75.20345879959308, + "grad_norm": 0.37131980061531067, + "learning_rate": 1.2404471544715447e-05, + "loss": 0.10842490196228027, + "step": 18500 + }, + { + "epoch": 75.61037639877925, + "grad_norm": 0.4040790796279907, + "learning_rate": 1.2201219512195122e-05, + "loss": 0.10819109916687011, + "step": 18600 + }, + { + "epoch": 76.01627670396745, + "grad_norm": 0.34498271346092224, + "learning_rate": 1.1997967479674798e-05, + "loss": 0.10947603225708008, + "step": 18700 + }, + { + "epoch": 76.42319430315361, + "grad_norm": 0.4026716947555542, + "learning_rate": 1.1794715447154473e-05, + "loss": 0.10717120170593261, + "step": 18800 + }, + { + "epoch": 76.83011190233978, + "grad_norm": 0.46752282977104187, + "learning_rate": 1.1591463414634147e-05, + "loss": 0.10889058113098145, + "step": 18900 + }, + { + "epoch": 77.23601220752798, + "grad_norm": 0.39453306794166565, + "learning_rate": 1.138821138211382e-05, + "loss": 0.10760281562805175, + "step": 19000 + }, + { + "epoch": 77.64292980671414, + "grad_norm": 0.3971138298511505, + "learning_rate": 1.1184959349593496e-05, + "loss": 0.10802845001220703, + "step": 19100 + }, + { + "epoch": 78.04883011190233, + "grad_norm": 0.3829537034034729, + "learning_rate": 1.0981707317073171e-05, + "loss": 0.1085299301147461, + "step": 19200 + }, + { + "epoch": 78.4557477110885, + "grad_norm": 0.36934468150138855, + "learning_rate": 1.0778455284552847e-05, + "loss": 0.1071004867553711, + "step": 19300 + }, + { + "epoch": 78.86266531027466, + "grad_norm": 0.3965001702308655, + "learning_rate": 1.0575203252032522e-05, + "loss": 0.10849326133728027, + "step": 19400 + }, + { + "epoch": 79.26856561546286, + "grad_norm": 0.3801565170288086, + "learning_rate": 1.0371951219512196e-05, + "loss": 0.1069448471069336, + "step": 19500 + }, + { + "epoch": 79.67548321464903, + "grad_norm": 0.3454410433769226, + "learning_rate": 1.016869918699187e-05, + "loss": 0.1073939323425293, + "step": 19600 + }, + { + "epoch": 80.08138351983723, + "grad_norm": 0.39253753423690796, + "learning_rate": 9.965447154471545e-06, + "loss": 0.10771261215209961, + "step": 19700 + }, + { + "epoch": 80.4883011190234, + "grad_norm": 0.3993542492389679, + "learning_rate": 9.76219512195122e-06, + "loss": 0.1063893699645996, + "step": 19800 + }, + { + "epoch": 80.89521871820956, + "grad_norm": 0.3392242193222046, + "learning_rate": 9.558943089430896e-06, + "loss": 0.10845626831054687, + "step": 19900 + }, + { + "epoch": 81.30111902339776, + "grad_norm": 0.388970285654068, + "learning_rate": 9.35569105691057e-06, + "loss": 0.10629038810729981, + "step": 20000 + }, + { + "epoch": 81.70803662258393, + "grad_norm": 0.37038543820381165, + "learning_rate": 9.152439024390245e-06, + "loss": 0.10680668830871581, + "step": 20100 + }, + { + "epoch": 82.11393692777213, + "grad_norm": 0.2937931418418884, + "learning_rate": 8.951219512195121e-06, + "loss": 0.10712409973144531, + "step": 20200 + }, + { + "epoch": 82.52085452695829, + "grad_norm": 0.4904901087284088, + "learning_rate": 8.747967479674797e-06, + "loss": 0.10588153839111328, + "step": 20300 + }, + { + "epoch": 82.92777212614446, + "grad_norm": 0.3864389955997467, + "learning_rate": 8.544715447154472e-06, + "loss": 0.10728861808776856, + "step": 20400 + }, + { + "epoch": 83.33367243133266, + "grad_norm": 0.33407557010650635, + "learning_rate": 8.341463414634147e-06, + "loss": 0.10629630088806152, + "step": 20500 + }, + { + "epoch": 83.74059003051882, + "grad_norm": 0.36772793531417847, + "learning_rate": 8.138211382113821e-06, + "loss": 0.10639795303344726, + "step": 20600 + }, + { + "epoch": 84.14649033570701, + "grad_norm": 0.3545810282230377, + "learning_rate": 7.934959349593497e-06, + "loss": 0.10623548507690429, + "step": 20700 + }, + { + "epoch": 84.55340793489319, + "grad_norm": 0.3248669505119324, + "learning_rate": 7.73170731707317e-06, + "loss": 0.10578085899353028, + "step": 20800 + }, + { + "epoch": 84.96032553407935, + "grad_norm": 0.4370550811290741, + "learning_rate": 7.528455284552846e-06, + "loss": 0.1073326301574707, + "step": 20900 + }, + { + "epoch": 85.36622583926754, + "grad_norm": 0.3504093289375305, + "learning_rate": 7.325203252032521e-06, + "loss": 0.10503761291503906, + "step": 21000 + }, + { + "epoch": 85.77314343845372, + "grad_norm": 0.3748612701892853, + "learning_rate": 7.121951219512195e-06, + "loss": 0.10638636589050293, + "step": 21100 + }, + { + "epoch": 86.17904374364191, + "grad_norm": 0.3668193817138672, + "learning_rate": 6.91869918699187e-06, + "loss": 0.10590841293334961, + "step": 21200 + }, + { + "epoch": 86.58596134282807, + "grad_norm": 0.35107851028442383, + "learning_rate": 6.715447154471545e-06, + "loss": 0.10564091682434082, + "step": 21300 + }, + { + "epoch": 86.99287894201424, + "grad_norm": 0.37059542536735535, + "learning_rate": 6.51219512195122e-06, + "loss": 0.10642205238342285, + "step": 21400 + }, + { + "epoch": 87.39877924720244, + "grad_norm": 0.31983596086502075, + "learning_rate": 6.308943089430895e-06, + "loss": 0.10473756790161133, + "step": 21500 + }, + { + "epoch": 87.8056968463886, + "grad_norm": 0.422577828168869, + "learning_rate": 6.105691056910569e-06, + "loss": 0.10532262802124023, + "step": 21600 + }, + { + "epoch": 88.21159715157681, + "grad_norm": 0.38195475935935974, + "learning_rate": 5.902439024390244e-06, + "loss": 0.10527625083923339, + "step": 21700 + }, + { + "epoch": 88.61851475076297, + "grad_norm": 0.3316293954849243, + "learning_rate": 5.699186991869919e-06, + "loss": 0.10518063545227051, + "step": 21800 + }, + { + "epoch": 89.02441505595117, + "grad_norm": 0.3024890422821045, + "learning_rate": 5.495934959349594e-06, + "loss": 0.10581205368041992, + "step": 21900 + }, + { + "epoch": 89.43133265513734, + "grad_norm": 0.3662935793399811, + "learning_rate": 5.292682926829268e-06, + "loss": 0.1043025779724121, + "step": 22000 + }, + { + "epoch": 89.8382502543235, + "grad_norm": 0.39205458760261536, + "learning_rate": 5.089430894308944e-06, + "loss": 0.10594005584716797, + "step": 22100 + }, + { + "epoch": 90.2441505595117, + "grad_norm": 0.36730584502220154, + "learning_rate": 4.8861788617886175e-06, + "loss": 0.10474937438964843, + "step": 22200 + }, + { + "epoch": 90.65106815869787, + "grad_norm": 0.4426977336406708, + "learning_rate": 4.682926829268293e-06, + "loss": 0.1048725414276123, + "step": 22300 + }, + { + "epoch": 91.05696846388607, + "grad_norm": 0.41852545738220215, + "learning_rate": 4.479674796747968e-06, + "loss": 0.10553150177001953, + "step": 22400 + }, + { + "epoch": 91.46388606307222, + "grad_norm": 0.43824058771133423, + "learning_rate": 4.276422764227642e-06, + "loss": 0.10398255348205566, + "step": 22500 + }, + { + "epoch": 91.8708036622584, + "grad_norm": 0.38566499948501587, + "learning_rate": 4.0731707317073175e-06, + "loss": 0.10502885818481446, + "step": 22600 + }, + { + "epoch": 92.2767039674466, + "grad_norm": 0.3468444049358368, + "learning_rate": 3.869918699186992e-06, + "loss": 0.1045357608795166, + "step": 22700 + }, + { + "epoch": 92.68362156663275, + "grad_norm": 0.37289711833000183, + "learning_rate": 3.666666666666667e-06, + "loss": 0.10427562713623047, + "step": 22800 + }, + { + "epoch": 93.08952187182095, + "grad_norm": 0.3842879831790924, + "learning_rate": 3.463414634146342e-06, + "loss": 0.10496392250061035, + "step": 22900 + }, + { + "epoch": 93.49643947100712, + "grad_norm": 0.35166385769844055, + "learning_rate": 3.260162601626016e-06, + "loss": 0.1039085865020752, + "step": 23000 + }, + { + "epoch": 93.90335707019328, + "grad_norm": 0.41923660039901733, + "learning_rate": 3.0569105691056915e-06, + "loss": 0.10456839561462403, + "step": 23100 + }, + { + "epoch": 94.30925737538149, + "grad_norm": 0.35394325852394104, + "learning_rate": 2.853658536585366e-06, + "loss": 0.10369532585144042, + "step": 23200 + }, + { + "epoch": 94.71617497456765, + "grad_norm": 0.4032345712184906, + "learning_rate": 2.6504065040650406e-06, + "loss": 0.10392773628234864, + "step": 23300 + }, + { + "epoch": 95.12207527975585, + "grad_norm": 0.3601568043231964, + "learning_rate": 2.4471544715447156e-06, + "loss": 0.10439200401306152, + "step": 23400 + }, + { + "epoch": 95.52899287894202, + "grad_norm": 0.31987228989601135, + "learning_rate": 2.24390243902439e-06, + "loss": 0.10375185012817383, + "step": 23500 + }, + { + "epoch": 95.93591047812818, + "grad_norm": 0.34610381722450256, + "learning_rate": 2.040650406504065e-06, + "loss": 0.10413949012756347, + "step": 23600 + }, + { + "epoch": 96.34181078331638, + "grad_norm": 0.4018370807170868, + "learning_rate": 1.8373983739837402e-06, + "loss": 0.10352941513061524, + "step": 23700 + }, + { + "epoch": 96.74872838250255, + "grad_norm": 0.44118449091911316, + "learning_rate": 1.6341463414634147e-06, + "loss": 0.1036347770690918, + "step": 23800 + }, + { + "epoch": 97.15462868769075, + "grad_norm": 0.37857937812805176, + "learning_rate": 1.4308943089430895e-06, + "loss": 0.10369613647460937, + "step": 23900 + }, + { + "epoch": 97.5615462868769, + "grad_norm": 0.35151559114456177, + "learning_rate": 1.2276422764227643e-06, + "loss": 0.1033250617980957, + "step": 24000 + }, + { + "epoch": 97.96846388606308, + "grad_norm": 0.382840633392334, + "learning_rate": 1.024390243902439e-06, + "loss": 0.10354130744934081, + "step": 24100 + }, + { + "epoch": 98.37436419125127, + "grad_norm": 0.3669384717941284, + "learning_rate": 8.231707317073171e-07, + "loss": 0.10343255996704101, + "step": 24200 + }, + { + "epoch": 98.78128179043743, + "grad_norm": 0.3528887629508972, + "learning_rate": 6.199186991869919e-07, + "loss": 0.10321478843688965, + "step": 24300 + } + ], + "logging_steps": 100, + "max_steps": 24600, + "num_input_tokens_seen": 0, + "num_train_epochs": 100, + "save_steps": 100, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 1.8062064650133504e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/training_args.bin b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24354/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/config.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1652deeae805aff4a6be2a457f2fd4224238f9ea --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu_new", + "add_cross_attention": false, + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 5, + "dtype": "float32", + "embd_pdrop": 0.1, + "eos_token_id": 6, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_embd": 768, + "n_head": 12, + "n_inner": null, + "n_layer": 6, + "n_positions": 1024, + "pad_token_id": null, + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "tie_word_embeddings": true, + "transformers_version": "5.0.0", + "use_cache": false, + "vocab_size": 634 +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/generation_config.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 5, + "eos_token_id": 6, + "output_attentions": false, + "output_hidden_states": false, + "transformers_version": "5.0.0", + "use_cache": true +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/model.safetensors b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7f3e787fb118cd38e929c32a3342f67410b79f84 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb038a38182780eead0573ee89eccacb3e508a9fe800968ff4deae39b1dea7c +size 175216072 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/optimizer.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..85db4f9657d0aad5ecd864e4b2a9dabbdcb61750 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750aae456e8b38ab662d1ec3ba6993ee1aa7532e56b98a55ce7501bef67db487 +size 350481227 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/rng_state.pth b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..db876d9b0ac6fe56e20d2b09fc10bda7ff157ad3 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b777d1173b9d0583498a2246fd072a894b15b12db67d7aeab22bf7c1fab72c0 +size 14645 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/scaler.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..dbc3aaa8937548dd14c5875e4b4433e5ad1b0517 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9597ae8ed1413886df72ba2348d5e87565ae420718b4805cebe9d9c27a9d5f +size 1383 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/scheduler.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..cddec233bdb289746df4dad0e68754511d940afc --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6f557b06a81b2612929f1ec4e7a113a996abeb8f17c5aa54a37bb8ab9ef52a +size 1465 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/trainer_state.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..788233455ef8afac6c929bf44b6531de9d82e20d --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/trainer_state.json @@ -0,0 +1,1742 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 99.18718209562563, + "eval_steps": 100, + "global_step": 24400, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.4069175991861648, + "grad_norm": 0.7240590453147888, + "learning_rate": 4.979878048780488e-05, + "loss": 1.8182670593261718, + "step": 100 + }, + { + "epoch": 0.8138351983723296, + "grad_norm": 0.7133025527000427, + "learning_rate": 4.959552845528456e-05, + "loss": 0.7650885772705078, + "step": 200 + }, + { + "epoch": 1.219735503560529, + "grad_norm": 0.7901988625526428, + "learning_rate": 4.9392276422764226e-05, + "loss": 0.6462235260009765, + "step": 300 + }, + { + "epoch": 1.626653102746694, + "grad_norm": 0.8053261041641235, + "learning_rate": 4.9189024390243907e-05, + "loss": 0.5877412033081054, + "step": 400 + }, + { + "epoch": 2.032553407934893, + "grad_norm": 0.7316781878471375, + "learning_rate": 4.898577235772358e-05, + "loss": 0.5440585708618164, + "step": 500 + }, + { + "epoch": 2.439471007121058, + "grad_norm": 0.7866023778915405, + "learning_rate": 4.8782520325203254e-05, + "loss": 0.5094226455688476, + "step": 600 + }, + { + "epoch": 2.846388606307223, + "grad_norm": 0.9065372943878174, + "learning_rate": 4.857926829268293e-05, + "loss": 0.48453693389892577, + "step": 700 + }, + { + "epoch": 3.2522889114954223, + "grad_norm": 0.7724050283432007, + "learning_rate": 4.83760162601626e-05, + "loss": 0.45643714904785154, + "step": 800 + }, + { + "epoch": 3.659206510681587, + "grad_norm": 0.9151042699813843, + "learning_rate": 4.817276422764228e-05, + "loss": 0.433975830078125, + "step": 900 + }, + { + "epoch": 4.065106815869786, + "grad_norm": 0.7440464496612549, + "learning_rate": 4.796951219512195e-05, + "loss": 0.4153615570068359, + "step": 1000 + }, + { + "epoch": 4.472024415055952, + "grad_norm": 0.8052405118942261, + "learning_rate": 4.776626016260163e-05, + "loss": 0.3905106735229492, + "step": 1100 + }, + { + "epoch": 4.878942014242116, + "grad_norm": 0.8794599771499634, + "learning_rate": 4.75630081300813e-05, + "loss": 0.37519393920898436, + "step": 1200 + }, + { + "epoch": 5.284842319430315, + "grad_norm": 0.7914945483207703, + "learning_rate": 4.735975609756098e-05, + "loss": 0.3520925521850586, + "step": 1300 + }, + { + "epoch": 5.69175991861648, + "grad_norm": 0.7824999690055847, + "learning_rate": 4.715650406504065e-05, + "loss": 0.3414617156982422, + "step": 1400 + }, + { + "epoch": 6.09766022380468, + "grad_norm": 0.900433361530304, + "learning_rate": 4.695325203252033e-05, + "loss": 0.3322624206542969, + "step": 1500 + }, + { + "epoch": 6.504577822990845, + "grad_norm": 0.8250368237495422, + "learning_rate": 4.6750000000000005e-05, + "loss": 0.3091628074645996, + "step": 1600 + }, + { + "epoch": 6.911495422177009, + "grad_norm": 0.8562306761741638, + "learning_rate": 4.654674796747968e-05, + "loss": 0.30464729309082034, + "step": 1700 + }, + { + "epoch": 7.317395727365208, + "grad_norm": 0.7472948431968689, + "learning_rate": 4.634349593495935e-05, + "loss": 0.28648908615112306, + "step": 1800 + }, + { + "epoch": 7.724313326551373, + "grad_norm": 0.8271859288215637, + "learning_rate": 4.6140243902439026e-05, + "loss": 0.2778903961181641, + "step": 1900 + }, + { + "epoch": 8.130213631739572, + "grad_norm": 0.8640561103820801, + "learning_rate": 4.59369918699187e-05, + "loss": 0.27274896621704103, + "step": 2000 + }, + { + "epoch": 8.537131230925738, + "grad_norm": 0.8267282843589783, + "learning_rate": 4.573373983739837e-05, + "loss": 0.2627296257019043, + "step": 2100 + }, + { + "epoch": 8.944048830111903, + "grad_norm": 0.8527095913887024, + "learning_rate": 4.5530487804878054e-05, + "loss": 0.25442541122436524, + "step": 2200 + }, + { + "epoch": 9.349949135300102, + "grad_norm": 0.7909609079360962, + "learning_rate": 4.532723577235772e-05, + "loss": 0.2401682472229004, + "step": 2300 + }, + { + "epoch": 9.756866734486266, + "grad_norm": 0.8527955412864685, + "learning_rate": 4.51239837398374e-05, + "loss": 0.24343259811401366, + "step": 2400 + }, + { + "epoch": 10.162767039674465, + "grad_norm": 0.8749442100524902, + "learning_rate": 4.4920731707317075e-05, + "loss": 0.2378898811340332, + "step": 2500 + }, + { + "epoch": 10.56968463886063, + "grad_norm": 0.6953405737876892, + "learning_rate": 4.4717479674796755e-05, + "loss": 0.2257753372192383, + "step": 2600 + }, + { + "epoch": 10.976602238046796, + "grad_norm": 0.9314142465591431, + "learning_rate": 4.451422764227642e-05, + "loss": 0.2222427749633789, + "step": 2700 + }, + { + "epoch": 11.382502543234995, + "grad_norm": 0.867010235786438, + "learning_rate": 4.43109756097561e-05, + "loss": 0.21257221221923828, + "step": 2800 + }, + { + "epoch": 11.789420142421159, + "grad_norm": 0.8056593537330627, + "learning_rate": 4.4107723577235777e-05, + "loss": 0.2145974540710449, + "step": 2900 + }, + { + "epoch": 12.19532044760936, + "grad_norm": 0.7111354470252991, + "learning_rate": 4.390447154471545e-05, + "loss": 0.21043935775756836, + "step": 3000 + }, + { + "epoch": 12.602238046795524, + "grad_norm": 0.7072705030441284, + "learning_rate": 4.3701219512195124e-05, + "loss": 0.20131704330444336, + "step": 3100 + }, + { + "epoch": 13.008138351983723, + "grad_norm": 0.6998376250267029, + "learning_rate": 4.34979674796748e-05, + "loss": 0.20458351135253905, + "step": 3200 + }, + { + "epoch": 13.415055951169888, + "grad_norm": 0.718458890914917, + "learning_rate": 4.329471544715447e-05, + "loss": 0.19311668395996093, + "step": 3300 + }, + { + "epoch": 13.821973550356052, + "grad_norm": 0.7844780683517456, + "learning_rate": 4.3091463414634145e-05, + "loss": 0.1948075485229492, + "step": 3400 + }, + { + "epoch": 14.227873855544253, + "grad_norm": 0.6950380206108093, + "learning_rate": 4.2888211382113826e-05, + "loss": 0.18989095687866211, + "step": 3500 + }, + { + "epoch": 14.634791454730417, + "grad_norm": 0.6639586687088013, + "learning_rate": 4.26849593495935e-05, + "loss": 0.18575754165649414, + "step": 3600 + }, + { + "epoch": 15.040691759918616, + "grad_norm": 0.6470580101013184, + "learning_rate": 4.248170731707317e-05, + "loss": 0.18650327682495116, + "step": 3700 + }, + { + "epoch": 15.447609359104781, + "grad_norm": 0.4388244152069092, + "learning_rate": 4.227845528455285e-05, + "loss": 0.17966192245483398, + "step": 3800 + }, + { + "epoch": 15.854526958290947, + "grad_norm": 0.749351441860199, + "learning_rate": 4.207520325203253e-05, + "loss": 0.17948457717895508, + "step": 3900 + }, + { + "epoch": 16.260427263479144, + "grad_norm": 0.5461596250534058, + "learning_rate": 4.1871951219512194e-05, + "loss": 0.17656536102294923, + "step": 4000 + }, + { + "epoch": 16.66734486266531, + "grad_norm": 0.5824693441390991, + "learning_rate": 4.1668699186991875e-05, + "loss": 0.17506584167480468, + "step": 4100 + }, + { + "epoch": 17.07324516785351, + "grad_norm": 0.683836817741394, + "learning_rate": 4.146544715447155e-05, + "loss": 0.17581455230712892, + "step": 4200 + }, + { + "epoch": 17.480162767039676, + "grad_norm": 0.531136691570282, + "learning_rate": 4.126219512195122e-05, + "loss": 0.1693857192993164, + "step": 4300 + }, + { + "epoch": 17.887080366225838, + "grad_norm": 0.6108313798904419, + "learning_rate": 4.1058943089430896e-05, + "loss": 0.16898113250732422, + "step": 4400 + }, + { + "epoch": 18.29298067141404, + "grad_norm": 0.5442739129066467, + "learning_rate": 4.085569105691057e-05, + "loss": 0.1641520881652832, + "step": 4500 + }, + { + "epoch": 18.699898270600205, + "grad_norm": 0.7606774568557739, + "learning_rate": 4.065243902439024e-05, + "loss": 0.1660127830505371, + "step": 4600 + }, + { + "epoch": 19.105798575788402, + "grad_norm": 0.5696743130683899, + "learning_rate": 4.044918699186992e-05, + "loss": 0.16544981002807618, + "step": 4700 + }, + { + "epoch": 19.512716174974567, + "grad_norm": 0.641476571559906, + "learning_rate": 4.02459349593496e-05, + "loss": 0.16197633743286133, + "step": 4800 + }, + { + "epoch": 19.919633774160733, + "grad_norm": 0.6376638412475586, + "learning_rate": 4.004268292682927e-05, + "loss": 0.16251298904418945, + "step": 4900 + }, + { + "epoch": 20.32553407934893, + "grad_norm": 0.7308990359306335, + "learning_rate": 3.9839430894308945e-05, + "loss": 0.15801552772521973, + "step": 5000 + }, + { + "epoch": 20.732451678535096, + "grad_norm": 0.47218984365463257, + "learning_rate": 3.963617886178862e-05, + "loss": 0.15773940086364746, + "step": 5100 + }, + { + "epoch": 21.138351983723297, + "grad_norm": 0.620204508304596, + "learning_rate": 3.94329268292683e-05, + "loss": 0.15939827919006347, + "step": 5200 + }, + { + "epoch": 21.545269582909462, + "grad_norm": 0.5997836589813232, + "learning_rate": 3.9229674796747966e-05, + "loss": 0.15620616912841798, + "step": 5300 + }, + { + "epoch": 21.952187182095624, + "grad_norm": 0.5422883629798889, + "learning_rate": 3.9026422764227646e-05, + "loss": 0.1564560604095459, + "step": 5400 + }, + { + "epoch": 22.358087487283825, + "grad_norm": 0.5163514018058777, + "learning_rate": 3.882317073170732e-05, + "loss": 0.15240151405334473, + "step": 5500 + }, + { + "epoch": 22.76500508646999, + "grad_norm": 0.641179084777832, + "learning_rate": 3.8619918699186994e-05, + "loss": 0.153757905960083, + "step": 5600 + }, + { + "epoch": 23.170905391658188, + "grad_norm": 0.646504819393158, + "learning_rate": 3.841666666666667e-05, + "loss": 0.15093070030212402, + "step": 5700 + }, + { + "epoch": 23.577822990844354, + "grad_norm": 0.6479946970939636, + "learning_rate": 3.821341463414634e-05, + "loss": 0.1504894733428955, + "step": 5800 + }, + { + "epoch": 23.98474059003052, + "grad_norm": 0.7124186754226685, + "learning_rate": 3.801016260162602e-05, + "loss": 0.15200568199157716, + "step": 5900 + }, + { + "epoch": 24.39064089521872, + "grad_norm": 0.6385360956192017, + "learning_rate": 3.780691056910569e-05, + "loss": 0.14780141830444335, + "step": 6000 + }, + { + "epoch": 24.797558494404882, + "grad_norm": 0.5945413708686829, + "learning_rate": 3.760365853658537e-05, + "loss": 0.14937443733215333, + "step": 6100 + }, + { + "epoch": 25.203458799593083, + "grad_norm": 0.4849080443382263, + "learning_rate": 3.740040650406504e-05, + "loss": 0.14651341438293458, + "step": 6200 + }, + { + "epoch": 25.61037639877925, + "grad_norm": 0.585631251335144, + "learning_rate": 3.719715447154472e-05, + "loss": 0.14650885581970216, + "step": 6300 + }, + { + "epoch": 26.016276703967446, + "grad_norm": 0.588195264339447, + "learning_rate": 3.699390243902439e-05, + "loss": 0.14829113006591796, + "step": 6400 + }, + { + "epoch": 26.42319430315361, + "grad_norm": 0.5931805372238159, + "learning_rate": 3.679065040650407e-05, + "loss": 0.1437681484222412, + "step": 6500 + }, + { + "epoch": 26.830111902339777, + "grad_norm": 0.6655400991439819, + "learning_rate": 3.658739837398374e-05, + "loss": 0.14553485870361327, + "step": 6600 + }, + { + "epoch": 27.236012207527974, + "grad_norm": 0.5091884136199951, + "learning_rate": 3.638414634146342e-05, + "loss": 0.1430199146270752, + "step": 6700 + }, + { + "epoch": 27.64292980671414, + "grad_norm": 0.5540027022361755, + "learning_rate": 3.618089430894309e-05, + "loss": 0.14312357902526857, + "step": 6800 + }, + { + "epoch": 28.04883011190234, + "grad_norm": 0.5116063356399536, + "learning_rate": 3.5977642276422766e-05, + "loss": 0.14289451599121095, + "step": 6900 + }, + { + "epoch": 28.455747711088506, + "grad_norm": 0.4758087694644928, + "learning_rate": 3.577439024390244e-05, + "loss": 0.1393235969543457, + "step": 7000 + }, + { + "epoch": 28.862665310274668, + "grad_norm": 0.6003808379173279, + "learning_rate": 3.557113821138211e-05, + "loss": 0.1424593734741211, + "step": 7100 + }, + { + "epoch": 29.26856561546287, + "grad_norm": 0.6117088198661804, + "learning_rate": 3.5367886178861794e-05, + "loss": 0.13912353515625, + "step": 7200 + }, + { + "epoch": 29.675483214649034, + "grad_norm": 0.5676628947257996, + "learning_rate": 3.516463414634146e-05, + "loss": 0.13940438270568847, + "step": 7300 + }, + { + "epoch": 30.08138351983723, + "grad_norm": 0.5256761312484741, + "learning_rate": 3.496138211382114e-05, + "loss": 0.1402317142486572, + "step": 7400 + }, + { + "epoch": 30.488301119023397, + "grad_norm": 0.4706413447856903, + "learning_rate": 3.4758130081300815e-05, + "loss": 0.1375712585449219, + "step": 7500 + }, + { + "epoch": 30.895218718209563, + "grad_norm": 0.628667414188385, + "learning_rate": 3.455487804878049e-05, + "loss": 0.13875893592834473, + "step": 7600 + }, + { + "epoch": 31.301119023397764, + "grad_norm": 0.5044395923614502, + "learning_rate": 3.435162601626016e-05, + "loss": 0.13528180122375488, + "step": 7700 + }, + { + "epoch": 31.708036622583926, + "grad_norm": 0.5317256450653076, + "learning_rate": 3.414837398373984e-05, + "loss": 0.1368342113494873, + "step": 7800 + }, + { + "epoch": 32.11393692777212, + "grad_norm": 0.496188223361969, + "learning_rate": 3.3945121951219516e-05, + "loss": 0.13712364196777344, + "step": 7900 + }, + { + "epoch": 32.52085452695829, + "grad_norm": 0.5278375744819641, + "learning_rate": 3.374186991869919e-05, + "loss": 0.13503056526184082, + "step": 8000 + }, + { + "epoch": 32.927772126144454, + "grad_norm": 0.5770841836929321, + "learning_rate": 3.3538617886178864e-05, + "loss": 0.13618228912353517, + "step": 8100 + }, + { + "epoch": 33.33367243133266, + "grad_norm": 0.5055505037307739, + "learning_rate": 3.333536585365854e-05, + "loss": 0.13252436637878418, + "step": 8200 + }, + { + "epoch": 33.74059003051882, + "grad_norm": 0.5380068421363831, + "learning_rate": 3.313211382113821e-05, + "loss": 0.13484679222106932, + "step": 8300 + }, + { + "epoch": 34.14649033570702, + "grad_norm": 0.48350584506988525, + "learning_rate": 3.2928861788617885e-05, + "loss": 0.13440025329589844, + "step": 8400 + }, + { + "epoch": 34.55340793489319, + "grad_norm": 0.5017637610435486, + "learning_rate": 3.2725609756097565e-05, + "loss": 0.13270720481872558, + "step": 8500 + }, + { + "epoch": 34.96032553407935, + "grad_norm": 0.3734212815761566, + "learning_rate": 3.252235772357723e-05, + "loss": 0.13394296646118165, + "step": 8600 + }, + { + "epoch": 35.36622583926755, + "grad_norm": 0.5411403775215149, + "learning_rate": 3.231910569105691e-05, + "loss": 0.13039984703063964, + "step": 8700 + }, + { + "epoch": 35.773143438453715, + "grad_norm": 0.4996293783187866, + "learning_rate": 3.2115853658536587e-05, + "loss": 0.13267677307128906, + "step": 8800 + }, + { + "epoch": 36.17904374364191, + "grad_norm": 0.4926651120185852, + "learning_rate": 3.191260162601627e-05, + "loss": 0.13145945549011231, + "step": 8900 + }, + { + "epoch": 36.58596134282808, + "grad_norm": 0.5391742587089539, + "learning_rate": 3.1709349593495934e-05, + "loss": 0.12989474296569825, + "step": 9000 + }, + { + "epoch": 36.992878942014244, + "grad_norm": 0.5052071213722229, + "learning_rate": 3.1506097560975614e-05, + "loss": 0.13211841583251954, + "step": 9100 + }, + { + "epoch": 37.39877924720244, + "grad_norm": 0.4714391827583313, + "learning_rate": 3.130284552845529e-05, + "loss": 0.1280118179321289, + "step": 9200 + }, + { + "epoch": 37.80569684638861, + "grad_norm": 0.5054506063461304, + "learning_rate": 3.109959349593496e-05, + "loss": 0.1306837558746338, + "step": 9300 + }, + { + "epoch": 38.211597151576804, + "grad_norm": 0.5174620747566223, + "learning_rate": 3.0896341463414636e-05, + "loss": 0.12839694023132325, + "step": 9400 + }, + { + "epoch": 38.61851475076297, + "grad_norm": 0.4853898286819458, + "learning_rate": 3.069308943089431e-05, + "loss": 0.12839356422424317, + "step": 9500 + }, + { + "epoch": 39.02441505595117, + "grad_norm": 0.4030298888683319, + "learning_rate": 3.0489837398373983e-05, + "loss": 0.1295691204071045, + "step": 9600 + }, + { + "epoch": 39.43133265513733, + "grad_norm": 0.4803712069988251, + "learning_rate": 3.028658536585366e-05, + "loss": 0.12622284889221191, + "step": 9700 + }, + { + "epoch": 39.8382502543235, + "grad_norm": 0.4569058418273926, + "learning_rate": 3.0083333333333337e-05, + "loss": 0.12874893188476563, + "step": 9800 + }, + { + "epoch": 40.2441505595117, + "grad_norm": 0.5577067732810974, + "learning_rate": 2.988008130081301e-05, + "loss": 0.12659350395202637, + "step": 9900 + }, + { + "epoch": 40.65106815869786, + "grad_norm": 0.4891170561313629, + "learning_rate": 2.967682926829268e-05, + "loss": 0.1268461513519287, + "step": 10000 + }, + { + "epoch": 41.056968463886065, + "grad_norm": 0.3831835091114044, + "learning_rate": 2.947357723577236e-05, + "loss": 0.1268926429748535, + "step": 10100 + }, + { + "epoch": 41.46388606307223, + "grad_norm": 0.5112989544868469, + "learning_rate": 2.9270325203252035e-05, + "loss": 0.12328511238098144, + "step": 10200 + }, + { + "epoch": 41.870803662258396, + "grad_norm": 0.5172644853591919, + "learning_rate": 2.9067073170731706e-05, + "loss": 0.1268262767791748, + "step": 10300 + }, + { + "epoch": 42.27670396744659, + "grad_norm": 0.490537166595459, + "learning_rate": 2.8863821138211383e-05, + "loss": 0.12450304985046387, + "step": 10400 + }, + { + "epoch": 42.68362156663276, + "grad_norm": 0.5303480625152588, + "learning_rate": 2.866056910569106e-05, + "loss": 0.12462198257446289, + "step": 10500 + }, + { + "epoch": 43.089521871820956, + "grad_norm": 0.4877532720565796, + "learning_rate": 2.845731707317073e-05, + "loss": 0.12518665313720703, + "step": 10600 + }, + { + "epoch": 43.49643947100712, + "grad_norm": 0.4517391324043274, + "learning_rate": 2.8254065040650407e-05, + "loss": 0.12266253471374512, + "step": 10700 + }, + { + "epoch": 43.90335707019329, + "grad_norm": 0.4844261407852173, + "learning_rate": 2.8050813008130085e-05, + "loss": 0.12514205932617187, + "step": 10800 + }, + { + "epoch": 44.309257375381485, + "grad_norm": 0.5170755982398987, + "learning_rate": 2.784756097560976e-05, + "loss": 0.12207565307617188, + "step": 10900 + }, + { + "epoch": 44.71617497456765, + "grad_norm": 0.48824983835220337, + "learning_rate": 2.7644308943089432e-05, + "loss": 0.1236069393157959, + "step": 11000 + }, + { + "epoch": 45.12207527975585, + "grad_norm": 0.5291653275489807, + "learning_rate": 2.7441056910569106e-05, + "loss": 0.12340343475341797, + "step": 11100 + }, + { + "epoch": 45.52899287894201, + "grad_norm": 0.45560765266418457, + "learning_rate": 2.7237804878048783e-05, + "loss": 0.12228922843933106, + "step": 11200 + }, + { + "epoch": 45.93591047812818, + "grad_norm": 0.4397219121456146, + "learning_rate": 2.7034552845528453e-05, + "loss": 0.12391880989074706, + "step": 11300 + }, + { + "epoch": 46.341810783316376, + "grad_norm": 0.5103686451911926, + "learning_rate": 2.683130081300813e-05, + "loss": 0.1208030891418457, + "step": 11400 + }, + { + "epoch": 46.74872838250254, + "grad_norm": 0.4088208079338074, + "learning_rate": 2.6628048780487807e-05, + "loss": 0.12176087379455566, + "step": 11500 + }, + { + "epoch": 47.154628687690746, + "grad_norm": 0.41748762130737305, + "learning_rate": 2.6424796747967478e-05, + "loss": 0.12129343032836915, + "step": 11600 + }, + { + "epoch": 47.561546286876904, + "grad_norm": 0.4437125623226166, + "learning_rate": 2.6221544715447155e-05, + "loss": 0.11974434852600098, + "step": 11700 + }, + { + "epoch": 47.96846388606307, + "grad_norm": 0.475057452917099, + "learning_rate": 2.6018292682926832e-05, + "loss": 0.12264335632324219, + "step": 11800 + }, + { + "epoch": 48.374364191251274, + "grad_norm": 0.5436034202575684, + "learning_rate": 2.581504065040651e-05, + "loss": 0.11841196060180664, + "step": 11900 + }, + { + "epoch": 48.78128179043744, + "grad_norm": 0.4760415852069855, + "learning_rate": 2.561178861788618e-05, + "loss": 0.12137288093566895, + "step": 12000 + }, + { + "epoch": 49.18718209562564, + "grad_norm": 0.422686904668808, + "learning_rate": 2.5408536585365856e-05, + "loss": 0.11964929580688477, + "step": 12100 + }, + { + "epoch": 49.5940996948118, + "grad_norm": 0.5410513877868652, + "learning_rate": 2.520528455284553e-05, + "loss": 0.11964065551757813, + "step": 12200 + }, + { + "epoch": 50.0, + "grad_norm": 0.653501570224762, + "learning_rate": 2.5002032520325204e-05, + "loss": 0.12128134727478028, + "step": 12300 + }, + { + "epoch": 50.406917599186166, + "grad_norm": 0.42189866304397583, + "learning_rate": 2.4798780487804877e-05, + "loss": 0.11693785667419433, + "step": 12400 + }, + { + "epoch": 50.81383519837233, + "grad_norm": 0.4380466639995575, + "learning_rate": 2.459552845528455e-05, + "loss": 0.11983537673950195, + "step": 12500 + }, + { + "epoch": 51.21973550356053, + "grad_norm": 0.4788180887699127, + "learning_rate": 2.439227642276423e-05, + "loss": 0.1181547737121582, + "step": 12600 + }, + { + "epoch": 51.626653102746694, + "grad_norm": 0.53826504945755, + "learning_rate": 2.4189024390243902e-05, + "loss": 0.11840366363525391, + "step": 12700 + }, + { + "epoch": 52.03255340793489, + "grad_norm": 0.4476066827774048, + "learning_rate": 2.398577235772358e-05, + "loss": 0.11950986862182617, + "step": 12800 + }, + { + "epoch": 52.43947100712106, + "grad_norm": 0.4859403669834137, + "learning_rate": 2.3782520325203253e-05, + "loss": 0.11692608833312988, + "step": 12900 + }, + { + "epoch": 52.84638860630722, + "grad_norm": 0.49112850427627563, + "learning_rate": 2.3579268292682927e-05, + "loss": 0.1186048412322998, + "step": 13000 + }, + { + "epoch": 53.25228891149542, + "grad_norm": 0.4962292015552521, + "learning_rate": 2.3376016260162604e-05, + "loss": 0.11744449615478515, + "step": 13100 + }, + { + "epoch": 53.659206510681585, + "grad_norm": 0.4178580343723297, + "learning_rate": 2.3172764227642277e-05, + "loss": 0.11713447570800781, + "step": 13200 + }, + { + "epoch": 54.06510681586979, + "grad_norm": 0.44899746775627136, + "learning_rate": 2.2969512195121954e-05, + "loss": 0.1178321361541748, + "step": 13300 + }, + { + "epoch": 54.47202441505595, + "grad_norm": 0.5076332092285156, + "learning_rate": 2.2766260162601628e-05, + "loss": 0.11564252853393554, + "step": 13400 + }, + { + "epoch": 54.878942014242114, + "grad_norm": 0.4841324985027313, + "learning_rate": 2.2563008130081302e-05, + "loss": 0.1177243423461914, + "step": 13500 + }, + { + "epoch": 55.28484231943032, + "grad_norm": 0.4183539152145386, + "learning_rate": 2.2359756097560976e-05, + "loss": 0.11557777404785156, + "step": 13600 + }, + { + "epoch": 55.691759918616484, + "grad_norm": 0.3975617289543152, + "learning_rate": 2.215650406504065e-05, + "loss": 0.11593569755554199, + "step": 13700 + }, + { + "epoch": 56.09766022380468, + "grad_norm": 0.42523205280303955, + "learning_rate": 2.1953252032520326e-05, + "loss": 0.11668604850769043, + "step": 13800 + }, + { + "epoch": 56.504577822990846, + "grad_norm": 0.41392621397972107, + "learning_rate": 2.175e-05, + "loss": 0.11508787155151368, + "step": 13900 + }, + { + "epoch": 56.91149542217701, + "grad_norm": 0.43528929352760315, + "learning_rate": 2.1546747967479674e-05, + "loss": 0.11673335075378417, + "step": 14000 + }, + { + "epoch": 57.31739572736521, + "grad_norm": 0.4996587932109833, + "learning_rate": 2.134349593495935e-05, + "loss": 0.11386195182800293, + "step": 14100 + }, + { + "epoch": 57.724313326551375, + "grad_norm": 0.4665040969848633, + "learning_rate": 2.1140243902439025e-05, + "loss": 0.11549958229064941, + "step": 14200 + }, + { + "epoch": 58.13021363173957, + "grad_norm": 0.46795642375946045, + "learning_rate": 2.0936991869918702e-05, + "loss": 0.11462766647338868, + "step": 14300 + }, + { + "epoch": 58.53713123092574, + "grad_norm": 0.4123869836330414, + "learning_rate": 2.0733739837398375e-05, + "loss": 0.11371119499206543, + "step": 14400 + }, + { + "epoch": 58.9440488301119, + "grad_norm": 0.4311745762825012, + "learning_rate": 2.053048780487805e-05, + "loss": 0.11576779365539551, + "step": 14500 + }, + { + "epoch": 59.3499491353001, + "grad_norm": 0.4211689829826355, + "learning_rate": 2.0327235772357726e-05, + "loss": 0.11261045455932617, + "step": 14600 + }, + { + "epoch": 59.756866734486266, + "grad_norm": 0.42496293783187866, + "learning_rate": 2.01239837398374e-05, + "loss": 0.11467086791992187, + "step": 14700 + }, + { + "epoch": 60.16276703967446, + "grad_norm": 0.38952916860580444, + "learning_rate": 1.9920731707317074e-05, + "loss": 0.11382111549377441, + "step": 14800 + }, + { + "epoch": 60.56968463886063, + "grad_norm": 0.377311110496521, + "learning_rate": 1.9717479674796747e-05, + "loss": 0.1130320167541504, + "step": 14900 + }, + { + "epoch": 60.976602238046794, + "grad_norm": 0.3914807438850403, + "learning_rate": 1.951422764227642e-05, + "loss": 0.11505123138427735, + "step": 15000 + }, + { + "epoch": 61.38250254323499, + "grad_norm": 0.47322532534599304, + "learning_rate": 1.9310975609756098e-05, + "loss": 0.11152599334716796, + "step": 15100 + }, + { + "epoch": 61.78942014242116, + "grad_norm": 0.47654247283935547, + "learning_rate": 1.9107723577235772e-05, + "loss": 0.1136972427368164, + "step": 15200 + }, + { + "epoch": 62.19532044760936, + "grad_norm": 0.3586323857307434, + "learning_rate": 1.890447154471545e-05, + "loss": 0.1127845859527588, + "step": 15300 + }, + { + "epoch": 62.60223804679553, + "grad_norm": 0.39389142394065857, + "learning_rate": 1.8701219512195123e-05, + "loss": 0.11259670257568359, + "step": 15400 + }, + { + "epoch": 63.008138351983725, + "grad_norm": 0.3806001543998718, + "learning_rate": 1.8497967479674796e-05, + "loss": 0.11416690826416015, + "step": 15500 + }, + { + "epoch": 63.41505595116989, + "grad_norm": 0.36883506178855896, + "learning_rate": 1.8294715447154474e-05, + "loss": 0.11119485855102539, + "step": 15600 + }, + { + "epoch": 63.821973550356056, + "grad_norm": 0.3719407320022583, + "learning_rate": 1.8091463414634147e-05, + "loss": 0.1133639907836914, + "step": 15700 + }, + { + "epoch": 64.22787385554425, + "grad_norm": 0.4511202573776245, + "learning_rate": 1.7890243902439024e-05, + "loss": 0.11160045623779297, + "step": 15800 + }, + { + "epoch": 64.63479145473042, + "grad_norm": 0.3896177411079407, + "learning_rate": 1.76869918699187e-05, + "loss": 0.11250180244445801, + "step": 15900 + }, + { + "epoch": 65.04069175991862, + "grad_norm": 0.3560525178909302, + "learning_rate": 1.7483739837398374e-05, + "loss": 0.11272089958190917, + "step": 16000 + }, + { + "epoch": 65.44760935910477, + "grad_norm": 0.4285215735435486, + "learning_rate": 1.7280487804878048e-05, + "loss": 0.11050470352172852, + "step": 16100 + }, + { + "epoch": 65.85452695829095, + "grad_norm": 0.5046703219413757, + "learning_rate": 1.7077235772357725e-05, + "loss": 0.11258943557739258, + "step": 16200 + }, + { + "epoch": 66.26042726347914, + "grad_norm": 0.4057510495185852, + "learning_rate": 1.68739837398374e-05, + "loss": 0.11091347694396973, + "step": 16300 + }, + { + "epoch": 66.66734486266532, + "grad_norm": 0.40613025426864624, + "learning_rate": 1.6670731707317076e-05, + "loss": 0.11124279022216797, + "step": 16400 + }, + { + "epoch": 67.07324516785351, + "grad_norm": 0.35415953397750854, + "learning_rate": 1.646747967479675e-05, + "loss": 0.11193540573120117, + "step": 16500 + }, + { + "epoch": 67.48016276703967, + "grad_norm": 0.4624006748199463, + "learning_rate": 1.6264227642276423e-05, + "loss": 0.10985392570495606, + "step": 16600 + }, + { + "epoch": 67.88708036622585, + "grad_norm": 0.3951529562473297, + "learning_rate": 1.6060975609756097e-05, + "loss": 0.11152617454528808, + "step": 16700 + }, + { + "epoch": 68.29298067141404, + "grad_norm": 0.48635610938072205, + "learning_rate": 1.585772357723577e-05, + "loss": 0.11035741806030273, + "step": 16800 + }, + { + "epoch": 68.6998982706002, + "grad_norm": 0.3677632212638855, + "learning_rate": 1.5654471544715448e-05, + "loss": 0.11058786392211914, + "step": 16900 + }, + { + "epoch": 69.1057985757884, + "grad_norm": 0.4069930911064148, + "learning_rate": 1.545121951219512e-05, + "loss": 0.11133000373840332, + "step": 17000 + }, + { + "epoch": 69.51271617497457, + "grad_norm": 0.38626205921173096, + "learning_rate": 1.5247967479674795e-05, + "loss": 0.10966980934143067, + "step": 17100 + }, + { + "epoch": 69.91963377416073, + "grad_norm": 0.3888614773750305, + "learning_rate": 1.5044715447154473e-05, + "loss": 0.11119389533996582, + "step": 17200 + }, + { + "epoch": 70.32553407934893, + "grad_norm": 0.40253156423568726, + "learning_rate": 1.4841463414634146e-05, + "loss": 0.10918719291687012, + "step": 17300 + }, + { + "epoch": 70.7324516785351, + "grad_norm": 0.39953696727752686, + "learning_rate": 1.4638211382113823e-05, + "loss": 0.11012935638427734, + "step": 17400 + }, + { + "epoch": 71.1383519837233, + "grad_norm": 0.3642953932285309, + "learning_rate": 1.4434959349593497e-05, + "loss": 0.1098393154144287, + "step": 17500 + }, + { + "epoch": 71.54526958290946, + "grad_norm": 0.4282255470752716, + "learning_rate": 1.423170731707317e-05, + "loss": 0.1095953369140625, + "step": 17600 + }, + { + "epoch": 71.95218718209563, + "grad_norm": 0.3667422831058502, + "learning_rate": 1.4028455284552846e-05, + "loss": 0.11067225456237793, + "step": 17700 + }, + { + "epoch": 72.35808748728383, + "grad_norm": 0.4224833548069, + "learning_rate": 1.382520325203252e-05, + "loss": 0.10839300155639649, + "step": 17800 + }, + { + "epoch": 72.76500508646998, + "grad_norm": 0.3591252565383911, + "learning_rate": 1.3621951219512197e-05, + "loss": 0.10946136474609375, + "step": 17900 + }, + { + "epoch": 73.1709053916582, + "grad_norm": 0.3892015516757965, + "learning_rate": 1.3420731707317075e-05, + "loss": 0.10915140151977538, + "step": 18000 + }, + { + "epoch": 73.57782299084435, + "grad_norm": 0.37791383266448975, + "learning_rate": 1.3217479674796749e-05, + "loss": 0.1089102840423584, + "step": 18100 + }, + { + "epoch": 73.98474059003051, + "grad_norm": 0.3767296075820923, + "learning_rate": 1.3014227642276424e-05, + "loss": 0.10996441841125489, + "step": 18200 + }, + { + "epoch": 74.39064089521872, + "grad_norm": 0.3992011845111847, + "learning_rate": 1.2810975609756098e-05, + "loss": 0.10790308952331543, + "step": 18300 + }, + { + "epoch": 74.79755849440488, + "grad_norm": 0.364055335521698, + "learning_rate": 1.2607723577235771e-05, + "loss": 0.10892141342163086, + "step": 18400 + }, + { + "epoch": 75.20345879959308, + "grad_norm": 0.37131980061531067, + "learning_rate": 1.2404471544715447e-05, + "loss": 0.10842490196228027, + "step": 18500 + }, + { + "epoch": 75.61037639877925, + "grad_norm": 0.4040790796279907, + "learning_rate": 1.2201219512195122e-05, + "loss": 0.10819109916687011, + "step": 18600 + }, + { + "epoch": 76.01627670396745, + "grad_norm": 0.34498271346092224, + "learning_rate": 1.1997967479674798e-05, + "loss": 0.10947603225708008, + "step": 18700 + }, + { + "epoch": 76.42319430315361, + "grad_norm": 0.4026716947555542, + "learning_rate": 1.1794715447154473e-05, + "loss": 0.10717120170593261, + "step": 18800 + }, + { + "epoch": 76.83011190233978, + "grad_norm": 0.46752282977104187, + "learning_rate": 1.1591463414634147e-05, + "loss": 0.10889058113098145, + "step": 18900 + }, + { + "epoch": 77.23601220752798, + "grad_norm": 0.39453306794166565, + "learning_rate": 1.138821138211382e-05, + "loss": 0.10760281562805175, + "step": 19000 + }, + { + "epoch": 77.64292980671414, + "grad_norm": 0.3971138298511505, + "learning_rate": 1.1184959349593496e-05, + "loss": 0.10802845001220703, + "step": 19100 + }, + { + "epoch": 78.04883011190233, + "grad_norm": 0.3829537034034729, + "learning_rate": 1.0981707317073171e-05, + "loss": 0.1085299301147461, + "step": 19200 + }, + { + "epoch": 78.4557477110885, + "grad_norm": 0.36934468150138855, + "learning_rate": 1.0778455284552847e-05, + "loss": 0.1071004867553711, + "step": 19300 + }, + { + "epoch": 78.86266531027466, + "grad_norm": 0.3965001702308655, + "learning_rate": 1.0575203252032522e-05, + "loss": 0.10849326133728027, + "step": 19400 + }, + { + "epoch": 79.26856561546286, + "grad_norm": 0.3801565170288086, + "learning_rate": 1.0371951219512196e-05, + "loss": 0.1069448471069336, + "step": 19500 + }, + { + "epoch": 79.67548321464903, + "grad_norm": 0.3454410433769226, + "learning_rate": 1.016869918699187e-05, + "loss": 0.1073939323425293, + "step": 19600 + }, + { + "epoch": 80.08138351983723, + "grad_norm": 0.39253753423690796, + "learning_rate": 9.965447154471545e-06, + "loss": 0.10771261215209961, + "step": 19700 + }, + { + "epoch": 80.4883011190234, + "grad_norm": 0.3993542492389679, + "learning_rate": 9.76219512195122e-06, + "loss": 0.1063893699645996, + "step": 19800 + }, + { + "epoch": 80.89521871820956, + "grad_norm": 0.3392242193222046, + "learning_rate": 9.558943089430896e-06, + "loss": 0.10845626831054687, + "step": 19900 + }, + { + "epoch": 81.30111902339776, + "grad_norm": 0.388970285654068, + "learning_rate": 9.35569105691057e-06, + "loss": 0.10629038810729981, + "step": 20000 + }, + { + "epoch": 81.70803662258393, + "grad_norm": 0.37038543820381165, + "learning_rate": 9.152439024390245e-06, + "loss": 0.10680668830871581, + "step": 20100 + }, + { + "epoch": 82.11393692777213, + "grad_norm": 0.2937931418418884, + "learning_rate": 8.951219512195121e-06, + "loss": 0.10712409973144531, + "step": 20200 + }, + { + "epoch": 82.52085452695829, + "grad_norm": 0.4904901087284088, + "learning_rate": 8.747967479674797e-06, + "loss": 0.10588153839111328, + "step": 20300 + }, + { + "epoch": 82.92777212614446, + "grad_norm": 0.3864389955997467, + "learning_rate": 8.544715447154472e-06, + "loss": 0.10728861808776856, + "step": 20400 + }, + { + "epoch": 83.33367243133266, + "grad_norm": 0.33407557010650635, + "learning_rate": 8.341463414634147e-06, + "loss": 0.10629630088806152, + "step": 20500 + }, + { + "epoch": 83.74059003051882, + "grad_norm": 0.36772793531417847, + "learning_rate": 8.138211382113821e-06, + "loss": 0.10639795303344726, + "step": 20600 + }, + { + "epoch": 84.14649033570701, + "grad_norm": 0.3545810282230377, + "learning_rate": 7.934959349593497e-06, + "loss": 0.10623548507690429, + "step": 20700 + }, + { + "epoch": 84.55340793489319, + "grad_norm": 0.3248669505119324, + "learning_rate": 7.73170731707317e-06, + "loss": 0.10578085899353028, + "step": 20800 + }, + { + "epoch": 84.96032553407935, + "grad_norm": 0.4370550811290741, + "learning_rate": 7.528455284552846e-06, + "loss": 0.1073326301574707, + "step": 20900 + }, + { + "epoch": 85.36622583926754, + "grad_norm": 0.3504093289375305, + "learning_rate": 7.325203252032521e-06, + "loss": 0.10503761291503906, + "step": 21000 + }, + { + "epoch": 85.77314343845372, + "grad_norm": 0.3748612701892853, + "learning_rate": 7.121951219512195e-06, + "loss": 0.10638636589050293, + "step": 21100 + }, + { + "epoch": 86.17904374364191, + "grad_norm": 0.3668193817138672, + "learning_rate": 6.91869918699187e-06, + "loss": 0.10590841293334961, + "step": 21200 + }, + { + "epoch": 86.58596134282807, + "grad_norm": 0.35107851028442383, + "learning_rate": 6.715447154471545e-06, + "loss": 0.10564091682434082, + "step": 21300 + }, + { + "epoch": 86.99287894201424, + "grad_norm": 0.37059542536735535, + "learning_rate": 6.51219512195122e-06, + "loss": 0.10642205238342285, + "step": 21400 + }, + { + "epoch": 87.39877924720244, + "grad_norm": 0.31983596086502075, + "learning_rate": 6.308943089430895e-06, + "loss": 0.10473756790161133, + "step": 21500 + }, + { + "epoch": 87.8056968463886, + "grad_norm": 0.422577828168869, + "learning_rate": 6.105691056910569e-06, + "loss": 0.10532262802124023, + "step": 21600 + }, + { + "epoch": 88.21159715157681, + "grad_norm": 0.38195475935935974, + "learning_rate": 5.902439024390244e-06, + "loss": 0.10527625083923339, + "step": 21700 + }, + { + "epoch": 88.61851475076297, + "grad_norm": 0.3316293954849243, + "learning_rate": 5.699186991869919e-06, + "loss": 0.10518063545227051, + "step": 21800 + }, + { + "epoch": 89.02441505595117, + "grad_norm": 0.3024890422821045, + "learning_rate": 5.495934959349594e-06, + "loss": 0.10581205368041992, + "step": 21900 + }, + { + "epoch": 89.43133265513734, + "grad_norm": 0.3662935793399811, + "learning_rate": 5.292682926829268e-06, + "loss": 0.1043025779724121, + "step": 22000 + }, + { + "epoch": 89.8382502543235, + "grad_norm": 0.39205458760261536, + "learning_rate": 5.089430894308944e-06, + "loss": 0.10594005584716797, + "step": 22100 + }, + { + "epoch": 90.2441505595117, + "grad_norm": 0.36730584502220154, + "learning_rate": 4.8861788617886175e-06, + "loss": 0.10474937438964843, + "step": 22200 + }, + { + "epoch": 90.65106815869787, + "grad_norm": 0.4426977336406708, + "learning_rate": 4.682926829268293e-06, + "loss": 0.1048725414276123, + "step": 22300 + }, + { + "epoch": 91.05696846388607, + "grad_norm": 0.41852545738220215, + "learning_rate": 4.479674796747968e-06, + "loss": 0.10553150177001953, + "step": 22400 + }, + { + "epoch": 91.46388606307222, + "grad_norm": 0.43824058771133423, + "learning_rate": 4.276422764227642e-06, + "loss": 0.10398255348205566, + "step": 22500 + }, + { + "epoch": 91.8708036622584, + "grad_norm": 0.38566499948501587, + "learning_rate": 4.0731707317073175e-06, + "loss": 0.10502885818481446, + "step": 22600 + }, + { + "epoch": 92.2767039674466, + "grad_norm": 0.3468444049358368, + "learning_rate": 3.869918699186992e-06, + "loss": 0.1045357608795166, + "step": 22700 + }, + { + "epoch": 92.68362156663275, + "grad_norm": 0.37289711833000183, + "learning_rate": 3.666666666666667e-06, + "loss": 0.10427562713623047, + "step": 22800 + }, + { + "epoch": 93.08952187182095, + "grad_norm": 0.3842879831790924, + "learning_rate": 3.463414634146342e-06, + "loss": 0.10496392250061035, + "step": 22900 + }, + { + "epoch": 93.49643947100712, + "grad_norm": 0.35166385769844055, + "learning_rate": 3.260162601626016e-06, + "loss": 0.1039085865020752, + "step": 23000 + }, + { + "epoch": 93.90335707019328, + "grad_norm": 0.41923660039901733, + "learning_rate": 3.0569105691056915e-06, + "loss": 0.10456839561462403, + "step": 23100 + }, + { + "epoch": 94.30925737538149, + "grad_norm": 0.35394325852394104, + "learning_rate": 2.853658536585366e-06, + "loss": 0.10369532585144042, + "step": 23200 + }, + { + "epoch": 94.71617497456765, + "grad_norm": 0.4032345712184906, + "learning_rate": 2.6504065040650406e-06, + "loss": 0.10392773628234864, + "step": 23300 + }, + { + "epoch": 95.12207527975585, + "grad_norm": 0.3601568043231964, + "learning_rate": 2.4471544715447156e-06, + "loss": 0.10439200401306152, + "step": 23400 + }, + { + "epoch": 95.52899287894202, + "grad_norm": 0.31987228989601135, + "learning_rate": 2.24390243902439e-06, + "loss": 0.10375185012817383, + "step": 23500 + }, + { + "epoch": 95.93591047812818, + "grad_norm": 0.34610381722450256, + "learning_rate": 2.040650406504065e-06, + "loss": 0.10413949012756347, + "step": 23600 + }, + { + "epoch": 96.34181078331638, + "grad_norm": 0.4018370807170868, + "learning_rate": 1.8373983739837402e-06, + "loss": 0.10352941513061524, + "step": 23700 + }, + { + "epoch": 96.74872838250255, + "grad_norm": 0.44118449091911316, + "learning_rate": 1.6341463414634147e-06, + "loss": 0.1036347770690918, + "step": 23800 + }, + { + "epoch": 97.15462868769075, + "grad_norm": 0.37857937812805176, + "learning_rate": 1.4308943089430895e-06, + "loss": 0.10369613647460937, + "step": 23900 + }, + { + "epoch": 97.5615462868769, + "grad_norm": 0.35151559114456177, + "learning_rate": 1.2276422764227643e-06, + "loss": 0.1033250617980957, + "step": 24000 + }, + { + "epoch": 97.96846388606308, + "grad_norm": 0.382840633392334, + "learning_rate": 1.024390243902439e-06, + "loss": 0.10354130744934081, + "step": 24100 + }, + { + "epoch": 98.37436419125127, + "grad_norm": 0.3669384717941284, + "learning_rate": 8.231707317073171e-07, + "loss": 0.10343255996704101, + "step": 24200 + }, + { + "epoch": 98.78128179043743, + "grad_norm": 0.3528887629508972, + "learning_rate": 6.199186991869919e-07, + "loss": 0.10321478843688965, + "step": 24300 + }, + { + "epoch": 99.18718209562563, + "grad_norm": 0.3635615408420563, + "learning_rate": 4.1666666666666667e-07, + "loss": 0.10364872932434083, + "step": 24400 + } + ], + "logging_steps": 100, + "max_steps": 24600, + "num_input_tokens_seen": 0, + "num_train_epochs": 100, + "save_steps": 100, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 1.809624553132032e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/training_args.bin b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24400/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/config.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1652deeae805aff4a6be2a457f2fd4224238f9ea --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu_new", + "add_cross_attention": false, + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 5, + "dtype": "float32", + "embd_pdrop": 0.1, + "eos_token_id": 6, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_embd": 768, + "n_head": 12, + "n_inner": null, + "n_layer": 6, + "n_positions": 1024, + "pad_token_id": null, + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "tie_word_embeddings": true, + "transformers_version": "5.0.0", + "use_cache": false, + "vocab_size": 634 +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/generation_config.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 5, + "eos_token_id": 6, + "output_attentions": false, + "output_hidden_states": false, + "transformers_version": "5.0.0", + "use_cache": true +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/model.safetensors b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3eca08fd352d08782765ca6d6a56693909604061 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55a348d0055bada1079b5bc488e859e500490eac5f714429604e6cebf15bc5f +size 175216072 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/optimizer.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..bc01616dd005094aacdd7054b9bb816dea95b99a --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c81f8cf18462844b0b4a1f56b07bf56194a0afb7466900b2064a5044931330c +size 350481227 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/rng_state.pth b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..4fa31837246c43b4f699ea771517d1b5b34ad4c9 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1288d7eae8790bad53627141a197020d148225255e42da69e16334e130ac7b +size 14645 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/scaler.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4b57a458dac16038684aa355eae62fc37cb396ef --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bced4a7bc7927faee594970b0b694891656d9b9633b11a3e3f0180956877bd93 +size 1383 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/scheduler.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..345796b2d13b40884b96091ad60a793f51da079d --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc06b8d9f620af28a2a246fcc861dd13a0798401a13e4de0294c134d490db7e +size 1465 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/trainer_state.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..5d37e622942b368e61cb6760b22f548c58dace45 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/trainer_state.json @@ -0,0 +1,1749 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 99.5940996948118, + "eval_steps": 100, + "global_step": 24500, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.4069175991861648, + "grad_norm": 0.7240590453147888, + "learning_rate": 4.979878048780488e-05, + "loss": 1.8182670593261718, + "step": 100 + }, + { + "epoch": 0.8138351983723296, + "grad_norm": 0.7133025527000427, + "learning_rate": 4.959552845528456e-05, + "loss": 0.7650885772705078, + "step": 200 + }, + { + "epoch": 1.219735503560529, + "grad_norm": 0.7901988625526428, + "learning_rate": 4.9392276422764226e-05, + "loss": 0.6462235260009765, + "step": 300 + }, + { + "epoch": 1.626653102746694, + "grad_norm": 0.8053261041641235, + "learning_rate": 4.9189024390243907e-05, + "loss": 0.5877412033081054, + "step": 400 + }, + { + "epoch": 2.032553407934893, + "grad_norm": 0.7316781878471375, + "learning_rate": 4.898577235772358e-05, + "loss": 0.5440585708618164, + "step": 500 + }, + { + "epoch": 2.439471007121058, + "grad_norm": 0.7866023778915405, + "learning_rate": 4.8782520325203254e-05, + "loss": 0.5094226455688476, + "step": 600 + }, + { + "epoch": 2.846388606307223, + "grad_norm": 0.9065372943878174, + "learning_rate": 4.857926829268293e-05, + "loss": 0.48453693389892577, + "step": 700 + }, + { + "epoch": 3.2522889114954223, + "grad_norm": 0.7724050283432007, + "learning_rate": 4.83760162601626e-05, + "loss": 0.45643714904785154, + "step": 800 + }, + { + "epoch": 3.659206510681587, + "grad_norm": 0.9151042699813843, + "learning_rate": 4.817276422764228e-05, + "loss": 0.433975830078125, + "step": 900 + }, + { + "epoch": 4.065106815869786, + "grad_norm": 0.7440464496612549, + "learning_rate": 4.796951219512195e-05, + "loss": 0.4153615570068359, + "step": 1000 + }, + { + "epoch": 4.472024415055952, + "grad_norm": 0.8052405118942261, + "learning_rate": 4.776626016260163e-05, + "loss": 0.3905106735229492, + "step": 1100 + }, + { + "epoch": 4.878942014242116, + "grad_norm": 0.8794599771499634, + "learning_rate": 4.75630081300813e-05, + "loss": 0.37519393920898436, + "step": 1200 + }, + { + "epoch": 5.284842319430315, + "grad_norm": 0.7914945483207703, + "learning_rate": 4.735975609756098e-05, + "loss": 0.3520925521850586, + "step": 1300 + }, + { + "epoch": 5.69175991861648, + "grad_norm": 0.7824999690055847, + "learning_rate": 4.715650406504065e-05, + "loss": 0.3414617156982422, + "step": 1400 + }, + { + "epoch": 6.09766022380468, + "grad_norm": 0.900433361530304, + "learning_rate": 4.695325203252033e-05, + "loss": 0.3322624206542969, + "step": 1500 + }, + { + "epoch": 6.504577822990845, + "grad_norm": 0.8250368237495422, + "learning_rate": 4.6750000000000005e-05, + "loss": 0.3091628074645996, + "step": 1600 + }, + { + "epoch": 6.911495422177009, + "grad_norm": 0.8562306761741638, + "learning_rate": 4.654674796747968e-05, + "loss": 0.30464729309082034, + "step": 1700 + }, + { + "epoch": 7.317395727365208, + "grad_norm": 0.7472948431968689, + "learning_rate": 4.634349593495935e-05, + "loss": 0.28648908615112306, + "step": 1800 + }, + { + "epoch": 7.724313326551373, + "grad_norm": 0.8271859288215637, + "learning_rate": 4.6140243902439026e-05, + "loss": 0.2778903961181641, + "step": 1900 + }, + { + "epoch": 8.130213631739572, + "grad_norm": 0.8640561103820801, + "learning_rate": 4.59369918699187e-05, + "loss": 0.27274896621704103, + "step": 2000 + }, + { + "epoch": 8.537131230925738, + "grad_norm": 0.8267282843589783, + "learning_rate": 4.573373983739837e-05, + "loss": 0.2627296257019043, + "step": 2100 + }, + { + "epoch": 8.944048830111903, + "grad_norm": 0.8527095913887024, + "learning_rate": 4.5530487804878054e-05, + "loss": 0.25442541122436524, + "step": 2200 + }, + { + "epoch": 9.349949135300102, + "grad_norm": 0.7909609079360962, + "learning_rate": 4.532723577235772e-05, + "loss": 0.2401682472229004, + "step": 2300 + }, + { + "epoch": 9.756866734486266, + "grad_norm": 0.8527955412864685, + "learning_rate": 4.51239837398374e-05, + "loss": 0.24343259811401366, + "step": 2400 + }, + { + "epoch": 10.162767039674465, + "grad_norm": 0.8749442100524902, + "learning_rate": 4.4920731707317075e-05, + "loss": 0.2378898811340332, + "step": 2500 + }, + { + "epoch": 10.56968463886063, + "grad_norm": 0.6953405737876892, + "learning_rate": 4.4717479674796755e-05, + "loss": 0.2257753372192383, + "step": 2600 + }, + { + "epoch": 10.976602238046796, + "grad_norm": 0.9314142465591431, + "learning_rate": 4.451422764227642e-05, + "loss": 0.2222427749633789, + "step": 2700 + }, + { + "epoch": 11.382502543234995, + "grad_norm": 0.867010235786438, + "learning_rate": 4.43109756097561e-05, + "loss": 0.21257221221923828, + "step": 2800 + }, + { + "epoch": 11.789420142421159, + "grad_norm": 0.8056593537330627, + "learning_rate": 4.4107723577235777e-05, + "loss": 0.2145974540710449, + "step": 2900 + }, + { + "epoch": 12.19532044760936, + "grad_norm": 0.7111354470252991, + "learning_rate": 4.390447154471545e-05, + "loss": 0.21043935775756836, + "step": 3000 + }, + { + "epoch": 12.602238046795524, + "grad_norm": 0.7072705030441284, + "learning_rate": 4.3701219512195124e-05, + "loss": 0.20131704330444336, + "step": 3100 + }, + { + "epoch": 13.008138351983723, + "grad_norm": 0.6998376250267029, + "learning_rate": 4.34979674796748e-05, + "loss": 0.20458351135253905, + "step": 3200 + }, + { + "epoch": 13.415055951169888, + "grad_norm": 0.718458890914917, + "learning_rate": 4.329471544715447e-05, + "loss": 0.19311668395996093, + "step": 3300 + }, + { + "epoch": 13.821973550356052, + "grad_norm": 0.7844780683517456, + "learning_rate": 4.3091463414634145e-05, + "loss": 0.1948075485229492, + "step": 3400 + }, + { + "epoch": 14.227873855544253, + "grad_norm": 0.6950380206108093, + "learning_rate": 4.2888211382113826e-05, + "loss": 0.18989095687866211, + "step": 3500 + }, + { + "epoch": 14.634791454730417, + "grad_norm": 0.6639586687088013, + "learning_rate": 4.26849593495935e-05, + "loss": 0.18575754165649414, + "step": 3600 + }, + { + "epoch": 15.040691759918616, + "grad_norm": 0.6470580101013184, + "learning_rate": 4.248170731707317e-05, + "loss": 0.18650327682495116, + "step": 3700 + }, + { + "epoch": 15.447609359104781, + "grad_norm": 0.4388244152069092, + "learning_rate": 4.227845528455285e-05, + "loss": 0.17966192245483398, + "step": 3800 + }, + { + "epoch": 15.854526958290947, + "grad_norm": 0.749351441860199, + "learning_rate": 4.207520325203253e-05, + "loss": 0.17948457717895508, + "step": 3900 + }, + { + "epoch": 16.260427263479144, + "grad_norm": 0.5461596250534058, + "learning_rate": 4.1871951219512194e-05, + "loss": 0.17656536102294923, + "step": 4000 + }, + { + "epoch": 16.66734486266531, + "grad_norm": 0.5824693441390991, + "learning_rate": 4.1668699186991875e-05, + "loss": 0.17506584167480468, + "step": 4100 + }, + { + "epoch": 17.07324516785351, + "grad_norm": 0.683836817741394, + "learning_rate": 4.146544715447155e-05, + "loss": 0.17581455230712892, + "step": 4200 + }, + { + "epoch": 17.480162767039676, + "grad_norm": 0.531136691570282, + "learning_rate": 4.126219512195122e-05, + "loss": 0.1693857192993164, + "step": 4300 + }, + { + "epoch": 17.887080366225838, + "grad_norm": 0.6108313798904419, + "learning_rate": 4.1058943089430896e-05, + "loss": 0.16898113250732422, + "step": 4400 + }, + { + "epoch": 18.29298067141404, + "grad_norm": 0.5442739129066467, + "learning_rate": 4.085569105691057e-05, + "loss": 0.1641520881652832, + "step": 4500 + }, + { + "epoch": 18.699898270600205, + "grad_norm": 0.7606774568557739, + "learning_rate": 4.065243902439024e-05, + "loss": 0.1660127830505371, + "step": 4600 + }, + { + "epoch": 19.105798575788402, + "grad_norm": 0.5696743130683899, + "learning_rate": 4.044918699186992e-05, + "loss": 0.16544981002807618, + "step": 4700 + }, + { + "epoch": 19.512716174974567, + "grad_norm": 0.641476571559906, + "learning_rate": 4.02459349593496e-05, + "loss": 0.16197633743286133, + "step": 4800 + }, + { + "epoch": 19.919633774160733, + "grad_norm": 0.6376638412475586, + "learning_rate": 4.004268292682927e-05, + "loss": 0.16251298904418945, + "step": 4900 + }, + { + "epoch": 20.32553407934893, + "grad_norm": 0.7308990359306335, + "learning_rate": 3.9839430894308945e-05, + "loss": 0.15801552772521973, + "step": 5000 + }, + { + "epoch": 20.732451678535096, + "grad_norm": 0.47218984365463257, + "learning_rate": 3.963617886178862e-05, + "loss": 0.15773940086364746, + "step": 5100 + }, + { + "epoch": 21.138351983723297, + "grad_norm": 0.620204508304596, + "learning_rate": 3.94329268292683e-05, + "loss": 0.15939827919006347, + "step": 5200 + }, + { + "epoch": 21.545269582909462, + "grad_norm": 0.5997836589813232, + "learning_rate": 3.9229674796747966e-05, + "loss": 0.15620616912841798, + "step": 5300 + }, + { + "epoch": 21.952187182095624, + "grad_norm": 0.5422883629798889, + "learning_rate": 3.9026422764227646e-05, + "loss": 0.1564560604095459, + "step": 5400 + }, + { + "epoch": 22.358087487283825, + "grad_norm": 0.5163514018058777, + "learning_rate": 3.882317073170732e-05, + "loss": 0.15240151405334473, + "step": 5500 + }, + { + "epoch": 22.76500508646999, + "grad_norm": 0.641179084777832, + "learning_rate": 3.8619918699186994e-05, + "loss": 0.153757905960083, + "step": 5600 + }, + { + "epoch": 23.170905391658188, + "grad_norm": 0.646504819393158, + "learning_rate": 3.841666666666667e-05, + "loss": 0.15093070030212402, + "step": 5700 + }, + { + "epoch": 23.577822990844354, + "grad_norm": 0.6479946970939636, + "learning_rate": 3.821341463414634e-05, + "loss": 0.1504894733428955, + "step": 5800 + }, + { + "epoch": 23.98474059003052, + "grad_norm": 0.7124186754226685, + "learning_rate": 3.801016260162602e-05, + "loss": 0.15200568199157716, + "step": 5900 + }, + { + "epoch": 24.39064089521872, + "grad_norm": 0.6385360956192017, + "learning_rate": 3.780691056910569e-05, + "loss": 0.14780141830444335, + "step": 6000 + }, + { + "epoch": 24.797558494404882, + "grad_norm": 0.5945413708686829, + "learning_rate": 3.760365853658537e-05, + "loss": 0.14937443733215333, + "step": 6100 + }, + { + "epoch": 25.203458799593083, + "grad_norm": 0.4849080443382263, + "learning_rate": 3.740040650406504e-05, + "loss": 0.14651341438293458, + "step": 6200 + }, + { + "epoch": 25.61037639877925, + "grad_norm": 0.585631251335144, + "learning_rate": 3.719715447154472e-05, + "loss": 0.14650885581970216, + "step": 6300 + }, + { + "epoch": 26.016276703967446, + "grad_norm": 0.588195264339447, + "learning_rate": 3.699390243902439e-05, + "loss": 0.14829113006591796, + "step": 6400 + }, + { + "epoch": 26.42319430315361, + "grad_norm": 0.5931805372238159, + "learning_rate": 3.679065040650407e-05, + "loss": 0.1437681484222412, + "step": 6500 + }, + { + "epoch": 26.830111902339777, + "grad_norm": 0.6655400991439819, + "learning_rate": 3.658739837398374e-05, + "loss": 0.14553485870361327, + "step": 6600 + }, + { + "epoch": 27.236012207527974, + "grad_norm": 0.5091884136199951, + "learning_rate": 3.638414634146342e-05, + "loss": 0.1430199146270752, + "step": 6700 + }, + { + "epoch": 27.64292980671414, + "grad_norm": 0.5540027022361755, + "learning_rate": 3.618089430894309e-05, + "loss": 0.14312357902526857, + "step": 6800 + }, + { + "epoch": 28.04883011190234, + "grad_norm": 0.5116063356399536, + "learning_rate": 3.5977642276422766e-05, + "loss": 0.14289451599121095, + "step": 6900 + }, + { + "epoch": 28.455747711088506, + "grad_norm": 0.4758087694644928, + "learning_rate": 3.577439024390244e-05, + "loss": 0.1393235969543457, + "step": 7000 + }, + { + "epoch": 28.862665310274668, + "grad_norm": 0.6003808379173279, + "learning_rate": 3.557113821138211e-05, + "loss": 0.1424593734741211, + "step": 7100 + }, + { + "epoch": 29.26856561546287, + "grad_norm": 0.6117088198661804, + "learning_rate": 3.5367886178861794e-05, + "loss": 0.13912353515625, + "step": 7200 + }, + { + "epoch": 29.675483214649034, + "grad_norm": 0.5676628947257996, + "learning_rate": 3.516463414634146e-05, + "loss": 0.13940438270568847, + "step": 7300 + }, + { + "epoch": 30.08138351983723, + "grad_norm": 0.5256761312484741, + "learning_rate": 3.496138211382114e-05, + "loss": 0.1402317142486572, + "step": 7400 + }, + { + "epoch": 30.488301119023397, + "grad_norm": 0.4706413447856903, + "learning_rate": 3.4758130081300815e-05, + "loss": 0.1375712585449219, + "step": 7500 + }, + { + "epoch": 30.895218718209563, + "grad_norm": 0.628667414188385, + "learning_rate": 3.455487804878049e-05, + "loss": 0.13875893592834473, + "step": 7600 + }, + { + "epoch": 31.301119023397764, + "grad_norm": 0.5044395923614502, + "learning_rate": 3.435162601626016e-05, + "loss": 0.13528180122375488, + "step": 7700 + }, + { + "epoch": 31.708036622583926, + "grad_norm": 0.5317256450653076, + "learning_rate": 3.414837398373984e-05, + "loss": 0.1368342113494873, + "step": 7800 + }, + { + "epoch": 32.11393692777212, + "grad_norm": 0.496188223361969, + "learning_rate": 3.3945121951219516e-05, + "loss": 0.13712364196777344, + "step": 7900 + }, + { + "epoch": 32.52085452695829, + "grad_norm": 0.5278375744819641, + "learning_rate": 3.374186991869919e-05, + "loss": 0.13503056526184082, + "step": 8000 + }, + { + "epoch": 32.927772126144454, + "grad_norm": 0.5770841836929321, + "learning_rate": 3.3538617886178864e-05, + "loss": 0.13618228912353517, + "step": 8100 + }, + { + "epoch": 33.33367243133266, + "grad_norm": 0.5055505037307739, + "learning_rate": 3.333536585365854e-05, + "loss": 0.13252436637878418, + "step": 8200 + }, + { + "epoch": 33.74059003051882, + "grad_norm": 0.5380068421363831, + "learning_rate": 3.313211382113821e-05, + "loss": 0.13484679222106932, + "step": 8300 + }, + { + "epoch": 34.14649033570702, + "grad_norm": 0.48350584506988525, + "learning_rate": 3.2928861788617885e-05, + "loss": 0.13440025329589844, + "step": 8400 + }, + { + "epoch": 34.55340793489319, + "grad_norm": 0.5017637610435486, + "learning_rate": 3.2725609756097565e-05, + "loss": 0.13270720481872558, + "step": 8500 + }, + { + "epoch": 34.96032553407935, + "grad_norm": 0.3734212815761566, + "learning_rate": 3.252235772357723e-05, + "loss": 0.13394296646118165, + "step": 8600 + }, + { + "epoch": 35.36622583926755, + "grad_norm": 0.5411403775215149, + "learning_rate": 3.231910569105691e-05, + "loss": 0.13039984703063964, + "step": 8700 + }, + { + "epoch": 35.773143438453715, + "grad_norm": 0.4996293783187866, + "learning_rate": 3.2115853658536587e-05, + "loss": 0.13267677307128906, + "step": 8800 + }, + { + "epoch": 36.17904374364191, + "grad_norm": 0.4926651120185852, + "learning_rate": 3.191260162601627e-05, + "loss": 0.13145945549011231, + "step": 8900 + }, + { + "epoch": 36.58596134282808, + "grad_norm": 0.5391742587089539, + "learning_rate": 3.1709349593495934e-05, + "loss": 0.12989474296569825, + "step": 9000 + }, + { + "epoch": 36.992878942014244, + "grad_norm": 0.5052071213722229, + "learning_rate": 3.1506097560975614e-05, + "loss": 0.13211841583251954, + "step": 9100 + }, + { + "epoch": 37.39877924720244, + "grad_norm": 0.4714391827583313, + "learning_rate": 3.130284552845529e-05, + "loss": 0.1280118179321289, + "step": 9200 + }, + { + "epoch": 37.80569684638861, + "grad_norm": 0.5054506063461304, + "learning_rate": 3.109959349593496e-05, + "loss": 0.1306837558746338, + "step": 9300 + }, + { + "epoch": 38.211597151576804, + "grad_norm": 0.5174620747566223, + "learning_rate": 3.0896341463414636e-05, + "loss": 0.12839694023132325, + "step": 9400 + }, + { + "epoch": 38.61851475076297, + "grad_norm": 0.4853898286819458, + "learning_rate": 3.069308943089431e-05, + "loss": 0.12839356422424317, + "step": 9500 + }, + { + "epoch": 39.02441505595117, + "grad_norm": 0.4030298888683319, + "learning_rate": 3.0489837398373983e-05, + "loss": 0.1295691204071045, + "step": 9600 + }, + { + "epoch": 39.43133265513733, + "grad_norm": 0.4803712069988251, + "learning_rate": 3.028658536585366e-05, + "loss": 0.12622284889221191, + "step": 9700 + }, + { + "epoch": 39.8382502543235, + "grad_norm": 0.4569058418273926, + "learning_rate": 3.0083333333333337e-05, + "loss": 0.12874893188476563, + "step": 9800 + }, + { + "epoch": 40.2441505595117, + "grad_norm": 0.5577067732810974, + "learning_rate": 2.988008130081301e-05, + "loss": 0.12659350395202637, + "step": 9900 + }, + { + "epoch": 40.65106815869786, + "grad_norm": 0.4891170561313629, + "learning_rate": 2.967682926829268e-05, + "loss": 0.1268461513519287, + "step": 10000 + }, + { + "epoch": 41.056968463886065, + "grad_norm": 0.3831835091114044, + "learning_rate": 2.947357723577236e-05, + "loss": 0.1268926429748535, + "step": 10100 + }, + { + "epoch": 41.46388606307223, + "grad_norm": 0.5112989544868469, + "learning_rate": 2.9270325203252035e-05, + "loss": 0.12328511238098144, + "step": 10200 + }, + { + "epoch": 41.870803662258396, + "grad_norm": 0.5172644853591919, + "learning_rate": 2.9067073170731706e-05, + "loss": 0.1268262767791748, + "step": 10300 + }, + { + "epoch": 42.27670396744659, + "grad_norm": 0.490537166595459, + "learning_rate": 2.8863821138211383e-05, + "loss": 0.12450304985046387, + "step": 10400 + }, + { + "epoch": 42.68362156663276, + "grad_norm": 0.5303480625152588, + "learning_rate": 2.866056910569106e-05, + "loss": 0.12462198257446289, + "step": 10500 + }, + { + "epoch": 43.089521871820956, + "grad_norm": 0.4877532720565796, + "learning_rate": 2.845731707317073e-05, + "loss": 0.12518665313720703, + "step": 10600 + }, + { + "epoch": 43.49643947100712, + "grad_norm": 0.4517391324043274, + "learning_rate": 2.8254065040650407e-05, + "loss": 0.12266253471374512, + "step": 10700 + }, + { + "epoch": 43.90335707019329, + "grad_norm": 0.4844261407852173, + "learning_rate": 2.8050813008130085e-05, + "loss": 0.12514205932617187, + "step": 10800 + }, + { + "epoch": 44.309257375381485, + "grad_norm": 0.5170755982398987, + "learning_rate": 2.784756097560976e-05, + "loss": 0.12207565307617188, + "step": 10900 + }, + { + "epoch": 44.71617497456765, + "grad_norm": 0.48824983835220337, + "learning_rate": 2.7644308943089432e-05, + "loss": 0.1236069393157959, + "step": 11000 + }, + { + "epoch": 45.12207527975585, + "grad_norm": 0.5291653275489807, + "learning_rate": 2.7441056910569106e-05, + "loss": 0.12340343475341797, + "step": 11100 + }, + { + "epoch": 45.52899287894201, + "grad_norm": 0.45560765266418457, + "learning_rate": 2.7237804878048783e-05, + "loss": 0.12228922843933106, + "step": 11200 + }, + { + "epoch": 45.93591047812818, + "grad_norm": 0.4397219121456146, + "learning_rate": 2.7034552845528453e-05, + "loss": 0.12391880989074706, + "step": 11300 + }, + { + "epoch": 46.341810783316376, + "grad_norm": 0.5103686451911926, + "learning_rate": 2.683130081300813e-05, + "loss": 0.1208030891418457, + "step": 11400 + }, + { + "epoch": 46.74872838250254, + "grad_norm": 0.4088208079338074, + "learning_rate": 2.6628048780487807e-05, + "loss": 0.12176087379455566, + "step": 11500 + }, + { + "epoch": 47.154628687690746, + "grad_norm": 0.41748762130737305, + "learning_rate": 2.6424796747967478e-05, + "loss": 0.12129343032836915, + "step": 11600 + }, + { + "epoch": 47.561546286876904, + "grad_norm": 0.4437125623226166, + "learning_rate": 2.6221544715447155e-05, + "loss": 0.11974434852600098, + "step": 11700 + }, + { + "epoch": 47.96846388606307, + "grad_norm": 0.475057452917099, + "learning_rate": 2.6018292682926832e-05, + "loss": 0.12264335632324219, + "step": 11800 + }, + { + "epoch": 48.374364191251274, + "grad_norm": 0.5436034202575684, + "learning_rate": 2.581504065040651e-05, + "loss": 0.11841196060180664, + "step": 11900 + }, + { + "epoch": 48.78128179043744, + "grad_norm": 0.4760415852069855, + "learning_rate": 2.561178861788618e-05, + "loss": 0.12137288093566895, + "step": 12000 + }, + { + "epoch": 49.18718209562564, + "grad_norm": 0.422686904668808, + "learning_rate": 2.5408536585365856e-05, + "loss": 0.11964929580688477, + "step": 12100 + }, + { + "epoch": 49.5940996948118, + "grad_norm": 0.5410513877868652, + "learning_rate": 2.520528455284553e-05, + "loss": 0.11964065551757813, + "step": 12200 + }, + { + "epoch": 50.0, + "grad_norm": 0.653501570224762, + "learning_rate": 2.5002032520325204e-05, + "loss": 0.12128134727478028, + "step": 12300 + }, + { + "epoch": 50.406917599186166, + "grad_norm": 0.42189866304397583, + "learning_rate": 2.4798780487804877e-05, + "loss": 0.11693785667419433, + "step": 12400 + }, + { + "epoch": 50.81383519837233, + "grad_norm": 0.4380466639995575, + "learning_rate": 2.459552845528455e-05, + "loss": 0.11983537673950195, + "step": 12500 + }, + { + "epoch": 51.21973550356053, + "grad_norm": 0.4788180887699127, + "learning_rate": 2.439227642276423e-05, + "loss": 0.1181547737121582, + "step": 12600 + }, + { + "epoch": 51.626653102746694, + "grad_norm": 0.53826504945755, + "learning_rate": 2.4189024390243902e-05, + "loss": 0.11840366363525391, + "step": 12700 + }, + { + "epoch": 52.03255340793489, + "grad_norm": 0.4476066827774048, + "learning_rate": 2.398577235772358e-05, + "loss": 0.11950986862182617, + "step": 12800 + }, + { + "epoch": 52.43947100712106, + "grad_norm": 0.4859403669834137, + "learning_rate": 2.3782520325203253e-05, + "loss": 0.11692608833312988, + "step": 12900 + }, + { + "epoch": 52.84638860630722, + "grad_norm": 0.49112850427627563, + "learning_rate": 2.3579268292682927e-05, + "loss": 0.1186048412322998, + "step": 13000 + }, + { + "epoch": 53.25228891149542, + "grad_norm": 0.4962292015552521, + "learning_rate": 2.3376016260162604e-05, + "loss": 0.11744449615478515, + "step": 13100 + }, + { + "epoch": 53.659206510681585, + "grad_norm": 0.4178580343723297, + "learning_rate": 2.3172764227642277e-05, + "loss": 0.11713447570800781, + "step": 13200 + }, + { + "epoch": 54.06510681586979, + "grad_norm": 0.44899746775627136, + "learning_rate": 2.2969512195121954e-05, + "loss": 0.1178321361541748, + "step": 13300 + }, + { + "epoch": 54.47202441505595, + "grad_norm": 0.5076332092285156, + "learning_rate": 2.2766260162601628e-05, + "loss": 0.11564252853393554, + "step": 13400 + }, + { + "epoch": 54.878942014242114, + "grad_norm": 0.4841324985027313, + "learning_rate": 2.2563008130081302e-05, + "loss": 0.1177243423461914, + "step": 13500 + }, + { + "epoch": 55.28484231943032, + "grad_norm": 0.4183539152145386, + "learning_rate": 2.2359756097560976e-05, + "loss": 0.11557777404785156, + "step": 13600 + }, + { + "epoch": 55.691759918616484, + "grad_norm": 0.3975617289543152, + "learning_rate": 2.215650406504065e-05, + "loss": 0.11593569755554199, + "step": 13700 + }, + { + "epoch": 56.09766022380468, + "grad_norm": 0.42523205280303955, + "learning_rate": 2.1953252032520326e-05, + "loss": 0.11668604850769043, + "step": 13800 + }, + { + "epoch": 56.504577822990846, + "grad_norm": 0.41392621397972107, + "learning_rate": 2.175e-05, + "loss": 0.11508787155151368, + "step": 13900 + }, + { + "epoch": 56.91149542217701, + "grad_norm": 0.43528929352760315, + "learning_rate": 2.1546747967479674e-05, + "loss": 0.11673335075378417, + "step": 14000 + }, + { + "epoch": 57.31739572736521, + "grad_norm": 0.4996587932109833, + "learning_rate": 2.134349593495935e-05, + "loss": 0.11386195182800293, + "step": 14100 + }, + { + "epoch": 57.724313326551375, + "grad_norm": 0.4665040969848633, + "learning_rate": 2.1140243902439025e-05, + "loss": 0.11549958229064941, + "step": 14200 + }, + { + "epoch": 58.13021363173957, + "grad_norm": 0.46795642375946045, + "learning_rate": 2.0936991869918702e-05, + "loss": 0.11462766647338868, + "step": 14300 + }, + { + "epoch": 58.53713123092574, + "grad_norm": 0.4123869836330414, + "learning_rate": 2.0733739837398375e-05, + "loss": 0.11371119499206543, + "step": 14400 + }, + { + "epoch": 58.9440488301119, + "grad_norm": 0.4311745762825012, + "learning_rate": 2.053048780487805e-05, + "loss": 0.11576779365539551, + "step": 14500 + }, + { + "epoch": 59.3499491353001, + "grad_norm": 0.4211689829826355, + "learning_rate": 2.0327235772357726e-05, + "loss": 0.11261045455932617, + "step": 14600 + }, + { + "epoch": 59.756866734486266, + "grad_norm": 0.42496293783187866, + "learning_rate": 2.01239837398374e-05, + "loss": 0.11467086791992187, + "step": 14700 + }, + { + "epoch": 60.16276703967446, + "grad_norm": 0.38952916860580444, + "learning_rate": 1.9920731707317074e-05, + "loss": 0.11382111549377441, + "step": 14800 + }, + { + "epoch": 60.56968463886063, + "grad_norm": 0.377311110496521, + "learning_rate": 1.9717479674796747e-05, + "loss": 0.1130320167541504, + "step": 14900 + }, + { + "epoch": 60.976602238046794, + "grad_norm": 0.3914807438850403, + "learning_rate": 1.951422764227642e-05, + "loss": 0.11505123138427735, + "step": 15000 + }, + { + "epoch": 61.38250254323499, + "grad_norm": 0.47322532534599304, + "learning_rate": 1.9310975609756098e-05, + "loss": 0.11152599334716796, + "step": 15100 + }, + { + "epoch": 61.78942014242116, + "grad_norm": 0.47654247283935547, + "learning_rate": 1.9107723577235772e-05, + "loss": 0.1136972427368164, + "step": 15200 + }, + { + "epoch": 62.19532044760936, + "grad_norm": 0.3586323857307434, + "learning_rate": 1.890447154471545e-05, + "loss": 0.1127845859527588, + "step": 15300 + }, + { + "epoch": 62.60223804679553, + "grad_norm": 0.39389142394065857, + "learning_rate": 1.8701219512195123e-05, + "loss": 0.11259670257568359, + "step": 15400 + }, + { + "epoch": 63.008138351983725, + "grad_norm": 0.3806001543998718, + "learning_rate": 1.8497967479674796e-05, + "loss": 0.11416690826416015, + "step": 15500 + }, + { + "epoch": 63.41505595116989, + "grad_norm": 0.36883506178855896, + "learning_rate": 1.8294715447154474e-05, + "loss": 0.11119485855102539, + "step": 15600 + }, + { + "epoch": 63.821973550356056, + "grad_norm": 0.3719407320022583, + "learning_rate": 1.8091463414634147e-05, + "loss": 0.1133639907836914, + "step": 15700 + }, + { + "epoch": 64.22787385554425, + "grad_norm": 0.4511202573776245, + "learning_rate": 1.7890243902439024e-05, + "loss": 0.11160045623779297, + "step": 15800 + }, + { + "epoch": 64.63479145473042, + "grad_norm": 0.3896177411079407, + "learning_rate": 1.76869918699187e-05, + "loss": 0.11250180244445801, + "step": 15900 + }, + { + "epoch": 65.04069175991862, + "grad_norm": 0.3560525178909302, + "learning_rate": 1.7483739837398374e-05, + "loss": 0.11272089958190917, + "step": 16000 + }, + { + "epoch": 65.44760935910477, + "grad_norm": 0.4285215735435486, + "learning_rate": 1.7280487804878048e-05, + "loss": 0.11050470352172852, + "step": 16100 + }, + { + "epoch": 65.85452695829095, + "grad_norm": 0.5046703219413757, + "learning_rate": 1.7077235772357725e-05, + "loss": 0.11258943557739258, + "step": 16200 + }, + { + "epoch": 66.26042726347914, + "grad_norm": 0.4057510495185852, + "learning_rate": 1.68739837398374e-05, + "loss": 0.11091347694396973, + "step": 16300 + }, + { + "epoch": 66.66734486266532, + "grad_norm": 0.40613025426864624, + "learning_rate": 1.6670731707317076e-05, + "loss": 0.11124279022216797, + "step": 16400 + }, + { + "epoch": 67.07324516785351, + "grad_norm": 0.35415953397750854, + "learning_rate": 1.646747967479675e-05, + "loss": 0.11193540573120117, + "step": 16500 + }, + { + "epoch": 67.48016276703967, + "grad_norm": 0.4624006748199463, + "learning_rate": 1.6264227642276423e-05, + "loss": 0.10985392570495606, + "step": 16600 + }, + { + "epoch": 67.88708036622585, + "grad_norm": 0.3951529562473297, + "learning_rate": 1.6060975609756097e-05, + "loss": 0.11152617454528808, + "step": 16700 + }, + { + "epoch": 68.29298067141404, + "grad_norm": 0.48635610938072205, + "learning_rate": 1.585772357723577e-05, + "loss": 0.11035741806030273, + "step": 16800 + }, + { + "epoch": 68.6998982706002, + "grad_norm": 0.3677632212638855, + "learning_rate": 1.5654471544715448e-05, + "loss": 0.11058786392211914, + "step": 16900 + }, + { + "epoch": 69.1057985757884, + "grad_norm": 0.4069930911064148, + "learning_rate": 1.545121951219512e-05, + "loss": 0.11133000373840332, + "step": 17000 + }, + { + "epoch": 69.51271617497457, + "grad_norm": 0.38626205921173096, + "learning_rate": 1.5247967479674795e-05, + "loss": 0.10966980934143067, + "step": 17100 + }, + { + "epoch": 69.91963377416073, + "grad_norm": 0.3888614773750305, + "learning_rate": 1.5044715447154473e-05, + "loss": 0.11119389533996582, + "step": 17200 + }, + { + "epoch": 70.32553407934893, + "grad_norm": 0.40253156423568726, + "learning_rate": 1.4841463414634146e-05, + "loss": 0.10918719291687012, + "step": 17300 + }, + { + "epoch": 70.7324516785351, + "grad_norm": 0.39953696727752686, + "learning_rate": 1.4638211382113823e-05, + "loss": 0.11012935638427734, + "step": 17400 + }, + { + "epoch": 71.1383519837233, + "grad_norm": 0.3642953932285309, + "learning_rate": 1.4434959349593497e-05, + "loss": 0.1098393154144287, + "step": 17500 + }, + { + "epoch": 71.54526958290946, + "grad_norm": 0.4282255470752716, + "learning_rate": 1.423170731707317e-05, + "loss": 0.1095953369140625, + "step": 17600 + }, + { + "epoch": 71.95218718209563, + "grad_norm": 0.3667422831058502, + "learning_rate": 1.4028455284552846e-05, + "loss": 0.11067225456237793, + "step": 17700 + }, + { + "epoch": 72.35808748728383, + "grad_norm": 0.4224833548069, + "learning_rate": 1.382520325203252e-05, + "loss": 0.10839300155639649, + "step": 17800 + }, + { + "epoch": 72.76500508646998, + "grad_norm": 0.3591252565383911, + "learning_rate": 1.3621951219512197e-05, + "loss": 0.10946136474609375, + "step": 17900 + }, + { + "epoch": 73.1709053916582, + "grad_norm": 0.3892015516757965, + "learning_rate": 1.3420731707317075e-05, + "loss": 0.10915140151977538, + "step": 18000 + }, + { + "epoch": 73.57782299084435, + "grad_norm": 0.37791383266448975, + "learning_rate": 1.3217479674796749e-05, + "loss": 0.1089102840423584, + "step": 18100 + }, + { + "epoch": 73.98474059003051, + "grad_norm": 0.3767296075820923, + "learning_rate": 1.3014227642276424e-05, + "loss": 0.10996441841125489, + "step": 18200 + }, + { + "epoch": 74.39064089521872, + "grad_norm": 0.3992011845111847, + "learning_rate": 1.2810975609756098e-05, + "loss": 0.10790308952331543, + "step": 18300 + }, + { + "epoch": 74.79755849440488, + "grad_norm": 0.364055335521698, + "learning_rate": 1.2607723577235771e-05, + "loss": 0.10892141342163086, + "step": 18400 + }, + { + "epoch": 75.20345879959308, + "grad_norm": 0.37131980061531067, + "learning_rate": 1.2404471544715447e-05, + "loss": 0.10842490196228027, + "step": 18500 + }, + { + "epoch": 75.61037639877925, + "grad_norm": 0.4040790796279907, + "learning_rate": 1.2201219512195122e-05, + "loss": 0.10819109916687011, + "step": 18600 + }, + { + "epoch": 76.01627670396745, + "grad_norm": 0.34498271346092224, + "learning_rate": 1.1997967479674798e-05, + "loss": 0.10947603225708008, + "step": 18700 + }, + { + "epoch": 76.42319430315361, + "grad_norm": 0.4026716947555542, + "learning_rate": 1.1794715447154473e-05, + "loss": 0.10717120170593261, + "step": 18800 + }, + { + "epoch": 76.83011190233978, + "grad_norm": 0.46752282977104187, + "learning_rate": 1.1591463414634147e-05, + "loss": 0.10889058113098145, + "step": 18900 + }, + { + "epoch": 77.23601220752798, + "grad_norm": 0.39453306794166565, + "learning_rate": 1.138821138211382e-05, + "loss": 0.10760281562805175, + "step": 19000 + }, + { + "epoch": 77.64292980671414, + "grad_norm": 0.3971138298511505, + "learning_rate": 1.1184959349593496e-05, + "loss": 0.10802845001220703, + "step": 19100 + }, + { + "epoch": 78.04883011190233, + "grad_norm": 0.3829537034034729, + "learning_rate": 1.0981707317073171e-05, + "loss": 0.1085299301147461, + "step": 19200 + }, + { + "epoch": 78.4557477110885, + "grad_norm": 0.36934468150138855, + "learning_rate": 1.0778455284552847e-05, + "loss": 0.1071004867553711, + "step": 19300 + }, + { + "epoch": 78.86266531027466, + "grad_norm": 0.3965001702308655, + "learning_rate": 1.0575203252032522e-05, + "loss": 0.10849326133728027, + "step": 19400 + }, + { + "epoch": 79.26856561546286, + "grad_norm": 0.3801565170288086, + "learning_rate": 1.0371951219512196e-05, + "loss": 0.1069448471069336, + "step": 19500 + }, + { + "epoch": 79.67548321464903, + "grad_norm": 0.3454410433769226, + "learning_rate": 1.016869918699187e-05, + "loss": 0.1073939323425293, + "step": 19600 + }, + { + "epoch": 80.08138351983723, + "grad_norm": 0.39253753423690796, + "learning_rate": 9.965447154471545e-06, + "loss": 0.10771261215209961, + "step": 19700 + }, + { + "epoch": 80.4883011190234, + "grad_norm": 0.3993542492389679, + "learning_rate": 9.76219512195122e-06, + "loss": 0.1063893699645996, + "step": 19800 + }, + { + "epoch": 80.89521871820956, + "grad_norm": 0.3392242193222046, + "learning_rate": 9.558943089430896e-06, + "loss": 0.10845626831054687, + "step": 19900 + }, + { + "epoch": 81.30111902339776, + "grad_norm": 0.388970285654068, + "learning_rate": 9.35569105691057e-06, + "loss": 0.10629038810729981, + "step": 20000 + }, + { + "epoch": 81.70803662258393, + "grad_norm": 0.37038543820381165, + "learning_rate": 9.152439024390245e-06, + "loss": 0.10680668830871581, + "step": 20100 + }, + { + "epoch": 82.11393692777213, + "grad_norm": 0.2937931418418884, + "learning_rate": 8.951219512195121e-06, + "loss": 0.10712409973144531, + "step": 20200 + }, + { + "epoch": 82.52085452695829, + "grad_norm": 0.4904901087284088, + "learning_rate": 8.747967479674797e-06, + "loss": 0.10588153839111328, + "step": 20300 + }, + { + "epoch": 82.92777212614446, + "grad_norm": 0.3864389955997467, + "learning_rate": 8.544715447154472e-06, + "loss": 0.10728861808776856, + "step": 20400 + }, + { + "epoch": 83.33367243133266, + "grad_norm": 0.33407557010650635, + "learning_rate": 8.341463414634147e-06, + "loss": 0.10629630088806152, + "step": 20500 + }, + { + "epoch": 83.74059003051882, + "grad_norm": 0.36772793531417847, + "learning_rate": 8.138211382113821e-06, + "loss": 0.10639795303344726, + "step": 20600 + }, + { + "epoch": 84.14649033570701, + "grad_norm": 0.3545810282230377, + "learning_rate": 7.934959349593497e-06, + "loss": 0.10623548507690429, + "step": 20700 + }, + { + "epoch": 84.55340793489319, + "grad_norm": 0.3248669505119324, + "learning_rate": 7.73170731707317e-06, + "loss": 0.10578085899353028, + "step": 20800 + }, + { + "epoch": 84.96032553407935, + "grad_norm": 0.4370550811290741, + "learning_rate": 7.528455284552846e-06, + "loss": 0.1073326301574707, + "step": 20900 + }, + { + "epoch": 85.36622583926754, + "grad_norm": 0.3504093289375305, + "learning_rate": 7.325203252032521e-06, + "loss": 0.10503761291503906, + "step": 21000 + }, + { + "epoch": 85.77314343845372, + "grad_norm": 0.3748612701892853, + "learning_rate": 7.121951219512195e-06, + "loss": 0.10638636589050293, + "step": 21100 + }, + { + "epoch": 86.17904374364191, + "grad_norm": 0.3668193817138672, + "learning_rate": 6.91869918699187e-06, + "loss": 0.10590841293334961, + "step": 21200 + }, + { + "epoch": 86.58596134282807, + "grad_norm": 0.35107851028442383, + "learning_rate": 6.715447154471545e-06, + "loss": 0.10564091682434082, + "step": 21300 + }, + { + "epoch": 86.99287894201424, + "grad_norm": 0.37059542536735535, + "learning_rate": 6.51219512195122e-06, + "loss": 0.10642205238342285, + "step": 21400 + }, + { + "epoch": 87.39877924720244, + "grad_norm": 0.31983596086502075, + "learning_rate": 6.308943089430895e-06, + "loss": 0.10473756790161133, + "step": 21500 + }, + { + "epoch": 87.8056968463886, + "grad_norm": 0.422577828168869, + "learning_rate": 6.105691056910569e-06, + "loss": 0.10532262802124023, + "step": 21600 + }, + { + "epoch": 88.21159715157681, + "grad_norm": 0.38195475935935974, + "learning_rate": 5.902439024390244e-06, + "loss": 0.10527625083923339, + "step": 21700 + }, + { + "epoch": 88.61851475076297, + "grad_norm": 0.3316293954849243, + "learning_rate": 5.699186991869919e-06, + "loss": 0.10518063545227051, + "step": 21800 + }, + { + "epoch": 89.02441505595117, + "grad_norm": 0.3024890422821045, + "learning_rate": 5.495934959349594e-06, + "loss": 0.10581205368041992, + "step": 21900 + }, + { + "epoch": 89.43133265513734, + "grad_norm": 0.3662935793399811, + "learning_rate": 5.292682926829268e-06, + "loss": 0.1043025779724121, + "step": 22000 + }, + { + "epoch": 89.8382502543235, + "grad_norm": 0.39205458760261536, + "learning_rate": 5.089430894308944e-06, + "loss": 0.10594005584716797, + "step": 22100 + }, + { + "epoch": 90.2441505595117, + "grad_norm": 0.36730584502220154, + "learning_rate": 4.8861788617886175e-06, + "loss": 0.10474937438964843, + "step": 22200 + }, + { + "epoch": 90.65106815869787, + "grad_norm": 0.4426977336406708, + "learning_rate": 4.682926829268293e-06, + "loss": 0.1048725414276123, + "step": 22300 + }, + { + "epoch": 91.05696846388607, + "grad_norm": 0.41852545738220215, + "learning_rate": 4.479674796747968e-06, + "loss": 0.10553150177001953, + "step": 22400 + }, + { + "epoch": 91.46388606307222, + "grad_norm": 0.43824058771133423, + "learning_rate": 4.276422764227642e-06, + "loss": 0.10398255348205566, + "step": 22500 + }, + { + "epoch": 91.8708036622584, + "grad_norm": 0.38566499948501587, + "learning_rate": 4.0731707317073175e-06, + "loss": 0.10502885818481446, + "step": 22600 + }, + { + "epoch": 92.2767039674466, + "grad_norm": 0.3468444049358368, + "learning_rate": 3.869918699186992e-06, + "loss": 0.1045357608795166, + "step": 22700 + }, + { + "epoch": 92.68362156663275, + "grad_norm": 0.37289711833000183, + "learning_rate": 3.666666666666667e-06, + "loss": 0.10427562713623047, + "step": 22800 + }, + { + "epoch": 93.08952187182095, + "grad_norm": 0.3842879831790924, + "learning_rate": 3.463414634146342e-06, + "loss": 0.10496392250061035, + "step": 22900 + }, + { + "epoch": 93.49643947100712, + "grad_norm": 0.35166385769844055, + "learning_rate": 3.260162601626016e-06, + "loss": 0.1039085865020752, + "step": 23000 + }, + { + "epoch": 93.90335707019328, + "grad_norm": 0.41923660039901733, + "learning_rate": 3.0569105691056915e-06, + "loss": 0.10456839561462403, + "step": 23100 + }, + { + "epoch": 94.30925737538149, + "grad_norm": 0.35394325852394104, + "learning_rate": 2.853658536585366e-06, + "loss": 0.10369532585144042, + "step": 23200 + }, + { + "epoch": 94.71617497456765, + "grad_norm": 0.4032345712184906, + "learning_rate": 2.6504065040650406e-06, + "loss": 0.10392773628234864, + "step": 23300 + }, + { + "epoch": 95.12207527975585, + "grad_norm": 0.3601568043231964, + "learning_rate": 2.4471544715447156e-06, + "loss": 0.10439200401306152, + "step": 23400 + }, + { + "epoch": 95.52899287894202, + "grad_norm": 0.31987228989601135, + "learning_rate": 2.24390243902439e-06, + "loss": 0.10375185012817383, + "step": 23500 + }, + { + "epoch": 95.93591047812818, + "grad_norm": 0.34610381722450256, + "learning_rate": 2.040650406504065e-06, + "loss": 0.10413949012756347, + "step": 23600 + }, + { + "epoch": 96.34181078331638, + "grad_norm": 0.4018370807170868, + "learning_rate": 1.8373983739837402e-06, + "loss": 0.10352941513061524, + "step": 23700 + }, + { + "epoch": 96.74872838250255, + "grad_norm": 0.44118449091911316, + "learning_rate": 1.6341463414634147e-06, + "loss": 0.1036347770690918, + "step": 23800 + }, + { + "epoch": 97.15462868769075, + "grad_norm": 0.37857937812805176, + "learning_rate": 1.4308943089430895e-06, + "loss": 0.10369613647460937, + "step": 23900 + }, + { + "epoch": 97.5615462868769, + "grad_norm": 0.35151559114456177, + "learning_rate": 1.2276422764227643e-06, + "loss": 0.1033250617980957, + "step": 24000 + }, + { + "epoch": 97.96846388606308, + "grad_norm": 0.382840633392334, + "learning_rate": 1.024390243902439e-06, + "loss": 0.10354130744934081, + "step": 24100 + }, + { + "epoch": 98.37436419125127, + "grad_norm": 0.3669384717941284, + "learning_rate": 8.231707317073171e-07, + "loss": 0.10343255996704101, + "step": 24200 + }, + { + "epoch": 98.78128179043743, + "grad_norm": 0.3528887629508972, + "learning_rate": 6.199186991869919e-07, + "loss": 0.10321478843688965, + "step": 24300 + }, + { + "epoch": 99.18718209562563, + "grad_norm": 0.3635615408420563, + "learning_rate": 4.1666666666666667e-07, + "loss": 0.10364872932434083, + "step": 24400 + }, + { + "epoch": 99.5940996948118, + "grad_norm": 0.34146395325660706, + "learning_rate": 2.134146341463415e-07, + "loss": 0.10295369148254395, + "step": 24500 + } + ], + "logging_steps": 100, + "max_steps": 24600, + "num_input_tokens_seen": 0, + "num_train_epochs": 100, + "save_steps": 100, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 1.817055179476992e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/training_args.bin b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24500/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/config.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1652deeae805aff4a6be2a457f2fd4224238f9ea --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/config.json @@ -0,0 +1,34 @@ +{ + "activation_function": "gelu_new", + "add_cross_attention": false, + "architectures": [ + "GPT2LMHeadModel" + ], + "attn_pdrop": 0.1, + "bos_token_id": 5, + "dtype": "float32", + "embd_pdrop": 0.1, + "eos_token_id": 6, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_embd": 768, + "n_head": 12, + "n_inner": null, + "n_layer": 6, + "n_positions": 1024, + "pad_token_id": null, + "reorder_and_upcast_attn": false, + "resid_pdrop": 0.1, + "scale_attn_by_inverse_layer_idx": false, + "scale_attn_weights": true, + "summary_activation": null, + "summary_first_dropout": 0.1, + "summary_proj_to_labels": true, + "summary_type": "cls_index", + "summary_use_proj": true, + "tie_word_embeddings": true, + "transformers_version": "5.0.0", + "use_cache": false, + "vocab_size": 634 +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/generation_config.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..924a50ac2147ad1e4b27e42ba99bcc6278ee372a --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/generation_config.json @@ -0,0 +1,9 @@ +{ + "_from_model_config": true, + "bos_token_id": 5, + "eos_token_id": 6, + "output_attentions": false, + "output_hidden_states": false, + "transformers_version": "5.0.0", + "use_cache": true +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/model.safetensors b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..12ff70e89e4a1caa0034f2f616c180b66e3cd257 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4979237f4619b463d9a9aae65e15e29676c9a312551d044d9d4df281419494dd +size 175216072 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/optimizer.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..fc2b3ee9f648f3ac89aadc90b81541c80b39d23e --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c3c632dc08c66f0b3e3c3d5bbc348afbff46fed4497dce45c6f18400b6fe82 +size 350481227 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/rng_state.pth b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..78aca67d45fa5bb2ce63960baeecf8e4576db478 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0c8d75876d79dd79bcb5ffc17fb12bd2c1afa20e898e2e4bbc945677a556ef +size 14645 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/scaler.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..6e5057cd1dd61442ba6ae09644a5a3434bb5351c --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5241145d75d69204d35e6672cdb69a946ae758992c25f0a044d626dab7c5e7 +size 1383 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/scheduler.pt b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..7e9ca98408499afdd9f449de39422bec81cc90da --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54eb22f09d6fca904cc9f8be6329ba1e3247e3f5c270d1d6f541d810c8e96f62 +size 1465 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/trainer_state.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..27e297955689223d33f11ba29f4604c78057583e --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/trainer_state.json @@ -0,0 +1,1756 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 100.0, + "eval_steps": 100, + "global_step": 24600, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.4069175991861648, + "grad_norm": 0.7240590453147888, + "learning_rate": 4.979878048780488e-05, + "loss": 1.8182670593261718, + "step": 100 + }, + { + "epoch": 0.8138351983723296, + "grad_norm": 0.7133025527000427, + "learning_rate": 4.959552845528456e-05, + "loss": 0.7650885772705078, + "step": 200 + }, + { + "epoch": 1.219735503560529, + "grad_norm": 0.7901988625526428, + "learning_rate": 4.9392276422764226e-05, + "loss": 0.6462235260009765, + "step": 300 + }, + { + "epoch": 1.626653102746694, + "grad_norm": 0.8053261041641235, + "learning_rate": 4.9189024390243907e-05, + "loss": 0.5877412033081054, + "step": 400 + }, + { + "epoch": 2.032553407934893, + "grad_norm": 0.7316781878471375, + "learning_rate": 4.898577235772358e-05, + "loss": 0.5440585708618164, + "step": 500 + }, + { + "epoch": 2.439471007121058, + "grad_norm": 0.7866023778915405, + "learning_rate": 4.8782520325203254e-05, + "loss": 0.5094226455688476, + "step": 600 + }, + { + "epoch": 2.846388606307223, + "grad_norm": 0.9065372943878174, + "learning_rate": 4.857926829268293e-05, + "loss": 0.48453693389892577, + "step": 700 + }, + { + "epoch": 3.2522889114954223, + "grad_norm": 0.7724050283432007, + "learning_rate": 4.83760162601626e-05, + "loss": 0.45643714904785154, + "step": 800 + }, + { + "epoch": 3.659206510681587, + "grad_norm": 0.9151042699813843, + "learning_rate": 4.817276422764228e-05, + "loss": 0.433975830078125, + "step": 900 + }, + { + "epoch": 4.065106815869786, + "grad_norm": 0.7440464496612549, + "learning_rate": 4.796951219512195e-05, + "loss": 0.4153615570068359, + "step": 1000 + }, + { + "epoch": 4.472024415055952, + "grad_norm": 0.8052405118942261, + "learning_rate": 4.776626016260163e-05, + "loss": 0.3905106735229492, + "step": 1100 + }, + { + "epoch": 4.878942014242116, + "grad_norm": 0.8794599771499634, + "learning_rate": 4.75630081300813e-05, + "loss": 0.37519393920898436, + "step": 1200 + }, + { + "epoch": 5.284842319430315, + "grad_norm": 0.7914945483207703, + "learning_rate": 4.735975609756098e-05, + "loss": 0.3520925521850586, + "step": 1300 + }, + { + "epoch": 5.69175991861648, + "grad_norm": 0.7824999690055847, + "learning_rate": 4.715650406504065e-05, + "loss": 0.3414617156982422, + "step": 1400 + }, + { + "epoch": 6.09766022380468, + "grad_norm": 0.900433361530304, + "learning_rate": 4.695325203252033e-05, + "loss": 0.3322624206542969, + "step": 1500 + }, + { + "epoch": 6.504577822990845, + "grad_norm": 0.8250368237495422, + "learning_rate": 4.6750000000000005e-05, + "loss": 0.3091628074645996, + "step": 1600 + }, + { + "epoch": 6.911495422177009, + "grad_norm": 0.8562306761741638, + "learning_rate": 4.654674796747968e-05, + "loss": 0.30464729309082034, + "step": 1700 + }, + { + "epoch": 7.317395727365208, + "grad_norm": 0.7472948431968689, + "learning_rate": 4.634349593495935e-05, + "loss": 0.28648908615112306, + "step": 1800 + }, + { + "epoch": 7.724313326551373, + "grad_norm": 0.8271859288215637, + "learning_rate": 4.6140243902439026e-05, + "loss": 0.2778903961181641, + "step": 1900 + }, + { + "epoch": 8.130213631739572, + "grad_norm": 0.8640561103820801, + "learning_rate": 4.59369918699187e-05, + "loss": 0.27274896621704103, + "step": 2000 + }, + { + "epoch": 8.537131230925738, + "grad_norm": 0.8267282843589783, + "learning_rate": 4.573373983739837e-05, + "loss": 0.2627296257019043, + "step": 2100 + }, + { + "epoch": 8.944048830111903, + "grad_norm": 0.8527095913887024, + "learning_rate": 4.5530487804878054e-05, + "loss": 0.25442541122436524, + "step": 2200 + }, + { + "epoch": 9.349949135300102, + "grad_norm": 0.7909609079360962, + "learning_rate": 4.532723577235772e-05, + "loss": 0.2401682472229004, + "step": 2300 + }, + { + "epoch": 9.756866734486266, + "grad_norm": 0.8527955412864685, + "learning_rate": 4.51239837398374e-05, + "loss": 0.24343259811401366, + "step": 2400 + }, + { + "epoch": 10.162767039674465, + "grad_norm": 0.8749442100524902, + "learning_rate": 4.4920731707317075e-05, + "loss": 0.2378898811340332, + "step": 2500 + }, + { + "epoch": 10.56968463886063, + "grad_norm": 0.6953405737876892, + "learning_rate": 4.4717479674796755e-05, + "loss": 0.2257753372192383, + "step": 2600 + }, + { + "epoch": 10.976602238046796, + "grad_norm": 0.9314142465591431, + "learning_rate": 4.451422764227642e-05, + "loss": 0.2222427749633789, + "step": 2700 + }, + { + "epoch": 11.382502543234995, + "grad_norm": 0.867010235786438, + "learning_rate": 4.43109756097561e-05, + "loss": 0.21257221221923828, + "step": 2800 + }, + { + "epoch": 11.789420142421159, + "grad_norm": 0.8056593537330627, + "learning_rate": 4.4107723577235777e-05, + "loss": 0.2145974540710449, + "step": 2900 + }, + { + "epoch": 12.19532044760936, + "grad_norm": 0.7111354470252991, + "learning_rate": 4.390447154471545e-05, + "loss": 0.21043935775756836, + "step": 3000 + }, + { + "epoch": 12.602238046795524, + "grad_norm": 0.7072705030441284, + "learning_rate": 4.3701219512195124e-05, + "loss": 0.20131704330444336, + "step": 3100 + }, + { + "epoch": 13.008138351983723, + "grad_norm": 0.6998376250267029, + "learning_rate": 4.34979674796748e-05, + "loss": 0.20458351135253905, + "step": 3200 + }, + { + "epoch": 13.415055951169888, + "grad_norm": 0.718458890914917, + "learning_rate": 4.329471544715447e-05, + "loss": 0.19311668395996093, + "step": 3300 + }, + { + "epoch": 13.821973550356052, + "grad_norm": 0.7844780683517456, + "learning_rate": 4.3091463414634145e-05, + "loss": 0.1948075485229492, + "step": 3400 + }, + { + "epoch": 14.227873855544253, + "grad_norm": 0.6950380206108093, + "learning_rate": 4.2888211382113826e-05, + "loss": 0.18989095687866211, + "step": 3500 + }, + { + "epoch": 14.634791454730417, + "grad_norm": 0.6639586687088013, + "learning_rate": 4.26849593495935e-05, + "loss": 0.18575754165649414, + "step": 3600 + }, + { + "epoch": 15.040691759918616, + "grad_norm": 0.6470580101013184, + "learning_rate": 4.248170731707317e-05, + "loss": 0.18650327682495116, + "step": 3700 + }, + { + "epoch": 15.447609359104781, + "grad_norm": 0.4388244152069092, + "learning_rate": 4.227845528455285e-05, + "loss": 0.17966192245483398, + "step": 3800 + }, + { + "epoch": 15.854526958290947, + "grad_norm": 0.749351441860199, + "learning_rate": 4.207520325203253e-05, + "loss": 0.17948457717895508, + "step": 3900 + }, + { + "epoch": 16.260427263479144, + "grad_norm": 0.5461596250534058, + "learning_rate": 4.1871951219512194e-05, + "loss": 0.17656536102294923, + "step": 4000 + }, + { + "epoch": 16.66734486266531, + "grad_norm": 0.5824693441390991, + "learning_rate": 4.1668699186991875e-05, + "loss": 0.17506584167480468, + "step": 4100 + }, + { + "epoch": 17.07324516785351, + "grad_norm": 0.683836817741394, + "learning_rate": 4.146544715447155e-05, + "loss": 0.17581455230712892, + "step": 4200 + }, + { + "epoch": 17.480162767039676, + "grad_norm": 0.531136691570282, + "learning_rate": 4.126219512195122e-05, + "loss": 0.1693857192993164, + "step": 4300 + }, + { + "epoch": 17.887080366225838, + "grad_norm": 0.6108313798904419, + "learning_rate": 4.1058943089430896e-05, + "loss": 0.16898113250732422, + "step": 4400 + }, + { + "epoch": 18.29298067141404, + "grad_norm": 0.5442739129066467, + "learning_rate": 4.085569105691057e-05, + "loss": 0.1641520881652832, + "step": 4500 + }, + { + "epoch": 18.699898270600205, + "grad_norm": 0.7606774568557739, + "learning_rate": 4.065243902439024e-05, + "loss": 0.1660127830505371, + "step": 4600 + }, + { + "epoch": 19.105798575788402, + "grad_norm": 0.5696743130683899, + "learning_rate": 4.044918699186992e-05, + "loss": 0.16544981002807618, + "step": 4700 + }, + { + "epoch": 19.512716174974567, + "grad_norm": 0.641476571559906, + "learning_rate": 4.02459349593496e-05, + "loss": 0.16197633743286133, + "step": 4800 + }, + { + "epoch": 19.919633774160733, + "grad_norm": 0.6376638412475586, + "learning_rate": 4.004268292682927e-05, + "loss": 0.16251298904418945, + "step": 4900 + }, + { + "epoch": 20.32553407934893, + "grad_norm": 0.7308990359306335, + "learning_rate": 3.9839430894308945e-05, + "loss": 0.15801552772521973, + "step": 5000 + }, + { + "epoch": 20.732451678535096, + "grad_norm": 0.47218984365463257, + "learning_rate": 3.963617886178862e-05, + "loss": 0.15773940086364746, + "step": 5100 + }, + { + "epoch": 21.138351983723297, + "grad_norm": 0.620204508304596, + "learning_rate": 3.94329268292683e-05, + "loss": 0.15939827919006347, + "step": 5200 + }, + { + "epoch": 21.545269582909462, + "grad_norm": 0.5997836589813232, + "learning_rate": 3.9229674796747966e-05, + "loss": 0.15620616912841798, + "step": 5300 + }, + { + "epoch": 21.952187182095624, + "grad_norm": 0.5422883629798889, + "learning_rate": 3.9026422764227646e-05, + "loss": 0.1564560604095459, + "step": 5400 + }, + { + "epoch": 22.358087487283825, + "grad_norm": 0.5163514018058777, + "learning_rate": 3.882317073170732e-05, + "loss": 0.15240151405334473, + "step": 5500 + }, + { + "epoch": 22.76500508646999, + "grad_norm": 0.641179084777832, + "learning_rate": 3.8619918699186994e-05, + "loss": 0.153757905960083, + "step": 5600 + }, + { + "epoch": 23.170905391658188, + "grad_norm": 0.646504819393158, + "learning_rate": 3.841666666666667e-05, + "loss": 0.15093070030212402, + "step": 5700 + }, + { + "epoch": 23.577822990844354, + "grad_norm": 0.6479946970939636, + "learning_rate": 3.821341463414634e-05, + "loss": 0.1504894733428955, + "step": 5800 + }, + { + "epoch": 23.98474059003052, + "grad_norm": 0.7124186754226685, + "learning_rate": 3.801016260162602e-05, + "loss": 0.15200568199157716, + "step": 5900 + }, + { + "epoch": 24.39064089521872, + "grad_norm": 0.6385360956192017, + "learning_rate": 3.780691056910569e-05, + "loss": 0.14780141830444335, + "step": 6000 + }, + { + "epoch": 24.797558494404882, + "grad_norm": 0.5945413708686829, + "learning_rate": 3.760365853658537e-05, + "loss": 0.14937443733215333, + "step": 6100 + }, + { + "epoch": 25.203458799593083, + "grad_norm": 0.4849080443382263, + "learning_rate": 3.740040650406504e-05, + "loss": 0.14651341438293458, + "step": 6200 + }, + { + "epoch": 25.61037639877925, + "grad_norm": 0.585631251335144, + "learning_rate": 3.719715447154472e-05, + "loss": 0.14650885581970216, + "step": 6300 + }, + { + "epoch": 26.016276703967446, + "grad_norm": 0.588195264339447, + "learning_rate": 3.699390243902439e-05, + "loss": 0.14829113006591796, + "step": 6400 + }, + { + "epoch": 26.42319430315361, + "grad_norm": 0.5931805372238159, + "learning_rate": 3.679065040650407e-05, + "loss": 0.1437681484222412, + "step": 6500 + }, + { + "epoch": 26.830111902339777, + "grad_norm": 0.6655400991439819, + "learning_rate": 3.658739837398374e-05, + "loss": 0.14553485870361327, + "step": 6600 + }, + { + "epoch": 27.236012207527974, + "grad_norm": 0.5091884136199951, + "learning_rate": 3.638414634146342e-05, + "loss": 0.1430199146270752, + "step": 6700 + }, + { + "epoch": 27.64292980671414, + "grad_norm": 0.5540027022361755, + "learning_rate": 3.618089430894309e-05, + "loss": 0.14312357902526857, + "step": 6800 + }, + { + "epoch": 28.04883011190234, + "grad_norm": 0.5116063356399536, + "learning_rate": 3.5977642276422766e-05, + "loss": 0.14289451599121095, + "step": 6900 + }, + { + "epoch": 28.455747711088506, + "grad_norm": 0.4758087694644928, + "learning_rate": 3.577439024390244e-05, + "loss": 0.1393235969543457, + "step": 7000 + }, + { + "epoch": 28.862665310274668, + "grad_norm": 0.6003808379173279, + "learning_rate": 3.557113821138211e-05, + "loss": 0.1424593734741211, + "step": 7100 + }, + { + "epoch": 29.26856561546287, + "grad_norm": 0.6117088198661804, + "learning_rate": 3.5367886178861794e-05, + "loss": 0.13912353515625, + "step": 7200 + }, + { + "epoch": 29.675483214649034, + "grad_norm": 0.5676628947257996, + "learning_rate": 3.516463414634146e-05, + "loss": 0.13940438270568847, + "step": 7300 + }, + { + "epoch": 30.08138351983723, + "grad_norm": 0.5256761312484741, + "learning_rate": 3.496138211382114e-05, + "loss": 0.1402317142486572, + "step": 7400 + }, + { + "epoch": 30.488301119023397, + "grad_norm": 0.4706413447856903, + "learning_rate": 3.4758130081300815e-05, + "loss": 0.1375712585449219, + "step": 7500 + }, + { + "epoch": 30.895218718209563, + "grad_norm": 0.628667414188385, + "learning_rate": 3.455487804878049e-05, + "loss": 0.13875893592834473, + "step": 7600 + }, + { + "epoch": 31.301119023397764, + "grad_norm": 0.5044395923614502, + "learning_rate": 3.435162601626016e-05, + "loss": 0.13528180122375488, + "step": 7700 + }, + { + "epoch": 31.708036622583926, + "grad_norm": 0.5317256450653076, + "learning_rate": 3.414837398373984e-05, + "loss": 0.1368342113494873, + "step": 7800 + }, + { + "epoch": 32.11393692777212, + "grad_norm": 0.496188223361969, + "learning_rate": 3.3945121951219516e-05, + "loss": 0.13712364196777344, + "step": 7900 + }, + { + "epoch": 32.52085452695829, + "grad_norm": 0.5278375744819641, + "learning_rate": 3.374186991869919e-05, + "loss": 0.13503056526184082, + "step": 8000 + }, + { + "epoch": 32.927772126144454, + "grad_norm": 0.5770841836929321, + "learning_rate": 3.3538617886178864e-05, + "loss": 0.13618228912353517, + "step": 8100 + }, + { + "epoch": 33.33367243133266, + "grad_norm": 0.5055505037307739, + "learning_rate": 3.333536585365854e-05, + "loss": 0.13252436637878418, + "step": 8200 + }, + { + "epoch": 33.74059003051882, + "grad_norm": 0.5380068421363831, + "learning_rate": 3.313211382113821e-05, + "loss": 0.13484679222106932, + "step": 8300 + }, + { + "epoch": 34.14649033570702, + "grad_norm": 0.48350584506988525, + "learning_rate": 3.2928861788617885e-05, + "loss": 0.13440025329589844, + "step": 8400 + }, + { + "epoch": 34.55340793489319, + "grad_norm": 0.5017637610435486, + "learning_rate": 3.2725609756097565e-05, + "loss": 0.13270720481872558, + "step": 8500 + }, + { + "epoch": 34.96032553407935, + "grad_norm": 0.3734212815761566, + "learning_rate": 3.252235772357723e-05, + "loss": 0.13394296646118165, + "step": 8600 + }, + { + "epoch": 35.36622583926755, + "grad_norm": 0.5411403775215149, + "learning_rate": 3.231910569105691e-05, + "loss": 0.13039984703063964, + "step": 8700 + }, + { + "epoch": 35.773143438453715, + "grad_norm": 0.4996293783187866, + "learning_rate": 3.2115853658536587e-05, + "loss": 0.13267677307128906, + "step": 8800 + }, + { + "epoch": 36.17904374364191, + "grad_norm": 0.4926651120185852, + "learning_rate": 3.191260162601627e-05, + "loss": 0.13145945549011231, + "step": 8900 + }, + { + "epoch": 36.58596134282808, + "grad_norm": 0.5391742587089539, + "learning_rate": 3.1709349593495934e-05, + "loss": 0.12989474296569825, + "step": 9000 + }, + { + "epoch": 36.992878942014244, + "grad_norm": 0.5052071213722229, + "learning_rate": 3.1506097560975614e-05, + "loss": 0.13211841583251954, + "step": 9100 + }, + { + "epoch": 37.39877924720244, + "grad_norm": 0.4714391827583313, + "learning_rate": 3.130284552845529e-05, + "loss": 0.1280118179321289, + "step": 9200 + }, + { + "epoch": 37.80569684638861, + "grad_norm": 0.5054506063461304, + "learning_rate": 3.109959349593496e-05, + "loss": 0.1306837558746338, + "step": 9300 + }, + { + "epoch": 38.211597151576804, + "grad_norm": 0.5174620747566223, + "learning_rate": 3.0896341463414636e-05, + "loss": 0.12839694023132325, + "step": 9400 + }, + { + "epoch": 38.61851475076297, + "grad_norm": 0.4853898286819458, + "learning_rate": 3.069308943089431e-05, + "loss": 0.12839356422424317, + "step": 9500 + }, + { + "epoch": 39.02441505595117, + "grad_norm": 0.4030298888683319, + "learning_rate": 3.0489837398373983e-05, + "loss": 0.1295691204071045, + "step": 9600 + }, + { + "epoch": 39.43133265513733, + "grad_norm": 0.4803712069988251, + "learning_rate": 3.028658536585366e-05, + "loss": 0.12622284889221191, + "step": 9700 + }, + { + "epoch": 39.8382502543235, + "grad_norm": 0.4569058418273926, + "learning_rate": 3.0083333333333337e-05, + "loss": 0.12874893188476563, + "step": 9800 + }, + { + "epoch": 40.2441505595117, + "grad_norm": 0.5577067732810974, + "learning_rate": 2.988008130081301e-05, + "loss": 0.12659350395202637, + "step": 9900 + }, + { + "epoch": 40.65106815869786, + "grad_norm": 0.4891170561313629, + "learning_rate": 2.967682926829268e-05, + "loss": 0.1268461513519287, + "step": 10000 + }, + { + "epoch": 41.056968463886065, + "grad_norm": 0.3831835091114044, + "learning_rate": 2.947357723577236e-05, + "loss": 0.1268926429748535, + "step": 10100 + }, + { + "epoch": 41.46388606307223, + "grad_norm": 0.5112989544868469, + "learning_rate": 2.9270325203252035e-05, + "loss": 0.12328511238098144, + "step": 10200 + }, + { + "epoch": 41.870803662258396, + "grad_norm": 0.5172644853591919, + "learning_rate": 2.9067073170731706e-05, + "loss": 0.1268262767791748, + "step": 10300 + }, + { + "epoch": 42.27670396744659, + "grad_norm": 0.490537166595459, + "learning_rate": 2.8863821138211383e-05, + "loss": 0.12450304985046387, + "step": 10400 + }, + { + "epoch": 42.68362156663276, + "grad_norm": 0.5303480625152588, + "learning_rate": 2.866056910569106e-05, + "loss": 0.12462198257446289, + "step": 10500 + }, + { + "epoch": 43.089521871820956, + "grad_norm": 0.4877532720565796, + "learning_rate": 2.845731707317073e-05, + "loss": 0.12518665313720703, + "step": 10600 + }, + { + "epoch": 43.49643947100712, + "grad_norm": 0.4517391324043274, + "learning_rate": 2.8254065040650407e-05, + "loss": 0.12266253471374512, + "step": 10700 + }, + { + "epoch": 43.90335707019329, + "grad_norm": 0.4844261407852173, + "learning_rate": 2.8050813008130085e-05, + "loss": 0.12514205932617187, + "step": 10800 + }, + { + "epoch": 44.309257375381485, + "grad_norm": 0.5170755982398987, + "learning_rate": 2.784756097560976e-05, + "loss": 0.12207565307617188, + "step": 10900 + }, + { + "epoch": 44.71617497456765, + "grad_norm": 0.48824983835220337, + "learning_rate": 2.7644308943089432e-05, + "loss": 0.1236069393157959, + "step": 11000 + }, + { + "epoch": 45.12207527975585, + "grad_norm": 0.5291653275489807, + "learning_rate": 2.7441056910569106e-05, + "loss": 0.12340343475341797, + "step": 11100 + }, + { + "epoch": 45.52899287894201, + "grad_norm": 0.45560765266418457, + "learning_rate": 2.7237804878048783e-05, + "loss": 0.12228922843933106, + "step": 11200 + }, + { + "epoch": 45.93591047812818, + "grad_norm": 0.4397219121456146, + "learning_rate": 2.7034552845528453e-05, + "loss": 0.12391880989074706, + "step": 11300 + }, + { + "epoch": 46.341810783316376, + "grad_norm": 0.5103686451911926, + "learning_rate": 2.683130081300813e-05, + "loss": 0.1208030891418457, + "step": 11400 + }, + { + "epoch": 46.74872838250254, + "grad_norm": 0.4088208079338074, + "learning_rate": 2.6628048780487807e-05, + "loss": 0.12176087379455566, + "step": 11500 + }, + { + "epoch": 47.154628687690746, + "grad_norm": 0.41748762130737305, + "learning_rate": 2.6424796747967478e-05, + "loss": 0.12129343032836915, + "step": 11600 + }, + { + "epoch": 47.561546286876904, + "grad_norm": 0.4437125623226166, + "learning_rate": 2.6221544715447155e-05, + "loss": 0.11974434852600098, + "step": 11700 + }, + { + "epoch": 47.96846388606307, + "grad_norm": 0.475057452917099, + "learning_rate": 2.6018292682926832e-05, + "loss": 0.12264335632324219, + "step": 11800 + }, + { + "epoch": 48.374364191251274, + "grad_norm": 0.5436034202575684, + "learning_rate": 2.581504065040651e-05, + "loss": 0.11841196060180664, + "step": 11900 + }, + { + "epoch": 48.78128179043744, + "grad_norm": 0.4760415852069855, + "learning_rate": 2.561178861788618e-05, + "loss": 0.12137288093566895, + "step": 12000 + }, + { + "epoch": 49.18718209562564, + "grad_norm": 0.422686904668808, + "learning_rate": 2.5408536585365856e-05, + "loss": 0.11964929580688477, + "step": 12100 + }, + { + "epoch": 49.5940996948118, + "grad_norm": 0.5410513877868652, + "learning_rate": 2.520528455284553e-05, + "loss": 0.11964065551757813, + "step": 12200 + }, + { + "epoch": 50.0, + "grad_norm": 0.653501570224762, + "learning_rate": 2.5002032520325204e-05, + "loss": 0.12128134727478028, + "step": 12300 + }, + { + "epoch": 50.406917599186166, + "grad_norm": 0.42189866304397583, + "learning_rate": 2.4798780487804877e-05, + "loss": 0.11693785667419433, + "step": 12400 + }, + { + "epoch": 50.81383519837233, + "grad_norm": 0.4380466639995575, + "learning_rate": 2.459552845528455e-05, + "loss": 0.11983537673950195, + "step": 12500 + }, + { + "epoch": 51.21973550356053, + "grad_norm": 0.4788180887699127, + "learning_rate": 2.439227642276423e-05, + "loss": 0.1181547737121582, + "step": 12600 + }, + { + "epoch": 51.626653102746694, + "grad_norm": 0.53826504945755, + "learning_rate": 2.4189024390243902e-05, + "loss": 0.11840366363525391, + "step": 12700 + }, + { + "epoch": 52.03255340793489, + "grad_norm": 0.4476066827774048, + "learning_rate": 2.398577235772358e-05, + "loss": 0.11950986862182617, + "step": 12800 + }, + { + "epoch": 52.43947100712106, + "grad_norm": 0.4859403669834137, + "learning_rate": 2.3782520325203253e-05, + "loss": 0.11692608833312988, + "step": 12900 + }, + { + "epoch": 52.84638860630722, + "grad_norm": 0.49112850427627563, + "learning_rate": 2.3579268292682927e-05, + "loss": 0.1186048412322998, + "step": 13000 + }, + { + "epoch": 53.25228891149542, + "grad_norm": 0.4962292015552521, + "learning_rate": 2.3376016260162604e-05, + "loss": 0.11744449615478515, + "step": 13100 + }, + { + "epoch": 53.659206510681585, + "grad_norm": 0.4178580343723297, + "learning_rate": 2.3172764227642277e-05, + "loss": 0.11713447570800781, + "step": 13200 + }, + { + "epoch": 54.06510681586979, + "grad_norm": 0.44899746775627136, + "learning_rate": 2.2969512195121954e-05, + "loss": 0.1178321361541748, + "step": 13300 + }, + { + "epoch": 54.47202441505595, + "grad_norm": 0.5076332092285156, + "learning_rate": 2.2766260162601628e-05, + "loss": 0.11564252853393554, + "step": 13400 + }, + { + "epoch": 54.878942014242114, + "grad_norm": 0.4841324985027313, + "learning_rate": 2.2563008130081302e-05, + "loss": 0.1177243423461914, + "step": 13500 + }, + { + "epoch": 55.28484231943032, + "grad_norm": 0.4183539152145386, + "learning_rate": 2.2359756097560976e-05, + "loss": 0.11557777404785156, + "step": 13600 + }, + { + "epoch": 55.691759918616484, + "grad_norm": 0.3975617289543152, + "learning_rate": 2.215650406504065e-05, + "loss": 0.11593569755554199, + "step": 13700 + }, + { + "epoch": 56.09766022380468, + "grad_norm": 0.42523205280303955, + "learning_rate": 2.1953252032520326e-05, + "loss": 0.11668604850769043, + "step": 13800 + }, + { + "epoch": 56.504577822990846, + "grad_norm": 0.41392621397972107, + "learning_rate": 2.175e-05, + "loss": 0.11508787155151368, + "step": 13900 + }, + { + "epoch": 56.91149542217701, + "grad_norm": 0.43528929352760315, + "learning_rate": 2.1546747967479674e-05, + "loss": 0.11673335075378417, + "step": 14000 + }, + { + "epoch": 57.31739572736521, + "grad_norm": 0.4996587932109833, + "learning_rate": 2.134349593495935e-05, + "loss": 0.11386195182800293, + "step": 14100 + }, + { + "epoch": 57.724313326551375, + "grad_norm": 0.4665040969848633, + "learning_rate": 2.1140243902439025e-05, + "loss": 0.11549958229064941, + "step": 14200 + }, + { + "epoch": 58.13021363173957, + "grad_norm": 0.46795642375946045, + "learning_rate": 2.0936991869918702e-05, + "loss": 0.11462766647338868, + "step": 14300 + }, + { + "epoch": 58.53713123092574, + "grad_norm": 0.4123869836330414, + "learning_rate": 2.0733739837398375e-05, + "loss": 0.11371119499206543, + "step": 14400 + }, + { + "epoch": 58.9440488301119, + "grad_norm": 0.4311745762825012, + "learning_rate": 2.053048780487805e-05, + "loss": 0.11576779365539551, + "step": 14500 + }, + { + "epoch": 59.3499491353001, + "grad_norm": 0.4211689829826355, + "learning_rate": 2.0327235772357726e-05, + "loss": 0.11261045455932617, + "step": 14600 + }, + { + "epoch": 59.756866734486266, + "grad_norm": 0.42496293783187866, + "learning_rate": 2.01239837398374e-05, + "loss": 0.11467086791992187, + "step": 14700 + }, + { + "epoch": 60.16276703967446, + "grad_norm": 0.38952916860580444, + "learning_rate": 1.9920731707317074e-05, + "loss": 0.11382111549377441, + "step": 14800 + }, + { + "epoch": 60.56968463886063, + "grad_norm": 0.377311110496521, + "learning_rate": 1.9717479674796747e-05, + "loss": 0.1130320167541504, + "step": 14900 + }, + { + "epoch": 60.976602238046794, + "grad_norm": 0.3914807438850403, + "learning_rate": 1.951422764227642e-05, + "loss": 0.11505123138427735, + "step": 15000 + }, + { + "epoch": 61.38250254323499, + "grad_norm": 0.47322532534599304, + "learning_rate": 1.9310975609756098e-05, + "loss": 0.11152599334716796, + "step": 15100 + }, + { + "epoch": 61.78942014242116, + "grad_norm": 0.47654247283935547, + "learning_rate": 1.9107723577235772e-05, + "loss": 0.1136972427368164, + "step": 15200 + }, + { + "epoch": 62.19532044760936, + "grad_norm": 0.3586323857307434, + "learning_rate": 1.890447154471545e-05, + "loss": 0.1127845859527588, + "step": 15300 + }, + { + "epoch": 62.60223804679553, + "grad_norm": 0.39389142394065857, + "learning_rate": 1.8701219512195123e-05, + "loss": 0.11259670257568359, + "step": 15400 + }, + { + "epoch": 63.008138351983725, + "grad_norm": 0.3806001543998718, + "learning_rate": 1.8497967479674796e-05, + "loss": 0.11416690826416015, + "step": 15500 + }, + { + "epoch": 63.41505595116989, + "grad_norm": 0.36883506178855896, + "learning_rate": 1.8294715447154474e-05, + "loss": 0.11119485855102539, + "step": 15600 + }, + { + "epoch": 63.821973550356056, + "grad_norm": 0.3719407320022583, + "learning_rate": 1.8091463414634147e-05, + "loss": 0.1133639907836914, + "step": 15700 + }, + { + "epoch": 64.22787385554425, + "grad_norm": 0.4511202573776245, + "learning_rate": 1.7890243902439024e-05, + "loss": 0.11160045623779297, + "step": 15800 + }, + { + "epoch": 64.63479145473042, + "grad_norm": 0.3896177411079407, + "learning_rate": 1.76869918699187e-05, + "loss": 0.11250180244445801, + "step": 15900 + }, + { + "epoch": 65.04069175991862, + "grad_norm": 0.3560525178909302, + "learning_rate": 1.7483739837398374e-05, + "loss": 0.11272089958190917, + "step": 16000 + }, + { + "epoch": 65.44760935910477, + "grad_norm": 0.4285215735435486, + "learning_rate": 1.7280487804878048e-05, + "loss": 0.11050470352172852, + "step": 16100 + }, + { + "epoch": 65.85452695829095, + "grad_norm": 0.5046703219413757, + "learning_rate": 1.7077235772357725e-05, + "loss": 0.11258943557739258, + "step": 16200 + }, + { + "epoch": 66.26042726347914, + "grad_norm": 0.4057510495185852, + "learning_rate": 1.68739837398374e-05, + "loss": 0.11091347694396973, + "step": 16300 + }, + { + "epoch": 66.66734486266532, + "grad_norm": 0.40613025426864624, + "learning_rate": 1.6670731707317076e-05, + "loss": 0.11124279022216797, + "step": 16400 + }, + { + "epoch": 67.07324516785351, + "grad_norm": 0.35415953397750854, + "learning_rate": 1.646747967479675e-05, + "loss": 0.11193540573120117, + "step": 16500 + }, + { + "epoch": 67.48016276703967, + "grad_norm": 0.4624006748199463, + "learning_rate": 1.6264227642276423e-05, + "loss": 0.10985392570495606, + "step": 16600 + }, + { + "epoch": 67.88708036622585, + "grad_norm": 0.3951529562473297, + "learning_rate": 1.6060975609756097e-05, + "loss": 0.11152617454528808, + "step": 16700 + }, + { + "epoch": 68.29298067141404, + "grad_norm": 0.48635610938072205, + "learning_rate": 1.585772357723577e-05, + "loss": 0.11035741806030273, + "step": 16800 + }, + { + "epoch": 68.6998982706002, + "grad_norm": 0.3677632212638855, + "learning_rate": 1.5654471544715448e-05, + "loss": 0.11058786392211914, + "step": 16900 + }, + { + "epoch": 69.1057985757884, + "grad_norm": 0.4069930911064148, + "learning_rate": 1.545121951219512e-05, + "loss": 0.11133000373840332, + "step": 17000 + }, + { + "epoch": 69.51271617497457, + "grad_norm": 0.38626205921173096, + "learning_rate": 1.5247967479674795e-05, + "loss": 0.10966980934143067, + "step": 17100 + }, + { + "epoch": 69.91963377416073, + "grad_norm": 0.3888614773750305, + "learning_rate": 1.5044715447154473e-05, + "loss": 0.11119389533996582, + "step": 17200 + }, + { + "epoch": 70.32553407934893, + "grad_norm": 0.40253156423568726, + "learning_rate": 1.4841463414634146e-05, + "loss": 0.10918719291687012, + "step": 17300 + }, + { + "epoch": 70.7324516785351, + "grad_norm": 0.39953696727752686, + "learning_rate": 1.4638211382113823e-05, + "loss": 0.11012935638427734, + "step": 17400 + }, + { + "epoch": 71.1383519837233, + "grad_norm": 0.3642953932285309, + "learning_rate": 1.4434959349593497e-05, + "loss": 0.1098393154144287, + "step": 17500 + }, + { + "epoch": 71.54526958290946, + "grad_norm": 0.4282255470752716, + "learning_rate": 1.423170731707317e-05, + "loss": 0.1095953369140625, + "step": 17600 + }, + { + "epoch": 71.95218718209563, + "grad_norm": 0.3667422831058502, + "learning_rate": 1.4028455284552846e-05, + "loss": 0.11067225456237793, + "step": 17700 + }, + { + "epoch": 72.35808748728383, + "grad_norm": 0.4224833548069, + "learning_rate": 1.382520325203252e-05, + "loss": 0.10839300155639649, + "step": 17800 + }, + { + "epoch": 72.76500508646998, + "grad_norm": 0.3591252565383911, + "learning_rate": 1.3621951219512197e-05, + "loss": 0.10946136474609375, + "step": 17900 + }, + { + "epoch": 73.1709053916582, + "grad_norm": 0.3892015516757965, + "learning_rate": 1.3420731707317075e-05, + "loss": 0.10915140151977538, + "step": 18000 + }, + { + "epoch": 73.57782299084435, + "grad_norm": 0.37791383266448975, + "learning_rate": 1.3217479674796749e-05, + "loss": 0.1089102840423584, + "step": 18100 + }, + { + "epoch": 73.98474059003051, + "grad_norm": 0.3767296075820923, + "learning_rate": 1.3014227642276424e-05, + "loss": 0.10996441841125489, + "step": 18200 + }, + { + "epoch": 74.39064089521872, + "grad_norm": 0.3992011845111847, + "learning_rate": 1.2810975609756098e-05, + "loss": 0.10790308952331543, + "step": 18300 + }, + { + "epoch": 74.79755849440488, + "grad_norm": 0.364055335521698, + "learning_rate": 1.2607723577235771e-05, + "loss": 0.10892141342163086, + "step": 18400 + }, + { + "epoch": 75.20345879959308, + "grad_norm": 0.37131980061531067, + "learning_rate": 1.2404471544715447e-05, + "loss": 0.10842490196228027, + "step": 18500 + }, + { + "epoch": 75.61037639877925, + "grad_norm": 0.4040790796279907, + "learning_rate": 1.2201219512195122e-05, + "loss": 0.10819109916687011, + "step": 18600 + }, + { + "epoch": 76.01627670396745, + "grad_norm": 0.34498271346092224, + "learning_rate": 1.1997967479674798e-05, + "loss": 0.10947603225708008, + "step": 18700 + }, + { + "epoch": 76.42319430315361, + "grad_norm": 0.4026716947555542, + "learning_rate": 1.1794715447154473e-05, + "loss": 0.10717120170593261, + "step": 18800 + }, + { + "epoch": 76.83011190233978, + "grad_norm": 0.46752282977104187, + "learning_rate": 1.1591463414634147e-05, + "loss": 0.10889058113098145, + "step": 18900 + }, + { + "epoch": 77.23601220752798, + "grad_norm": 0.39453306794166565, + "learning_rate": 1.138821138211382e-05, + "loss": 0.10760281562805175, + "step": 19000 + }, + { + "epoch": 77.64292980671414, + "grad_norm": 0.3971138298511505, + "learning_rate": 1.1184959349593496e-05, + "loss": 0.10802845001220703, + "step": 19100 + }, + { + "epoch": 78.04883011190233, + "grad_norm": 0.3829537034034729, + "learning_rate": 1.0981707317073171e-05, + "loss": 0.1085299301147461, + "step": 19200 + }, + { + "epoch": 78.4557477110885, + "grad_norm": 0.36934468150138855, + "learning_rate": 1.0778455284552847e-05, + "loss": 0.1071004867553711, + "step": 19300 + }, + { + "epoch": 78.86266531027466, + "grad_norm": 0.3965001702308655, + "learning_rate": 1.0575203252032522e-05, + "loss": 0.10849326133728027, + "step": 19400 + }, + { + "epoch": 79.26856561546286, + "grad_norm": 0.3801565170288086, + "learning_rate": 1.0371951219512196e-05, + "loss": 0.1069448471069336, + "step": 19500 + }, + { + "epoch": 79.67548321464903, + "grad_norm": 0.3454410433769226, + "learning_rate": 1.016869918699187e-05, + "loss": 0.1073939323425293, + "step": 19600 + }, + { + "epoch": 80.08138351983723, + "grad_norm": 0.39253753423690796, + "learning_rate": 9.965447154471545e-06, + "loss": 0.10771261215209961, + "step": 19700 + }, + { + "epoch": 80.4883011190234, + "grad_norm": 0.3993542492389679, + "learning_rate": 9.76219512195122e-06, + "loss": 0.1063893699645996, + "step": 19800 + }, + { + "epoch": 80.89521871820956, + "grad_norm": 0.3392242193222046, + "learning_rate": 9.558943089430896e-06, + "loss": 0.10845626831054687, + "step": 19900 + }, + { + "epoch": 81.30111902339776, + "grad_norm": 0.388970285654068, + "learning_rate": 9.35569105691057e-06, + "loss": 0.10629038810729981, + "step": 20000 + }, + { + "epoch": 81.70803662258393, + "grad_norm": 0.37038543820381165, + "learning_rate": 9.152439024390245e-06, + "loss": 0.10680668830871581, + "step": 20100 + }, + { + "epoch": 82.11393692777213, + "grad_norm": 0.2937931418418884, + "learning_rate": 8.951219512195121e-06, + "loss": 0.10712409973144531, + "step": 20200 + }, + { + "epoch": 82.52085452695829, + "grad_norm": 0.4904901087284088, + "learning_rate": 8.747967479674797e-06, + "loss": 0.10588153839111328, + "step": 20300 + }, + { + "epoch": 82.92777212614446, + "grad_norm": 0.3864389955997467, + "learning_rate": 8.544715447154472e-06, + "loss": 0.10728861808776856, + "step": 20400 + }, + { + "epoch": 83.33367243133266, + "grad_norm": 0.33407557010650635, + "learning_rate": 8.341463414634147e-06, + "loss": 0.10629630088806152, + "step": 20500 + }, + { + "epoch": 83.74059003051882, + "grad_norm": 0.36772793531417847, + "learning_rate": 8.138211382113821e-06, + "loss": 0.10639795303344726, + "step": 20600 + }, + { + "epoch": 84.14649033570701, + "grad_norm": 0.3545810282230377, + "learning_rate": 7.934959349593497e-06, + "loss": 0.10623548507690429, + "step": 20700 + }, + { + "epoch": 84.55340793489319, + "grad_norm": 0.3248669505119324, + "learning_rate": 7.73170731707317e-06, + "loss": 0.10578085899353028, + "step": 20800 + }, + { + "epoch": 84.96032553407935, + "grad_norm": 0.4370550811290741, + "learning_rate": 7.528455284552846e-06, + "loss": 0.1073326301574707, + "step": 20900 + }, + { + "epoch": 85.36622583926754, + "grad_norm": 0.3504093289375305, + "learning_rate": 7.325203252032521e-06, + "loss": 0.10503761291503906, + "step": 21000 + }, + { + "epoch": 85.77314343845372, + "grad_norm": 0.3748612701892853, + "learning_rate": 7.121951219512195e-06, + "loss": 0.10638636589050293, + "step": 21100 + }, + { + "epoch": 86.17904374364191, + "grad_norm": 0.3668193817138672, + "learning_rate": 6.91869918699187e-06, + "loss": 0.10590841293334961, + "step": 21200 + }, + { + "epoch": 86.58596134282807, + "grad_norm": 0.35107851028442383, + "learning_rate": 6.715447154471545e-06, + "loss": 0.10564091682434082, + "step": 21300 + }, + { + "epoch": 86.99287894201424, + "grad_norm": 0.37059542536735535, + "learning_rate": 6.51219512195122e-06, + "loss": 0.10642205238342285, + "step": 21400 + }, + { + "epoch": 87.39877924720244, + "grad_norm": 0.31983596086502075, + "learning_rate": 6.308943089430895e-06, + "loss": 0.10473756790161133, + "step": 21500 + }, + { + "epoch": 87.8056968463886, + "grad_norm": 0.422577828168869, + "learning_rate": 6.105691056910569e-06, + "loss": 0.10532262802124023, + "step": 21600 + }, + { + "epoch": 88.21159715157681, + "grad_norm": 0.38195475935935974, + "learning_rate": 5.902439024390244e-06, + "loss": 0.10527625083923339, + "step": 21700 + }, + { + "epoch": 88.61851475076297, + "grad_norm": 0.3316293954849243, + "learning_rate": 5.699186991869919e-06, + "loss": 0.10518063545227051, + "step": 21800 + }, + { + "epoch": 89.02441505595117, + "grad_norm": 0.3024890422821045, + "learning_rate": 5.495934959349594e-06, + "loss": 0.10581205368041992, + "step": 21900 + }, + { + "epoch": 89.43133265513734, + "grad_norm": 0.3662935793399811, + "learning_rate": 5.292682926829268e-06, + "loss": 0.1043025779724121, + "step": 22000 + }, + { + "epoch": 89.8382502543235, + "grad_norm": 0.39205458760261536, + "learning_rate": 5.089430894308944e-06, + "loss": 0.10594005584716797, + "step": 22100 + }, + { + "epoch": 90.2441505595117, + "grad_norm": 0.36730584502220154, + "learning_rate": 4.8861788617886175e-06, + "loss": 0.10474937438964843, + "step": 22200 + }, + { + "epoch": 90.65106815869787, + "grad_norm": 0.4426977336406708, + "learning_rate": 4.682926829268293e-06, + "loss": 0.1048725414276123, + "step": 22300 + }, + { + "epoch": 91.05696846388607, + "grad_norm": 0.41852545738220215, + "learning_rate": 4.479674796747968e-06, + "loss": 0.10553150177001953, + "step": 22400 + }, + { + "epoch": 91.46388606307222, + "grad_norm": 0.43824058771133423, + "learning_rate": 4.276422764227642e-06, + "loss": 0.10398255348205566, + "step": 22500 + }, + { + "epoch": 91.8708036622584, + "grad_norm": 0.38566499948501587, + "learning_rate": 4.0731707317073175e-06, + "loss": 0.10502885818481446, + "step": 22600 + }, + { + "epoch": 92.2767039674466, + "grad_norm": 0.3468444049358368, + "learning_rate": 3.869918699186992e-06, + "loss": 0.1045357608795166, + "step": 22700 + }, + { + "epoch": 92.68362156663275, + "grad_norm": 0.37289711833000183, + "learning_rate": 3.666666666666667e-06, + "loss": 0.10427562713623047, + "step": 22800 + }, + { + "epoch": 93.08952187182095, + "grad_norm": 0.3842879831790924, + "learning_rate": 3.463414634146342e-06, + "loss": 0.10496392250061035, + "step": 22900 + }, + { + "epoch": 93.49643947100712, + "grad_norm": 0.35166385769844055, + "learning_rate": 3.260162601626016e-06, + "loss": 0.1039085865020752, + "step": 23000 + }, + { + "epoch": 93.90335707019328, + "grad_norm": 0.41923660039901733, + "learning_rate": 3.0569105691056915e-06, + "loss": 0.10456839561462403, + "step": 23100 + }, + { + "epoch": 94.30925737538149, + "grad_norm": 0.35394325852394104, + "learning_rate": 2.853658536585366e-06, + "loss": 0.10369532585144042, + "step": 23200 + }, + { + "epoch": 94.71617497456765, + "grad_norm": 0.4032345712184906, + "learning_rate": 2.6504065040650406e-06, + "loss": 0.10392773628234864, + "step": 23300 + }, + { + "epoch": 95.12207527975585, + "grad_norm": 0.3601568043231964, + "learning_rate": 2.4471544715447156e-06, + "loss": 0.10439200401306152, + "step": 23400 + }, + { + "epoch": 95.52899287894202, + "grad_norm": 0.31987228989601135, + "learning_rate": 2.24390243902439e-06, + "loss": 0.10375185012817383, + "step": 23500 + }, + { + "epoch": 95.93591047812818, + "grad_norm": 0.34610381722450256, + "learning_rate": 2.040650406504065e-06, + "loss": 0.10413949012756347, + "step": 23600 + }, + { + "epoch": 96.34181078331638, + "grad_norm": 0.4018370807170868, + "learning_rate": 1.8373983739837402e-06, + "loss": 0.10352941513061524, + "step": 23700 + }, + { + "epoch": 96.74872838250255, + "grad_norm": 0.44118449091911316, + "learning_rate": 1.6341463414634147e-06, + "loss": 0.1036347770690918, + "step": 23800 + }, + { + "epoch": 97.15462868769075, + "grad_norm": 0.37857937812805176, + "learning_rate": 1.4308943089430895e-06, + "loss": 0.10369613647460937, + "step": 23900 + }, + { + "epoch": 97.5615462868769, + "grad_norm": 0.35151559114456177, + "learning_rate": 1.2276422764227643e-06, + "loss": 0.1033250617980957, + "step": 24000 + }, + { + "epoch": 97.96846388606308, + "grad_norm": 0.382840633392334, + "learning_rate": 1.024390243902439e-06, + "loss": 0.10354130744934081, + "step": 24100 + }, + { + "epoch": 98.37436419125127, + "grad_norm": 0.3669384717941284, + "learning_rate": 8.231707317073171e-07, + "loss": 0.10343255996704101, + "step": 24200 + }, + { + "epoch": 98.78128179043743, + "grad_norm": 0.3528887629508972, + "learning_rate": 6.199186991869919e-07, + "loss": 0.10321478843688965, + "step": 24300 + }, + { + "epoch": 99.18718209562563, + "grad_norm": 0.3635615408420563, + "learning_rate": 4.1666666666666667e-07, + "loss": 0.10364872932434083, + "step": 24400 + }, + { + "epoch": 99.5940996948118, + "grad_norm": 0.34146395325660706, + "learning_rate": 2.134146341463415e-07, + "loss": 0.10295369148254395, + "step": 24500 + }, + { + "epoch": 100.0, + "grad_norm": 0.4671073853969574, + "learning_rate": 1.0162601626016261e-08, + "loss": 0.1027024269104004, + "step": 24600 + } + ], + "logging_steps": 100, + "max_steps": 24600, + "num_input_tokens_seen": 0, + "num_train_epochs": 100, + "save_steps": 100, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": true + }, + "attributes": {} + } + }, + "total_flos": 1.82445097476096e+16, + "train_batch_size": 8, + "trial_name": null, + "trial_params": null +} diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/training_args.bin b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..91ca35f28a7353434b4fba1a6bd939d5f438495e --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/rtf_checkpoints/checkpoint-24600/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c42f607c6bf91398dbbd545e9e95f2a72ca6d00036b0b7f1ae1c813d34a4cb +size 5137 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/runtime_result.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..2cc61e50d580d2216fe243e4f6a8f6eb46a45ef1 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/runtime_result.json @@ -0,0 +1,15 @@ +{ + "dataset_id": "n15", + "model": "realtabformer", + "run_id": "rtf-n15-20260330_013949", + "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/n15/realtabformer/rtf-n15-20260330_013949/rtf-n15-1000-20260330_033926.csv", + "model_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/realtabformer/rtf-n15-20260330_013949/models_100epochs" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/public/staged_features.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..09a70f1db32a544bcae7330d337efe8b1d269911 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/public/staged_features.json @@ -0,0 +1,432 @@ +[ + { + "feature_name": "MOSTYPE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAANTHUI", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMOMV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMLEEF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOSHOOFD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODRK", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODPR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELSA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFALLEEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFGEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFWEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLLAAG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERZELF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERBOER", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKC", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHHUUR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHKOOP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZFONDS", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKM30", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK3045", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK4575", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK7512", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK123M", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKGEM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MKOOPKLA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWAPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWALAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PBESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PMOTSCO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PTRACTOR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBROM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PLEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PPLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBYSTAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAPART", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWALAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ABESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AMOTSCO", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ATRACTOR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABROM", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ALEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "APERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABYSTAND", + "data_type": "binary", + "is_target": true + }, + { + "feature_name": "CARAVAN", + "data_type": "binary", + "is_target": false + } +] \ No newline at end of file diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/public/test.csv b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c49cfa13d9c8c97800def0e711f1a78c4b7373c --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb79b0fa6748300b4f887d1f53cad4854f40f51cc1b0588c306eff8149735e6 +size 170605 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/public/train.csv b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..47c6a2e4b0a01f0a6eb7903e2e820554e3516bda --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e1119fb76fba5a78aadbceef58f29788e4bb3524824932de207c1160b92965 +size 1358492 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/public/val.csv b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..baa881445775d363af54f8ed2fc208d0bafdc6d4 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f21567e6e1ef28313538289b418fad70f3673877f9a01f2d165dabf98095045 +size 170395 diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/realtabformer/adapter_report.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/realtabformer/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..7bdd82414d7d35ae9c0c0605c79540a0880aa9cf --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/realtabformer/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/n15/realtabformer/rtf-n15-20260330_013949/staged/realtabformer/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/realtabformer/adapter_transforms_applied.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/realtabformer/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/realtabformer/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/realtabformer/model_input_manifest.json b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/realtabformer/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..68db8ebc7044e722dc82f27a809f2bf4e512c4bf --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/staged/realtabformer/model_input_manifest.json @@ -0,0 +1,1780 @@ +{ + "dataset_id": "n15", + "model": "realtabformer", + "target_column": "ABYSTAND", + "task_type": "classification", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/realtabformer/rtf-n15-20260330_013949/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/realtabformer/rtf-n15-20260330_013949/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/realtabformer/rtf-n15-20260330_013949/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/realtabformer/rtf-n15-20260330_013949/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/realtabformer/rtf-n15-20260330_013949/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/realtabformer/rtf-n15-20260330_013949/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/train_20260330_013950.log b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/train_20260330_013950.log new file mode 100644 index 0000000000000000000000000000000000000000..3de14771e6b29af48bd72b449dc02e2059dfb251 --- /dev/null +++ b/syntheticSuccess/n15/realtabformer/rtf-n15-20260330_013949/train_20260330_013950.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec46647dc60a503f07f525a3a67a7cf822fdf9b06cc421b8b008df747951f33 +size 1778883 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/_tabddpm_sample.py b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/_tabddpm_sample.py new file mode 100644 index 0000000000000000000000000000000000000000..fa8cd60477973b86510cf3fe7ba7f18f0c538508 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/_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 7857 rows") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/config_sample_20260425_075524.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/n15/tabddpm/tabddpm-n15-20260321_161922/data/info.json" +with open(info_path) as f: + info = json.load(f) + +output_dir = "/work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/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/n15/tabddpm/tabddpm-n15-20260321_161922/tabddpm-n15-7857-20260425_075524.csv", index=False) + print(f"[TabDDPM] Saved {len(df)} rows -> /work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/tabddpm-n15-7857-20260425_075524.csv") +else: + print("[TabDDPM] WARNING: No output .npy files found") + sys.exit(1) diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/_tabddpm_train.py b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/_tabddpm_train.py new file mode 100644 index 0000000000000000000000000000000000000000..c3e9c5b07506a67a6080eb6163cd78251a32d3aa --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/_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/n15/tabddpm/tabddpm-n15-20260321_161922/config.toml") +ret = subprocess.run( + [sys.executable, wrapper, "scripts/pipeline.py", + "--config", "/work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/config.toml", + "--train"], + cwd=tabddpm_root, + env=env +) +if ret.returncode != 0: + sys.exit(ret.returncode) +print("[TabDDPM] Training complete") diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/config.toml b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..e632960a401498205d631bc4f41b5f17349bc78c --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/config.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/output" +real_data_path = "/work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/data" +model_type = "mlp" +num_numerical_features = 54 +device = "cuda:0" + +[model_params] +d_in = 85 +num_classes = 3 +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/n15/tabddpm/tabddpm-n15-20260321_161922/config_sample_20260424_211539.toml b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/config_sample_20260424_211539.toml new file mode 100644 index 0000000000000000000000000000000000000000..ba6fb8d977b5f7732a27bacc05c92cae3c5cfb0d --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/config_sample_20260424_211539.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/output" +real_data_path = "/work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/data" +model_type = "mlp" +num_numerical_features = 54 +device = "cuda:0" + +[model_params] +d_in = 85 +num_classes = 3 +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 = 7857 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/config_sample_20260425_033100.toml b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/config_sample_20260425_033100.toml new file mode 100644 index 0000000000000000000000000000000000000000..ba6fb8d977b5f7732a27bacc05c92cae3c5cfb0d --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/config_sample_20260425_033100.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/output" +real_data_path = "/work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/data" +model_type = "mlp" +num_numerical_features = 54 +device = "cuda:0" + +[model_params] +d_in = 85 +num_classes = 3 +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 = 7857 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/config_sample_20260425_075524.toml b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/config_sample_20260425_075524.toml new file mode 100644 index 0000000000000000000000000000000000000000..ba6fb8d977b5f7732a27bacc05c92cae3c5cfb0d --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/config_sample_20260425_075524.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/output" +real_data_path = "/work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/data" +model_type = "mlp" +num_numerical_features = 54 +device = "cuda:0" + +[model_params] +d_in = 85 +num_classes = 3 +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 = 7857 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_cat_test.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..90c4952db70d0bf30260ca9343b0fa5d8cc98dcf --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71ac4ca2c52934779fc57e6e63e996f30737a5ec4d7a6fe1a0cd69ccb749181 +size 243912 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_cat_train.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..3caea3071878e8e38ca12d67bebf2d563f002643 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fbcd1472bb6d33c0c9a6a3a1768ed9e01d1f3bdf07ca6950663355d8d332e0 +size 1948664 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_cat_val.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..b3163a93f477421c11449aca7854c270e35e6165 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9c3d6a1ff1adab8a4850405fe6a1781d7a39870adf76e353997e6cb7435d96 +size 243664 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_num_test.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..d61232f977eee08ec292cd2697af3f480cae3e67 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e378bcfc0370f2f78a5cddbeb09b6d802bf57ef0354602961aa2d600a5aba640 +size 212456 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_num_train.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..0473326a6f1a3899005167e37aa89a2c764f7d64 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68e65b4b5b5a5efc738212b78ec69db57b0823e961381e2a4f6feda30c03dd5 +size 1697240 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_num_val.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..59a82c99ffd748cbd6e71ab9caae0622fc1841fe --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379199ab9c0b43e3a39646feaab1606f53c9c41aaf5d6c47057e4268f28f71cd +size 212240 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/info.json b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/info.json new file mode 100644 index 0000000000000000000000000000000000000000..ab60041aa7a38054e04c3c7b8ee07d0f70f386b0 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/info.json @@ -0,0 +1,188 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 54, + "n_cat_features": 31, + "train_size": 7857, + "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, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53 + ], + "cat_col_idx": [ + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84 + ], + "target_col_idx": [ + 85 + ], + "column_names": [ + "MOSTYPE", + "MAANTHUI", + "MGEMOMV", + "MGEMLEEF", + "MOSHOOFD", + "MGODRK", + "MGODPR", + "MGODOV", + "MGODGE", + "MRELGE", + "MRELSA", + "MRELOV", + "MFALLEEN", + "MFGEKIND", + "MFWEKIND", + "MOPLHOOG", + "MOPLMIDD", + "MOPLLAAG", + "MBERHOOG", + "MBERZELF", + "MBERBOER", + "MBERMIDD", + "MBERARBG", + "MBERARBO", + "MSKA", + "MSKB1", + "MSKB2", + "MSKC", + "MSKD", + "MHHUUR", + "MHKOOP", + "MAUT1", + "MAUT2", + "MAUT0", + "MZFONDS", + "MZPART", + "MINKM30", + "MINK3045", + "MINK4575", + "MINK7512", + "MINK123M", + "MINKGEM", + "MKOOPKLA", + "PWAPART", + "PWALAND", + "PPERSAUT", + "PMOTSCO", + "PTRACTOR", + "PBROM", + "PLEVEN", + "PBRAND", + "APERSAUT", + "ALEVEN", + "ABRAND", + "PWABEDR", + "PBESAUT", + "PVRAAUT", + "PAANHANG", + "PWERKT", + "PPERSONG", + "PGEZONG", + "PWAOREG", + "PZEILPL", + "PPLEZIER", + "PFIETS", + "PINBOED", + "PBYSTAND", + "AWAPART", + "AWABEDR", + "AWALAND", + "ABESAUT", + "AMOTSCO", + "AVRAAUT", + "AAANHANG", + "ATRACTOR", + "AWERKT", + "ABROM", + "APERSONG", + "AGEZONG", + "AWAOREG", + "AZEILPL", + "APLEZIER", + "AFIETS", + "AINBOED", + "CARAVAN", + "ABYSTAND" + ], + "num_classes": 3 +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/y_test.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..8b622c28d03c84175424f79baff670728ea24b6d --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0d0c155a22e96a3c40106af8bdce521189abd0978b0c9595052b9158d8b18c +size 7992 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/y_train.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..171b02c47c1eb418522dbb422fa2fc4a73b7b2b0 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8898055c5faf6fbf3e5212983edefa34d06ac342e4347fb823af72b5edc74bd4 +size 62984 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/y_val.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..488cfc0c84b890c5bd339c60afea1516fd0c957d --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/data/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88aebc24d81840aeb928a5c7a9d684c21976d8791950cf665c21ee941caf14a +size 7984 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/gen_20260321_163705.log b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/gen_20260321_163705.log new file mode 100644 index 0000000000000000000000000000000000000000..9a11d2f71fc5cfe4d23ca5238a2958627c0cde57 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/gen_20260321_163705.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f7b6c9ba75eebde3fe785997eeb2c3e1a47d0fcafba29d55619ca37be21c22 +size 21761 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/gen_20260424_211539.log b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/gen_20260424_211539.log new file mode 100644 index 0000000000000000000000000000000000000000..473d49cf45b32db6590939b58cdeb07849c03ebd --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/gen_20260424_211539.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939d07674a374feab34c71a4665f2790cf0124311938cb560b61db31e1f758ed +size 168660 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/gen_20260425_033100.log b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/gen_20260425_033100.log new file mode 100644 index 0000000000000000000000000000000000000000..5e55c2bfbab7abb761a3672a87b3992f80742d3d --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/gen_20260425_033100.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31681d373383510560d69a42d0c6e715be35d9849006bf6ff89c5fc56713481 +size 168343 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/gen_20260425_075524.log b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/gen_20260425_075524.log new file mode 100644 index 0000000000000000000000000000000000000000..d204c7b0bdda6aa1e5e8fc275fdd5dd01a943ac2 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/gen_20260425_075524.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d61e49da78c944be1bb6540696af64fa2d772c18aa3b4d5b5349dd97ced35a7 +size 168434 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/input_snapshot.json b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..5c8c96976e2e53c07dd50f51c4961a3c6c4b8607 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n15", + "model": "tabddpm", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "exists": true, + "size": 1366350, + "sha256": "b0f736e733b1436efd137e21670ed9075aa5319a39a4c72794fd333b90e3e4a2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "exists": true, + "size": 171378, + "sha256": "d1b39ca7021a44719d14c894a8ec49d0a6aab672b4c02fe3fe68bf8593c4d03d" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv", + "exists": true, + "size": 171589, + "sha256": "8d399c3a7cdb5ef0f29a71824f040768c4378104817e689bd3e4c3c8225ba703" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_profile.json", + "exists": true, + "size": 31752, + "sha256": "e26005513affc634d1bfd96b6c5658236958fbcaee8e884d98ea4395c97e730b" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_contract_v1.json", + "exists": true, + "size": 38587, + "sha256": "048cb3fa3e95eaea7ac0757527ca66cde4a3f89efa8f27b7be455a7e2a985f3f" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/X_cat_train.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..f4d181605e4a50ab5715f47c96aab5dfd677234e --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327568fdbe8d92740a5ad5b597752e98b9815a222ef2d873c80c614ad868cae4 +size 487905 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/X_cat_unnorm.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/X_cat_unnorm.npy new file mode 100644 index 0000000000000000000000000000000000000000..a2f99bae8385eee0403405473e932bd938ebb372 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/X_cat_unnorm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc13d5b5aec3daf471768da3049cd1c21755389471bd1e333edee7ff923dc87 +size 1948664 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/X_num_train.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..9221171515e9f671cf387f4cbed2062e89ec4356 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6128f12bf2da88e043bc91f42322b76d04af5c01798313ed76f68857652c6b +size 3394352 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/X_num_unnorm.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/X_num_unnorm.npy new file mode 100644 index 0000000000000000000000000000000000000000..1548beddde432315e6c85a108a39c3f6cc9efd70 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/X_num_unnorm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7896e58f48ebb3e7a1bd522185b5f373b7dcf89f6793446188f48081f22c81 +size 3394352 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/config.toml b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/config.toml new file mode 100644 index 0000000000000000000000000000000000000000..ba6fb8d977b5f7732a27bacc05c92cae3c5cfb0d --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/config.toml @@ -0,0 +1,39 @@ +seed = 0 +parent_dir = "/work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/output" +real_data_path = "/work/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/data" +model_type = "mlp" +num_numerical_features = 54 +device = "cuda:0" + +[model_params] +d_in = 85 +num_classes = 3 +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 = 7857 +batch_size = 1000 +seed = 0 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/data/info.json b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/data/info.json new file mode 100644 index 0000000000000000000000000000000000000000..ab60041aa7a38054e04c3c7b8ee07d0f70f386b0 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/data/info.json @@ -0,0 +1,188 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 54, + "n_cat_features": 31, + "train_size": 7857, + "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, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53 + ], + "cat_col_idx": [ + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84 + ], + "target_col_idx": [ + 85 + ], + "column_names": [ + "MOSTYPE", + "MAANTHUI", + "MGEMOMV", + "MGEMLEEF", + "MOSHOOFD", + "MGODRK", + "MGODPR", + "MGODOV", + "MGODGE", + "MRELGE", + "MRELSA", + "MRELOV", + "MFALLEEN", + "MFGEKIND", + "MFWEKIND", + "MOPLHOOG", + "MOPLMIDD", + "MOPLLAAG", + "MBERHOOG", + "MBERZELF", + "MBERBOER", + "MBERMIDD", + "MBERARBG", + "MBERARBO", + "MSKA", + "MSKB1", + "MSKB2", + "MSKC", + "MSKD", + "MHHUUR", + "MHKOOP", + "MAUT1", + "MAUT2", + "MAUT0", + "MZFONDS", + "MZPART", + "MINKM30", + "MINK3045", + "MINK4575", + "MINK7512", + "MINK123M", + "MINKGEM", + "MKOOPKLA", + "PWAPART", + "PWALAND", + "PPERSAUT", + "PMOTSCO", + "PTRACTOR", + "PBROM", + "PLEVEN", + "PBRAND", + "APERSAUT", + "ALEVEN", + "ABRAND", + "PWABEDR", + "PBESAUT", + "PVRAAUT", + "PAANHANG", + "PWERKT", + "PPERSONG", + "PGEZONG", + "PWAOREG", + "PZEILPL", + "PPLEZIER", + "PFIETS", + "PINBOED", + "PBYSTAND", + "AWAPART", + "AWABEDR", + "AWALAND", + "ABESAUT", + "AMOTSCO", + "AVRAAUT", + "AAANHANG", + "ATRACTOR", + "AWERKT", + "ABROM", + "APERSONG", + "AGEZONG", + "AWAOREG", + "AZEILPL", + "APLEZIER", + "AFIETS", + "AINBOED", + "CARAVAN", + "ABYSTAND" + ], + "num_classes": 3 +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/info.json b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/info.json new file mode 100644 index 0000000000000000000000000000000000000000..ab60041aa7a38054e04c3c7b8ee07d0f70f386b0 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/info.json @@ -0,0 +1,188 @@ +{ + "name": "benchmark_dataset", + "task_type": "multiclass", + "n_num_features": 54, + "n_cat_features": 31, + "train_size": 7857, + "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, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53 + ], + "cat_col_idx": [ + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84 + ], + "target_col_idx": [ + 85 + ], + "column_names": [ + "MOSTYPE", + "MAANTHUI", + "MGEMOMV", + "MGEMLEEF", + "MOSHOOFD", + "MGODRK", + "MGODPR", + "MGODOV", + "MGODGE", + "MRELGE", + "MRELSA", + "MRELOV", + "MFALLEEN", + "MFGEKIND", + "MFWEKIND", + "MOPLHOOG", + "MOPLMIDD", + "MOPLLAAG", + "MBERHOOG", + "MBERZELF", + "MBERBOER", + "MBERMIDD", + "MBERARBG", + "MBERARBO", + "MSKA", + "MSKB1", + "MSKB2", + "MSKC", + "MSKD", + "MHHUUR", + "MHKOOP", + "MAUT1", + "MAUT2", + "MAUT0", + "MZFONDS", + "MZPART", + "MINKM30", + "MINK3045", + "MINK4575", + "MINK7512", + "MINK123M", + "MINKGEM", + "MKOOPKLA", + "PWAPART", + "PWALAND", + "PPERSAUT", + "PMOTSCO", + "PTRACTOR", + "PBROM", + "PLEVEN", + "PBRAND", + "APERSAUT", + "ALEVEN", + "ABRAND", + "PWABEDR", + "PBESAUT", + "PVRAAUT", + "PAANHANG", + "PWERKT", + "PPERSONG", + "PGEZONG", + "PWAOREG", + "PZEILPL", + "PPLEZIER", + "PFIETS", + "PINBOED", + "PBYSTAND", + "AWAPART", + "AWABEDR", + "AWALAND", + "ABESAUT", + "AMOTSCO", + "AVRAAUT", + "AAANHANG", + "ATRACTOR", + "AWERKT", + "ABROM", + "APERSONG", + "AGEZONG", + "AWAOREG", + "AZEILPL", + "APLEZIER", + "AFIETS", + "AINBOED", + "CARAVAN", + "ABYSTAND" + ], + "num_classes": 3 +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/loss.csv b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/loss.csv new file mode 100644 index 0000000000000000000000000000000000000000..349805e13e147e71518116852063ff4767e4c3b6 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/loss.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0587928f9552d3dc0e1ebabda71a59ce16590d96c907191ac6e0b6cf552f54 +size 1580 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/model.pt b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/model.pt new file mode 100644 index 0000000000000000000000000000000000000000..6751dfa815fc23d39b0c69ba14d9d3a13bb0842b --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/model.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b8cee87cf5ea02c0167e846707a43a690ddd908e3f974a820373bf05f398b7 +size 820502 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/model_ema.pt b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/model_ema.pt new file mode 100644 index 0000000000000000000000000000000000000000..d6f7105de413b063eb9d6398f94416486b2c526b --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/model_ema.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a6bc88c09eb42123da93ce415987c8245db50deb77344a28d7a28d701da0f3 +size 821346 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/y_train.npy b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..5047c07e7ec2de20acb7924103ee6184e2fac3c3 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/output/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5705a61b01a0960929071bb5bd6eb99397fb7696df952fe772542ac9a813aab2 +size 62984 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8b40bb44183138c713f73ac7041aac25f61e94d7 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,1773 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "columns": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/public_gate/public_gate_report.json b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8dcd37d17026379434484462c9b9fe350b50be48 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n15", + "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": "ABYSTAND", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/public_gate/staged_input_manifest.json b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..9ebb52c886fbfe0d12e3b7e348aee422c1ec6488 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/public_gate/staged_input_manifest.json @@ -0,0 +1,1778 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/runtime_result.json b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..fa96995452bfdc3982984e264f467e6af05d1197 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n15", + "model": "tabddpm", + "run_id": "tabddpm-n15-20260321_161922", + "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/n15/tabddpm/tabddpm-n15-20260321_161922/tabddpm-n15-7857-20260425_075524.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/staged_features.json b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..09a70f1db32a544bcae7330d337efe8b1d269911 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/staged_features.json @@ -0,0 +1,432 @@ +[ + { + "feature_name": "MOSTYPE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAANTHUI", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMOMV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMLEEF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOSHOOFD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODRK", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODPR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELSA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFALLEEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFGEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFWEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLLAAG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERZELF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERBOER", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKC", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHHUUR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHKOOP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZFONDS", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKM30", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK3045", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK4575", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK7512", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK123M", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKGEM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MKOOPKLA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWAPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWALAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PBESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PMOTSCO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PTRACTOR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBROM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PLEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PPLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBYSTAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAPART", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWALAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ABESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AMOTSCO", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ATRACTOR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABROM", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ALEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "APERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABYSTAND", + "data_type": "binary", + "is_target": true + }, + { + "feature_name": "CARAVAN", + "data_type": "binary", + "is_target": false + } +] \ No newline at end of file diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/test.csv b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c49cfa13d9c8c97800def0e711f1a78c4b7373c --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb79b0fa6748300b4f887d1f53cad4854f40f51cc1b0588c306eff8149735e6 +size 170605 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/train.csv b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..47c6a2e4b0a01f0a6eb7903e2e820554e3516bda --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e1119fb76fba5a78aadbceef58f29788e4bb3524824932de207c1160b92965 +size 1358492 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/val.csv b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..baa881445775d363af54f8ed2fc208d0bafdc6d4 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f21567e6e1ef28313538289b418fad70f3673877f9a01f2d165dabf98095045 +size 170395 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/tabddpm/adapter_report.json b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/tabddpm/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..1ab86e1fede02550321d40127f7a266a89606cd7 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/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/n15/tabddpm/tabddpm-n15-20260321_161922/staged/tabddpm/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/tabddpm/adapter_transforms_applied.json b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/tabddpm/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/tabddpm/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/tabddpm/model_input_manifest.json b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/tabddpm/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d653561cf81a2f6b4f80f3ef96f184c4372832af --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/staged/tabddpm/model_input_manifest.json @@ -0,0 +1,1780 @@ +{ + "dataset_id": "n15", + "model": "tabddpm", + "target_column": "ABYSTAND", + "task_type": "classification", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabddpm/tabddpm-n15-20260321_161922/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/tabddpm-n15-1000-20260321_163705.csv b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/tabddpm-n15-1000-20260321_163705.csv new file mode 100644 index 0000000000000000000000000000000000000000..f8c8293a4ab6f4b70f1a235b01577490e90e90cc --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/tabddpm-n15-1000-20260321_163705.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20b970970797c47215a3249db3081734dcbed966a589f74a16c72b09f803f30 +size 346012 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/tabddpm-n15-7857-20260425_075524.csv b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/tabddpm-n15-7857-20260425_075524.csv new file mode 100644 index 0000000000000000000000000000000000000000..4088a55b91b5fdc322bec6204d4d724d15cc7cd6 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/tabddpm-n15-7857-20260425_075524.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a0a56c98c8da36e6878d5e930b366d8def656290303d0bff3caef19b797e2b +size 2714323 diff --git a/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/train_20260321_161923.log b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/train_20260321_161923.log new file mode 100644 index 0000000000000000000000000000000000000000..43084141aee218165a69225482b4f86f79b47040 --- /dev/null +++ b/syntheticSuccess/n15/tabddpm/tabddpm-n15-20260321_161922/train_20260321_161923.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977e0c1b76d86d2ce39d7b519e2aa4a438243e3a802791f2209df041b409ba60 +size 1239 diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/_tabpfgen_generate.py b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/_tabpfgen_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..527acc2a474b9175bc3a64a582d431fddce82c5f --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/_tabpfgen_generate.py @@ -0,0 +1,68 @@ +import numpy as np +import pandas as pd +import json +from tabpfgen import TabPFGen + +df = pd.read_csv("/work/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/staged/public/train.csv") +target_col = "ABYSTAND" + +feature_cols = [c for c in df.columns if c != target_col] + +# --- Label-encode categorical / object columns --- +cat_encodings = {} # col -> list of unique values (index = code) +for col in feature_cols: + if df[col].dtype == object or str(df[col].dtype) == 'category': + cats = sorted(df[col].dropna().unique().tolist(), key=str) + cat_map = {v: i for i, v in enumerate(cats)} + df[col] = df[col].map(cat_map).astype(float) + cat_encodings[col] = cats + print(f"[TabPFGen] Label-encoded '{col}' ({len(cats)} categories)") + +# Encode target if categorical +target_cats = None +if df[target_col].dtype == object or str(df[target_col].dtype) == 'category': + cats = sorted(df[target_col].dropna().unique().tolist(), key=str) + t_map = {v: i for i, v in enumerate(cats)} + df[target_col] = df[target_col].map(t_map).astype(float) + target_cats = cats + print(f"[TabPFGen] Label-encoded target '{target_col}' ({len(cats)} categories)") + +X = df[feature_cols].values.astype(np.float32) +y = df[target_col].values + +# Handle NaN +for i in range(X.shape[1]): + col_vals = X[:, i] + mask = np.isnan(col_vals) + if mask.any(): + mean_val = np.nanmean(col_vals) + X[mask, i] = mean_val if not np.isnan(mean_val) else 0.0 + +gen = TabPFGen( + n_sgld_steps=1000, + sgld_step_size=0.01, + sgld_noise_scale=0.01, + device="auto", +) + +print(f"[TabPFGen] Generating 7857 rows via generate_classification") +X_syn, y_syn = gen.generate_classification(X, y, n_samples=7857) + +syn_df = pd.DataFrame(X_syn, columns=feature_cols) +syn_df[target_col] = y_syn + +# --- Inverse label-encoding for categorical columns --- +for col, cats in cat_encodings.items(): + # Round to nearest integer index, clamp to valid range + codes = np.round(syn_df[col].values).astype(int) + codes = np.clip(codes, 0, len(cats) - 1) + syn_df[col] = [cats[c] for c in codes] + +if target_cats is not None: + codes = np.round(syn_df[target_col].values).astype(int) + codes = np.clip(codes, 0, len(target_cats) - 1) + syn_df[target_col] = [target_cats[c] for c in codes] + +syn_df = syn_df[list(df.columns)] +syn_df.to_csv("/work/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/tabpfgen-n15-7857-20260422_070321.csv", index=False) +print(f"[TabPFGen] Saved {len(syn_df)} rows -> /work/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/tabpfgen-n15-7857-20260422_070321.csv") diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/gen_20260422_070321.log b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/gen_20260422_070321.log new file mode 100644 index 0000000000000000000000000000000000000000..5a2b5f3bae017b69dc3cb7fe7b221d466a18e275 --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/gen_20260422_070321.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1c55630cc359c7a723d314b3fdb01e6a33e248abb81b65263c04f37418e48e +size 480 diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/input_snapshot.json b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..46080ffeb3f859dd6fac97b6eaa7231e7a61bc04 --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n15", + "model": "tabpfgen", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "exists": true, + "size": 1366350, + "sha256": "b0f736e733b1436efd137e21670ed9075aa5319a39a4c72794fd333b90e3e4a2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "exists": true, + "size": 171378, + "sha256": "d1b39ca7021a44719d14c894a8ec49d0a6aab672b4c02fe3fe68bf8593c4d03d" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv", + "exists": true, + "size": 171589, + "sha256": "8d399c3a7cdb5ef0f29a71824f040768c4378104817e689bd3e4c3c8225ba703" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_profile.json", + "exists": true, + "size": 31752, + "sha256": "e26005513affc634d1bfd96b6c5658236958fbcaee8e884d98ea4395c97e730b" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_contract_v1.json", + "exists": true, + "size": 38587, + "sha256": "048cb3fa3e95eaea7ac0757527ca66cde4a3f89efa8f27b7be455a7e2a985f3f" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8b40bb44183138c713f73ac7041aac25f61e94d7 --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,1773 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "columns": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/public_gate/public_gate_report.json b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8dcd37d17026379434484462c9b9fe350b50be48 --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n15", + "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": "ABYSTAND", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/public_gate/staged_input_manifest.json b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6fd51fa0e5be7ce363cc28d9c8838c6a1b34baf6 --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/public_gate/staged_input_manifest.json @@ -0,0 +1,1778 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/runner.log b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/runner.log new file mode 100644 index 0000000000000000000000000000000000000000..4537356bc9d3858fe62695a1432b93a32bee8dac --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/runner.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99f8be408218f52ef9201c67359504d463817e8546f4d7f69afe0f29c5ba09a +size 1312 diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/runtime_result.json b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..a6f126627435d173cbe0577fec826e23ba188a61 --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n15", + "model": "tabpfgen", + "run_id": "n15-migrated-20260422_183752", + "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/n15/tabpfgen/n15-migrated-20260422_183752/tabpfgen-n15-7857-20260422_070321.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/public/staged_features.json b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..09a70f1db32a544bcae7330d337efe8b1d269911 --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/public/staged_features.json @@ -0,0 +1,432 @@ +[ + { + "feature_name": "MOSTYPE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAANTHUI", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMOMV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMLEEF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOSHOOFD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODRK", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODPR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELSA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFALLEEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFGEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFWEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLLAAG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERZELF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERBOER", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKC", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHHUUR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHKOOP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZFONDS", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKM30", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK3045", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK4575", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK7512", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK123M", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKGEM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MKOOPKLA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWAPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWALAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PBESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PMOTSCO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PTRACTOR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBROM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PLEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PPLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBYSTAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAPART", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWALAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ABESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AMOTSCO", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ATRACTOR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABROM", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ALEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "APERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABYSTAND", + "data_type": "binary", + "is_target": true + }, + { + "feature_name": "CARAVAN", + "data_type": "binary", + "is_target": false + } +] \ No newline at end of file diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/public/test.csv b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c49cfa13d9c8c97800def0e711f1a78c4b7373c --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb79b0fa6748300b4f887d1f53cad4854f40f51cc1b0588c306eff8149735e6 +size 170605 diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/public/train.csv b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..47c6a2e4b0a01f0a6eb7903e2e820554e3516bda --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e1119fb76fba5a78aadbceef58f29788e4bb3524824932de207c1160b92965 +size 1358492 diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/public/val.csv b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..baa881445775d363af54f8ed2fc208d0bafdc6d4 --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f21567e6e1ef28313538289b418fad70f3673877f9a01f2d165dabf98095045 +size 170395 diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/tabpfgen/adapter_report.json b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/tabpfgen/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..ac589f428dffc65e116bcf5606c0c682298fcf3b --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/tabpfgen/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/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/staged/tabpfgen/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/tabpfgen/adapter_transforms_applied.json b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/tabpfgen/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/tabpfgen/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/tabpfgen/model_input_manifest.json b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/tabpfgen/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..03aab93261cf4471fe9974ea6d585e3ca51adabc --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/staged/tabpfgen/model_input_manifest.json @@ -0,0 +1,1780 @@ +{ + "dataset_id": "n15", + "model": "tabpfgen", + "target_column": "ABYSTAND", + "task_type": "classification", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/temp/tabpfgen_regen_parallel_deadline/20260422_070318/n15/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/tabpfgen-n15-7857-20260422_070321.csv b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/tabpfgen-n15-7857-20260422_070321.csv new file mode 100644 index 0000000000000000000000000000000000000000..93da6e7ff37ffed8a8cf3b463f291ec29e1097c8 --- /dev/null +++ b/syntheticSuccess/n15/tabpfgen/n15-migrated-20260422_183752/tabpfgen-n15-7857-20260422_070321.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1d525999ae8eba5a490a20278c58d58c18f1250533667614da2496d88d1444 +size 7989307 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/_tabsyn_sample.py b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/_tabsyn_sample.py new file mode 100644 index 0000000000000000000000000000000000000000..c6343b43581fc0d8f86b3ca39edfebac74884019 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/_tabsyn_sample.py @@ -0,0 +1,39 @@ +import os, sys, subprocess + +work_dir = "/work/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916" +dataname = "tabsyn_n15" +output_csv = "/work/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916/tabsyn-n15-7857-20260426_224314.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 7857 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/n15/tabsyn/tabsyn-n15-20260426_220916/_tabsyn_train.py b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/_tabsyn_train.py new file mode 100644 index 0000000000000000000000000000000000000000..70663281b099c19b06ffee7aab55f11aa091491f --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/_tabsyn_train.py @@ -0,0 +1,63 @@ +import os, sys, subprocess + +work_dir = "/work/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916" +dataname = "tabsyn_n15" +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/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/X_cat_test.npy b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..6855f5540712c0a9b01803d049b68b2c188108ed --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83a155995999ddfbd1781dbd5a6e4e803faea579f7c97881cee5ef70bcb00d7 +size 1948664 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/X_cat_train.npy b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..6855f5540712c0a9b01803d049b68b2c188108ed --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83a155995999ddfbd1781dbd5a6e4e803faea579f7c97881cee5ef70bcb00d7 +size 1948664 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/X_num_test.npy b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..0473326a6f1a3899005167e37aa89a2c764f7d64 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68e65b4b5b5a5efc738212b78ec69db57b0823e961381e2a4f6feda30c03dd5 +size 1697240 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/X_num_train.npy b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..0473326a6f1a3899005167e37aa89a2c764f7d64 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68e65b4b5b5a5efc738212b78ec69db57b0823e961381e2a4f6feda30c03dd5 +size 1697240 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/info.json b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/info.json new file mode 100644 index 0000000000000000000000000000000000000000..6249d34413b6f814ed1ae493ec42855d5283213e --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/info.json @@ -0,0 +1,774 @@ +{ + "name": "tabsyn_n15", + "task_type": "multiclass", + "n_num_features": 54, + "n_cat_features": 31, + "train_size": 7857, + "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, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 45, + 46, + 48, + 51, + 53, + 54, + 58, + 67, + 75, + 79 + ], + "cat_col_idx": [ + 44, + 47, + 49, + 50, + 52, + 55, + 56, + 57, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 76, + 77, + 78, + 80, + 81, + 82, + 83, + 85 + ], + "target_col_idx": [ + 84 + ], + "column_names": [ + "MOSTYPE", + "MAANTHUI", + "MGEMOMV", + "MGEMLEEF", + "MOSHOOFD", + "MGODRK", + "MGODPR", + "MGODOV", + "MGODGE", + "MRELGE", + "MRELSA", + "MRELOV", + "MFALLEEN", + "MFGEKIND", + "MFWEKIND", + "MOPLHOOG", + "MOPLMIDD", + "MOPLLAAG", + "MBERHOOG", + "MBERZELF", + "MBERBOER", + "MBERMIDD", + "MBERARBG", + "MBERARBO", + "MSKA", + "MSKB1", + "MSKB2", + "MSKC", + "MSKD", + "MHHUUR", + "MHKOOP", + "MAUT1", + "MAUT2", + "MAUT0", + "MZFONDS", + "MZPART", + "MINKM30", + "MINK3045", + "MINK4575", + "MINK7512", + "MINK123M", + "MINKGEM", + "MKOOPKLA", + "PWAPART", + "PWABEDR", + "PWALAND", + "PPERSAUT", + "PBESAUT", + "PMOTSCO", + "PVRAAUT", + "PAANHANG", + "PTRACTOR", + "PWERKT", + "PBROM", + "PLEVEN", + "PPERSONG", + "PGEZONG", + "PWAOREG", + "PBRAND", + "PZEILPL", + "PPLEZIER", + "PFIETS", + "PINBOED", + "PBYSTAND", + "AWAPART", + "AWABEDR", + "AWALAND", + "APERSAUT", + "ABESAUT", + "AMOTSCO", + "AVRAAUT", + "AAANHANG", + "ATRACTOR", + "AWERKT", + "ABROM", + "ALEVEN", + "APERSONG", + "AGEZONG", + "AWAOREG", + "ABRAND", + "AZEILPL", + "APLEZIER", + "AFIETS", + "AINBOED", + "ABYSTAND", + "CARAVAN" + ], + "train_num": 7857, + "test_num": 7857, + "header": 0, + "file_type": "csv", + "data_path": "data/tabsyn_n15/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, + "31": 31, + "32": 32, + "33": 33, + "34": 34, + "35": 35, + "36": 36, + "37": 37, + "38": 38, + "39": 39, + "40": 40, + "41": 41, + "42": 42, + "43": 43, + "44": 54, + "45": 44, + "46": 45, + "47": 55, + "48": 46, + "49": 56, + "50": 57, + "51": 47, + "52": 58, + "53": 48, + "54": 49, + "55": 59, + "56": 60, + "57": 61, + "58": 50, + "59": 62, + "60": 63, + "61": 64, + "62": 65, + "63": 66, + "64": 67, + "65": 68, + "66": 69, + "67": 51, + "68": 70, + "69": 71, + "70": 72, + "71": 73, + "72": 74, + "73": 75, + "74": 76, + "75": 52, + "76": 77, + "77": 78, + "78": 79, + "79": 53, + "80": 80, + "81": 81, + "82": 82, + "83": 83, + "84": 85, + "85": 84 + }, + "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, + "31": 31, + "32": 32, + "33": 33, + "34": 34, + "35": 35, + "36": 36, + "37": 37, + "38": 38, + "39": 39, + "40": 40, + "41": 41, + "42": 42, + "43": 43, + "54": 44, + "44": 45, + "45": 46, + "55": 47, + "46": 48, + "56": 49, + "57": 50, + "47": 51, + "58": 52, + "48": 53, + "49": 54, + "59": 55, + "60": 56, + "61": 57, + "50": 58, + "62": 59, + "63": 60, + "64": 61, + "65": 62, + "66": 63, + "67": 64, + "68": 65, + "69": 66, + "51": 67, + "70": 68, + "71": 69, + "72": 70, + "73": 71, + "74": 72, + "75": 73, + "76": 74, + "52": 75, + "77": 76, + "78": 77, + "79": 78, + "53": 79, + "80": 80, + "81": 81, + "82": 82, + "83": 83, + "85": 84, + "84": 85 + }, + "idx_name_mapping": { + "0": "MOSTYPE", + "1": "MAANTHUI", + "2": "MGEMOMV", + "3": "MGEMLEEF", + "4": "MOSHOOFD", + "5": "MGODRK", + "6": "MGODPR", + "7": "MGODOV", + "8": "MGODGE", + "9": "MRELGE", + "10": "MRELSA", + "11": "MRELOV", + "12": "MFALLEEN", + "13": "MFGEKIND", + "14": "MFWEKIND", + "15": "MOPLHOOG", + "16": "MOPLMIDD", + "17": "MOPLLAAG", + "18": "MBERHOOG", + "19": "MBERZELF", + "20": "MBERBOER", + "21": "MBERMIDD", + "22": "MBERARBG", + "23": "MBERARBO", + "24": "MSKA", + "25": "MSKB1", + "26": "MSKB2", + "27": "MSKC", + "28": "MSKD", + "29": "MHHUUR", + "30": "MHKOOP", + "31": "MAUT1", + "32": "MAUT2", + "33": "MAUT0", + "34": "MZFONDS", + "35": "MZPART", + "36": "MINKM30", + "37": "MINK3045", + "38": "MINK4575", + "39": "MINK7512", + "40": "MINK123M", + "41": "MINKGEM", + "42": "MKOOPKLA", + "43": "PWAPART", + "44": "PWABEDR", + "45": "PWALAND", + "46": "PPERSAUT", + "47": "PBESAUT", + "48": "PMOTSCO", + "49": "PVRAAUT", + "50": "PAANHANG", + "51": "PTRACTOR", + "52": "PWERKT", + "53": "PBROM", + "54": "PLEVEN", + "55": "PPERSONG", + "56": "PGEZONG", + "57": "PWAOREG", + "58": "PBRAND", + "59": "PZEILPL", + "60": "PPLEZIER", + "61": "PFIETS", + "62": "PINBOED", + "63": "PBYSTAND", + "64": "AWAPART", + "65": "AWABEDR", + "66": "AWALAND", + "67": "APERSAUT", + "68": "ABESAUT", + "69": "AMOTSCO", + "70": "AVRAAUT", + "71": "AAANHANG", + "72": "ATRACTOR", + "73": "AWERKT", + "74": "ABROM", + "75": "ALEVEN", + "76": "APERSONG", + "77": "AGEZONG", + "78": "AWAOREG", + "79": "ABRAND", + "80": "AZEILPL", + "81": "APLEZIER", + "82": "AFIETS", + "83": "AINBOED", + "84": "ABYSTAND", + "85": "CARAVAN" + }, + "n_classes": 3, + "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": "numerical", + "computer_representation": "Float" + }, + "31": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "32": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "33": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "34": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "35": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "36": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "37": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "38": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "39": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "40": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "41": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "42": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "43": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "45": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "46": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "48": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "51": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "53": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "54": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "58": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "67": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "75": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "79": { + "sdtype": "numerical", + "computer_representation": "Float" + }, + "44": { + "sdtype": "categorical" + }, + "47": { + "sdtype": "categorical" + }, + "49": { + "sdtype": "categorical" + }, + "50": { + "sdtype": "categorical" + }, + "52": { + "sdtype": "categorical" + }, + "55": { + "sdtype": "categorical" + }, + "56": { + "sdtype": "categorical" + }, + "57": { + "sdtype": "categorical" + }, + "59": { + "sdtype": "categorical" + }, + "60": { + "sdtype": "categorical" + }, + "61": { + "sdtype": "categorical" + }, + "62": { + "sdtype": "categorical" + }, + "63": { + "sdtype": "categorical" + }, + "64": { + "sdtype": "categorical" + }, + "65": { + "sdtype": "categorical" + }, + "66": { + "sdtype": "categorical" + }, + "68": { + "sdtype": "categorical" + }, + "69": { + "sdtype": "categorical" + }, + "70": { + "sdtype": "categorical" + }, + "71": { + "sdtype": "categorical" + }, + "72": { + "sdtype": "categorical" + }, + "73": { + "sdtype": "categorical" + }, + "74": { + "sdtype": "categorical" + }, + "76": { + "sdtype": "categorical" + }, + "77": { + "sdtype": "categorical" + }, + "78": { + "sdtype": "categorical" + }, + "80": { + "sdtype": "categorical" + }, + "81": { + "sdtype": "categorical" + }, + "82": { + "sdtype": "categorical" + }, + "83": { + "sdtype": "categorical" + }, + "85": { + "sdtype": "categorical" + }, + "84": { + "sdtype": "categorical" + } + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/test.csv b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..267cbffd8537af3b41dc392ad8c7b3c2da97ec60 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a0f7e14c613338658b22987f411bf2e43714acc36eed17e2cdce7531b4dd1b +size 1358492 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/train.csv b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..267cbffd8537af3b41dc392ad8c7b3c2da97ec60 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a0f7e14c613338658b22987f411bf2e43714acc36eed17e2cdce7531b4dd1b +size 1358492 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/y_test.npy b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..7a039aa51398feaf4aec3f7b726f6f6550832d04 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb206a7bea76736eae5110ee6936e13e190fda250d8bca6724b07fe9df6b992e +size 62984 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/y_train.npy b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..7a039aa51398feaf4aec3f7b726f6f6550832d04 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/data/tabsyn_n15/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb206a7bea76736eae5110ee6936e13e190fda250d8bca6724b07fe9df6b992e +size 62984 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/gen_20260426_224314.log b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/gen_20260426_224314.log new file mode 100644 index 0000000000000000000000000000000000000000..964677650ab05287c95407a11305a73bb7c39a28 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/gen_20260426_224314.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf1ad104078e4043aeafb33d46261dfa383041e59eb2006f403718fc4d4e380 +size 672 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/input_snapshot.json b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..fc9c0fd2ae2e9bd6b97453fea3db58e4e1951fbd --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n15", + "model": "tabsyn", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "exists": true, + "size": 1366350, + "sha256": "b0f736e733b1436efd137e21670ed9075aa5319a39a4c72794fd333b90e3e4a2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "exists": true, + "size": 171378, + "sha256": "d1b39ca7021a44719d14c894a8ec49d0a6aab672b4c02fe3fe68bf8593c4d03d" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv", + "exists": true, + "size": 171589, + "sha256": "8d399c3a7cdb5ef0f29a71824f040768c4378104817e689bd3e4c3c8225ba703" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_profile.json", + "exists": true, + "size": 31752, + "sha256": "e26005513affc634d1bfd96b6c5658236958fbcaee8e884d98ea4395c97e730b" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_contract_v1.json", + "exists": true, + "size": 38587, + "sha256": "048cb3fa3e95eaea7ac0757527ca66cde4a3f89efa8f27b7be455a7e2a985f3f" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8b40bb44183138c713f73ac7041aac25f61e94d7 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,1773 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "columns": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/public_gate/public_gate_report.json b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8dcd37d17026379434484462c9b9fe350b50be48 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n15", + "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": "ABYSTAND", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/public_gate/staged_input_manifest.json b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1523c001673d593610ed77a4a3353ff2354f2fbb --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/public_gate/staged_input_manifest.json @@ -0,0 +1,1778 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/runtime_result.json b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..9efb2bc39d4128d948a9b79a9a4ba11188878bc3 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/runtime_result.json @@ -0,0 +1,15 @@ +{ + "dataset_id": "n15", + "model": "tabsyn", + "run_id": "tabsyn-n15-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/n15/tabsyn/tabsyn-n15-20260426_220916/tabsyn-n15-7857-20260426_224314.csv", + "model_path": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/staged_features.json b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..09a70f1db32a544bcae7330d337efe8b1d269911 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/staged_features.json @@ -0,0 +1,432 @@ +[ + { + "feature_name": "MOSTYPE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAANTHUI", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMOMV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMLEEF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOSHOOFD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODRK", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODPR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELSA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFALLEEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFGEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFWEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLLAAG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERZELF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERBOER", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKC", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHHUUR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHKOOP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZFONDS", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKM30", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK3045", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK4575", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK7512", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK123M", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKGEM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MKOOPKLA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWAPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWALAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PBESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PMOTSCO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PTRACTOR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBROM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PLEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PPLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBYSTAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAPART", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWALAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ABESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AMOTSCO", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ATRACTOR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABROM", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ALEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "APERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABYSTAND", + "data_type": "binary", + "is_target": true + }, + { + "feature_name": "CARAVAN", + "data_type": "binary", + "is_target": false + } +] \ No newline at end of file diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/test.csv b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c49cfa13d9c8c97800def0e711f1a78c4b7373c --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb79b0fa6748300b4f887d1f53cad4854f40f51cc1b0588c306eff8149735e6 +size 170605 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/train.csv b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..47c6a2e4b0a01f0a6eb7903e2e820554e3516bda --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e1119fb76fba5a78aadbceef58f29788e4bb3524824932de207c1160b92965 +size 1358492 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/val.csv b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..baa881445775d363af54f8ed2fc208d0bafdc6d4 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f21567e6e1ef28313538289b418fad70f3673877f9a01f2d165dabf98095045 +size 170395 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/tabsyn/adapter_report.json b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/tabsyn/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8ef6b197023db235058ecb8af472298978d272d8 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-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/n15/tabsyn/tabsyn-n15-20260426_220916/staged/tabsyn/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/tabsyn/adapter_transforms_applied.json b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/tabsyn/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/tabsyn/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/tabsyn/model_input_manifest.json b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/tabsyn/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..68f56dc0a491808bd94d5360a800b4b086731807 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/staged/tabsyn/model_input_manifest.json @@ -0,0 +1,1780 @@ +{ + "dataset_id": "n15", + "model": "tabsyn", + "target_column": "ABYSTAND", + "task_type": "classification", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tabsyn/tabsyn-n15-20260426_220916/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/synthetic/tabsyn_n15/real.csv b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/synthetic/tabsyn_n15/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..267cbffd8537af3b41dc392ad8c7b3c2da97ec60 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/synthetic/tabsyn_n15/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a0f7e14c613338658b22987f411bf2e43714acc36eed17e2cdce7531b4dd1b +size 1358492 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/synthetic/tabsyn_n15/test.csv b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/synthetic/tabsyn_n15/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..267cbffd8537af3b41dc392ad8c7b3c2da97ec60 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/synthetic/tabsyn_n15/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a0f7e14c613338658b22987f411bf2e43714acc36eed17e2cdce7531b4dd1b +size 1358492 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/tabsyn-n15-7857-20260426_224314.csv b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/tabsyn-n15-7857-20260426_224314.csv new file mode 100644 index 0000000000000000000000000000000000000000..5e2a1bb593c31fbdb2d223af5abb73257416da66 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/tabsyn-n15-7857-20260426_224314.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05de407b20f0ce2ac7a114a318f51fed6495344a84bcbd139e6f02ab6f042829 +size 2267992 diff --git a/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/train_20260426_220917.log b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/train_20260426_220917.log new file mode 100644 index 0000000000000000000000000000000000000000..fc7ee633f18cd4255735b0f20e97645cd5998212 --- /dev/null +++ b/syntheticSuccess/n15/tabsyn/tabsyn-n15-20260426_220916/train_20260426_220917.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a3e405c0f2c01c2cc0dbd9615fed45a3e1d0798654321c93689cab88ef4a3c +size 1057314 diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/_tvae_generate.py b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/_tvae_generate.py new file mode 100644 index 0000000000000000000000000000000000000000..05577231c3cc7cd5cc7a251b66aa9059849917e7 --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/_tvae_generate.py @@ -0,0 +1,5 @@ +from ctgan.synthesizers.tvae import TVAE +model = TVAE.load("/work/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/models_300epochs/tvae_300epochs.pt") +samples = model.sample(7857) +samples.to_csv("/work/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/tvae-n15-7857-20260330_070643.csv", index=False) +print(f"[TVAE] Generated 7857 rows -> /work/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/tvae-n15-7857-20260330_070643.csv") diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/_tvae_train.py b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/_tvae_train.py new file mode 100644 index 0000000000000000000000000000000000000000..998d29b50b5569c1fe9712139c90e2450dc7d5dc --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/_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/DatasetNew/n15/n15-train.csv" +meta_path = "/work/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/tvae_metadata.json" +save_path = "/work/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/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/n15/tvae/tvae-n15-20260320_080449/gen_20260320_081401.log b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/gen_20260320_081401.log new file mode 100644 index 0000000000000000000000000000000000000000..9ad84c6f29d0e40758ee30c1734904962b825002 --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/gen_20260320_081401.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f57ed12ff0df246077a018260910ef02cde125ef0512fb28879cf4f04a2427 +size 129 diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/gen_20260330_070643.log b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/gen_20260330_070643.log new file mode 100644 index 0000000000000000000000000000000000000000..b3ecd41216d5e33fe227a310dd61e7a1d1f7a121 --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/gen_20260330_070643.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b4f90acf239226f5fb2b22202109657a114471f1a940c92b0f8911427a7f3f +size 129 diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/input_snapshot.json b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c46421b82a86afdac6057bdccea368516dc28b83 --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/input_snapshot.json @@ -0,0 +1,36 @@ +{ + "dataset_id": "n15", + "model": "tvae", + "inputs": { + "train_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "exists": true, + "size": 1366350, + "sha256": "b0f736e733b1436efd137e21670ed9075aa5319a39a4c72794fd333b90e3e4a2" + }, + "val_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "exists": true, + "size": 171378, + "sha256": "d1b39ca7021a44719d14c894a8ec49d0a6aab672b4c02fe3fe68bf8593c4d03d" + }, + "test_csv": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv", + "exists": true, + "size": 171589, + "sha256": "8d399c3a7cdb5ef0f29a71824f040768c4378104817e689bd3e4c3c8225ba703" + }, + "profile_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_profile.json", + "exists": true, + "size": 31752, + "sha256": "e26005513affc634d1bfd96b6c5658236958fbcaee8e884d98ea4395c97e730b" + }, + "contract_json": { + "path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/n15/n15-dataset_contract_v1.json", + "exists": true, + "size": 38587, + "sha256": "048cb3fa3e95eaea7ac0757527ca66cde4a3f89efa8f27b7be455a7e2a985f3f" + } + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/models_300epochs/train_20260320_080449.log b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/models_300epochs/train_20260320_080449.log new file mode 100644 index 0000000000000000000000000000000000000000..f891a06f394856a29ed88cba6774e9bd2b9f368c --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/models_300epochs/train_20260320_080449.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1cd3fce4e79ee8404b0826a64b140c0954a1433feffb96060ab1347a8011cc +size 172 diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/models_300epochs/tvae_300epochs.pt b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/models_300epochs/tvae_300epochs.pt new file mode 100644 index 0000000000000000000000000000000000000000..ef3f89e94c62bf94d64df844293c43d9b8e59a49 --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/models_300epochs/tvae_300epochs.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3738980bc49de8313e9117796dea90f341e06357d867aca139cee50af4a76037 +size 2838252 diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..8b40bb44183138c713f73ac7041aac25f61e94d7 --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,1773 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "columns": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/public_gate/public_gate_report.json b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..8dcd37d17026379434484462c9b9fe350b50be48 --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/public_gate/public_gate_report.json @@ -0,0 +1,37 @@ +{ + "dataset_id": "n15", + "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": "ABYSTAND", + "task_type": "classification", + "input_splits": { + "train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-train.csv", + "val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-val.csv", + "test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/n15/n15-test.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/public_gate/staged_input_manifest.json b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1cad701afb7daa53417d52b6edcc6e38d93fb461 --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/public_gate/staged_input_manifest.json @@ -0,0 +1,1778 @@ +{ + "dataset_id": "n15", + "target_column": "ABYSTAND", + "task_type": "classification", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/public_gate/public_gate_report.json", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ] +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/runtime_result.json b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..604bb7a2ceafe0b53871d0fafa1e9d080704ed9e --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/runtime_result.json @@ -0,0 +1,14 @@ +{ + "dataset_id": "n15", + "model": "tvae", + "run_id": "tvae-n15-20260320_080449", + "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/n15/tvae/tvae-n15-20260320_080449/tvae-n15-7857-20260330_070643.csv" + } +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/public/staged_features.json b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..09a70f1db32a544bcae7330d337efe8b1d269911 --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/public/staged_features.json @@ -0,0 +1,432 @@ +[ + { + "feature_name": "MOSTYPE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAANTHUI", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMOMV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGEMLEEF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOSHOOFD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODRK", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODPR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MGODGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELGE", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELSA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MRELOV", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFALLEEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFGEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MFWEKIND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MOPLLAAG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERHOOG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERZELF", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERBOER", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERMIDD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBG", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MBERARBO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKB2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKC", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MSKD", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHHUUR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MHKOOP", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT1", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT2", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MAUT0", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZFONDS", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MZPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKM30", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK3045", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK4575", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK7512", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINK123M", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MINKGEM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "MKOOPKLA", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWAPART", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWALAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PBESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PMOTSCO", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PTRACTOR", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBROM", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PLEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PPERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "PZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PPLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "PBYSTAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAPART", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWABEDR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWALAND", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APERSAUT", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "ABESAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AMOTSCO", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AVRAAUT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AAANHANG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ATRACTOR", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWERKT", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABROM", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ALEVEN", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "APERSONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AGEZONG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AWAOREG", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABRAND", + "data_type": "continuous", + "is_target": false + }, + { + "feature_name": "AZEILPL", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "APLEZIER", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AFIETS", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "AINBOED", + "data_type": "binary", + "is_target": false + }, + { + "feature_name": "ABYSTAND", + "data_type": "binary", + "is_target": true + }, + { + "feature_name": "CARAVAN", + "data_type": "binary", + "is_target": false + } +] \ No newline at end of file diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/public/test.csv b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c49cfa13d9c8c97800def0e711f1a78c4b7373c --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb79b0fa6748300b4f887d1f53cad4854f40f51cc1b0588c306eff8149735e6 +size 170605 diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/public/train.csv b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..47c6a2e4b0a01f0a6eb7903e2e820554e3516bda --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e1119fb76fba5a78aadbceef58f29788e4bb3524824932de207c1160b92965 +size 1358492 diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/public/val.csv b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..baa881445775d363af54f8ed2fc208d0bafdc6d4 --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f21567e6e1ef28313538289b418fad70f3673877f9a01f2d165dabf98095045 +size 170395 diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/tvae/adapter_report.json b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/tvae/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..19678d5c695c14661fecd0469a8b494c82700641 --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/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/n15/tvae/tvae-n15-20260320_080449/staged/tvae/model_input_manifest.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/tvae/adapter_transforms_applied.json b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/tvae/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..0637a088a01e8ddab3bf3fa98dbe804cbde1a0dc --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/tvae/adapter_transforms_applied.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/tvae/model_input_manifest.json b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/tvae/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f163c49196b0bf5837dde8a4be5ba8cfa4ea8be3 --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/staged/tvae/model_input_manifest.json @@ -0,0 +1,1780 @@ +{ + "dataset_id": "n15", + "model": "tvae", + "target_column": "ABYSTAND", + "task_type": "classification", + "column_schema": [ + { + "name": "MOSTYPE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 40, + "unique_ratio": 0.005091, + "example_values": [ + "9", + "38", + "20", + "10", + "7" + ] + } + }, + { + "name": "MAANTHUI", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "1", + "2", + "3", + "7", + "4" + ] + } + }, + { + "name": "MGEMOMV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MGEMLEEF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "3", + "2", + "4", + "1", + "5" + ] + } + }, + { + "name": "MOSHOOFD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "5", + "2", + "8" + ] + } + }, + { + "name": "MGODRK", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "MGODPR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "6", + "2", + "5", + "3" + ] + } + }, + { + "name": "MGODOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "4", + "3" + ] + } + }, + { + "name": "MGODGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "1" + ] + } + }, + { + "name": "MRELGE", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "7", + "5", + "6", + "9", + "4" + ] + } + }, + { + "name": "MRELSA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "2", + "0", + "3", + "7" + ] + } + }, + { + "name": "MRELOV", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "0", + "4", + "3" + ] + } + }, + { + "name": "MFALLEEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "4", + "1", + "3" + ] + } + }, + { + "name": "MFGEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "0", + "3", + "6" + ] + } + }, + { + "name": "MFWEKIND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "6", + "2", + "7" + ] + } + }, + { + "name": "MOPLHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "4", + "3", + "2" + ] + } + }, + { + "name": "MOPLMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "2", + "0", + "5", + "4" + ] + } + }, + { + "name": "MOPLLAAG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "7", + "6", + "5", + "2" + ] + } + }, + { + "name": "MBERHOOG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "2", + "3", + "4" + ] + } + }, + { + "name": "MBERZELF", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "1", + "0", + "2", + "5", + "4" + ] + } + }, + { + "name": "MBERBOER", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "MBERMIDD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "2", + "3", + "1", + "5" + ] + } + }, + { + "name": "MBERARBG", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "7", + "1", + "4", + "3" + ] + } + }, + { + "name": "MBERARBO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "MSKA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "2", + "4", + "3" + ] + } + }, + { + "name": "MSKB1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "1", + "3", + "2", + "4" + ] + } + }, + { + "name": "MSKB2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "4", + "0", + "1", + "5", + "3" + ] + } + }, + { + "name": "MSKC", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "9", + "6", + "2", + "8" + ] + } + }, + { + "name": "MSKD", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "2", + "1", + "4" + ] + } + }, + { + "name": "MHHUUR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "2", + "9", + "3", + "1" + ] + } + }, + { + "name": "MHKOOP", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "9", + "7", + "0", + "6", + "8" + ] + } + }, + { + "name": "MAUT1", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "7", + "5", + "8" + ] + } + }, + { + "name": "MAUT2", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "2", + "0", + "1", + "4", + "3" + ] + } + }, + { + "name": "MAUT0", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "2", + "0", + "3", + "4", + "1" + ] + } + }, + { + "name": "MZFONDS", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "8", + "7", + "6", + "5", + "4" + ] + } + }, + { + "name": "MZPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "name": "MINKM30", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "6", + "2", + "4" + ] + } + }, + { + "name": "MINK3045", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "6", + "9", + "3", + "0", + "1" + ] + } + }, + { + "name": "MINK4575", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "0", + "3", + "4", + "5", + "1" + ] + } + }, + { + "name": "MINK7512", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "3", + "0", + "1", + "2", + "5" + ] + } + }, + { + "name": "MINK123M", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "MINKGEM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "5", + "3", + "4", + "2", + "6" + ] + } + }, + { + "name": "MKOOPKLA", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "4", + "2", + "8", + "6", + "3" + ] + } + }, + { + "name": "PWAPART", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "2", + "0", + "1", + "3" + ] + } + }, + { + "name": "PWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "3", + "4" + ] + } + }, + { + "name": "PWALAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "3", + "4", + "1", + "2" + ] + } + }, + { + "name": "PPERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "5", + "6", + "0", + "7", + "8" + ] + } + }, + { + "name": "PBESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "6", + "5", + "7" + ] + } + }, + { + "name": "PMOTSCO", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "6", + "4", + "5", + "3" + ] + } + }, + { + "name": "PVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "9" + ] + } + }, + { + "name": "PAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "2", + "1", + "4" + ] + } + }, + { + "name": "PTRACTOR", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "6", + "4" + ] + } + }, + { + "name": "PWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "4", + "3", + "2", + "6" + ] + } + }, + { + "name": "PBROM", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "3", + "5", + "4", + "2" + ] + } + }, + { + "name": "PLEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 10, + "unique_ratio": 0.001273, + "example_values": [ + "1", + "0", + "4", + "3", + "6" + ] + } + }, + { + "name": "PPERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "3", + "2" + ] + } + }, + { + "name": "PWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "6", + "7", + "4", + "5" + ] + } + }, + { + "name": "PBRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 9, + "unique_ratio": 0.001145, + "example_values": [ + "3", + "0", + "4", + "2", + "5" + ] + } + }, + { + "name": "PZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "2", + "1" + ] + } + }, + { + "name": "PPLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "3", + "6", + "1" + ] + } + }, + { + "name": "PFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "PINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "2", + "1", + "4", + "3" + ] + } + }, + { + "name": "PBYSTAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "4", + "2", + "3", + "5" + ] + } + }, + { + "name": "AWAPART", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "1", + "0", + "2" + ] + } + }, + { + "name": "AWABEDR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "5" + ] + } + }, + { + "name": "AWALAND", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APERSAUT", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 8, + "unique_ratio": 0.001018, + "example_values": [ + "1", + "0", + "2", + "6", + "3" + ] + } + }, + { + "name": "ABESAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "1", + "2", + "4", + "5" + ] + } + }, + { + "name": "AMOTSCO", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "AVRAAUT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AAANHANG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "2", + "1", + "3" + ] + } + }, + { + "name": "ATRACTOR", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "0", + "1", + "4", + "2", + "3" + ] + } + }, + { + "name": "AWERKT", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 6, + "unique_ratio": 0.000764, + "example_values": [ + "0", + "2", + "1", + "6", + "4" + ] + } + }, + { + "name": "ABROM", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 4, + "unique_ratio": 0.000509, + "example_values": [ + "0", + "1", + "2", + "3" + ] + } + }, + { + "name": "ALEVEN", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "8", + "3" + ] + } + }, + { + "name": "APERSONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AGEZONG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "AWAOREG", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "ABRAND", + "role": "feature", + "semantic_type": "numeric", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "median", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 7, + "unique_ratio": 0.000891, + "example_values": [ + "1", + "0", + "2", + "3", + "7" + ] + } + }, + { + "name": "AZEILPL", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "APLEZIER", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "AFIETS", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 5, + "unique_ratio": 0.000636, + "example_values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + }, + { + "name": "AINBOED", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + }, + { + "name": "ABYSTAND", + "role": "target", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 3, + "unique_ratio": 0.000382, + "example_values": [ + "0", + "1", + "2" + ] + } + }, + { + "name": "CARAVAN", + "role": "feature", + "semantic_type": "boolean", + "nullable": false, + "missing_tokens": [], + "parse_format": null, + "impute_strategy": "mode", + "profile_stats": { + "missing_rate": 0.0, + "unique_count": 2, + "unique_ratio": 0.000255, + "example_values": [ + "0", + "1" + ] + } + } + ], + "public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/public_gate/staged_input_manifest.json", + "train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/staged/public/train.csv", + "val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/staged/public/val.csv", + "test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/staged/public/test.csv", + "features_json": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/staged/public/staged_features.json", + "public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-SpecializedModels/n15/tvae/tvae-n15-20260320_080449/public_gate/public_gate_report.json" +} \ No newline at end of file diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/tvae-n15-1000-20260320_081401.csv b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/tvae-n15-1000-20260320_081401.csv new file mode 100644 index 0000000000000000000000000000000000000000..145c94bdc58878971a769094e78f61516d8ea13c --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/tvae-n15-1000-20260320_081401.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666f410aea10da1049a401704a9698cb91fee9f070bd8881d178def2bef4c5cf +size 173486 diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/tvae-n15-7857-20260330_070643.csv b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/tvae-n15-7857-20260330_070643.csv new file mode 100644 index 0000000000000000000000000000000000000000..d9ac2027d01fdc24215c487231522a4d31968de9 --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/tvae-n15-7857-20260330_070643.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9fbc31c21333fd0eabd4209a50fb21076a001e00dc67bded4828e59260bab0 +size 1358453 diff --git a/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/tvae_metadata.json b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/tvae_metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..09550ec5deaddff785c6828490e1aac0ff4b1a7b --- /dev/null +++ b/syntheticSuccess/n15/tvae/tvae-n15-20260320_080449/tvae_metadata.json @@ -0,0 +1,348 @@ +{ + "columns": [ + { + "name": "MOSTYPE", + "type": "continuous" + }, + { + "name": "MAANTHUI", + "type": "continuous" + }, + { + "name": "MGEMOMV", + "type": "continuous" + }, + { + "name": "MGEMLEEF", + "type": "continuous" + }, + { + "name": "MOSHOOFD", + "type": "continuous" + }, + { + "name": "MGODRK", + "type": "continuous" + }, + { + "name": "MGODPR", + "type": "continuous" + }, + { + "name": "MGODOV", + "type": "continuous" + }, + { + "name": "MGODGE", + "type": "continuous" + }, + { + "name": "MRELGE", + "type": "continuous" + }, + { + "name": "MRELSA", + "type": "continuous" + }, + { + "name": "MRELOV", + "type": "continuous" + }, + { + "name": "MFALLEEN", + "type": "continuous" + }, + { + "name": "MFGEKIND", + "type": "continuous" + }, + { + "name": "MFWEKIND", + "type": "continuous" + }, + { + "name": "MOPLHOOG", + "type": "continuous" + }, + { + "name": "MOPLMIDD", + "type": "continuous" + }, + { + "name": "MOPLLAAG", + "type": "continuous" + }, + { + "name": "MBERHOOG", + "type": "continuous" + }, + { + "name": "MBERZELF", + "type": "continuous" + }, + { + "name": "MBERBOER", + "type": "continuous" + }, + { + "name": "MBERMIDD", + "type": "continuous" + }, + { + "name": "MBERARBG", + "type": "continuous" + }, + { + "name": "MBERARBO", + "type": "continuous" + }, + { + "name": "MSKA", + "type": "continuous" + }, + { + "name": "MSKB1", + "type": "continuous" + }, + { + "name": "MSKB2", + "type": "continuous" + }, + { + "name": "MSKC", + "type": "continuous" + }, + { + "name": "MSKD", + "type": "continuous" + }, + { + "name": "MHHUUR", + "type": "continuous" + }, + { + "name": "MHKOOP", + "type": "continuous" + }, + { + "name": "MAUT1", + "type": "continuous" + }, + { + "name": "MAUT2", + "type": "continuous" + }, + { + "name": "MAUT0", + "type": "continuous" + }, + { + "name": "MZFONDS", + "type": "continuous" + }, + { + "name": "MZPART", + "type": "continuous" + }, + { + "name": "MINKM30", + "type": "continuous" + }, + { + "name": "MINK3045", + "type": "continuous" + }, + { + "name": "MINK4575", + "type": "continuous" + }, + { + "name": "MINK7512", + "type": "continuous" + }, + { + "name": "MINK123M", + "type": "continuous" + }, + { + "name": "MINKGEM", + "type": "continuous" + }, + { + "name": "MKOOPKLA", + "type": "continuous" + }, + { + "name": "PWAPART", + "type": "continuous" + }, + { + "name": "PWABEDR", + "type": "categorical" + }, + { + "name": "PWALAND", + "type": "continuous" + }, + { + "name": "PPERSAUT", + "type": "continuous" + }, + { + "name": "PBESAUT", + "type": "categorical" + }, + { + "name": "PMOTSCO", + "type": "continuous" + }, + { + "name": "PVRAAUT", + "type": "categorical" + }, + { + "name": "PAANHANG", + "type": "categorical" + }, + { + "name": "PTRACTOR", + "type": "continuous" + }, + { + "name": "PWERKT", + "type": "categorical" + }, + { + "name": "PBROM", + "type": "continuous" + }, + { + "name": "PLEVEN", + "type": "continuous" + }, + { + "name": "PPERSONG", + "type": "categorical" + }, + { + "name": "PGEZONG", + "type": "categorical" + }, + { + "name": "PWAOREG", + "type": "categorical" + }, + { + "name": "PBRAND", + "type": "continuous" + }, + { + "name": "PZEILPL", + "type": "categorical" + }, + { + "name": "PPLEZIER", + "type": "categorical" + }, + { + "name": "PFIETS", + "type": "categorical" + }, + { + "name": "PINBOED", + "type": "categorical" + }, + { + "name": "PBYSTAND", + "type": "categorical" + }, + { + "name": "AWAPART", + "type": "categorical" + }, + { + "name": "AWABEDR", + "type": "categorical" + }, + { + "name": "AWALAND", + "type": "categorical" + }, + { + "name": "APERSAUT", + "type": "continuous" + }, + { + "name": "ABESAUT", + "type": "categorical" + }, + { + "name": "AMOTSCO", + "type": "categorical" + }, + { + "name": "AVRAAUT", + "type": "categorical" + }, + { + "name": "AAANHANG", + "type": "categorical" + }, + { + "name": "ATRACTOR", + "type": "categorical" + }, + { + "name": "AWERKT", + "type": "categorical" + }, + { + "name": "ABROM", + "type": "categorical" + }, + { + "name": "ALEVEN", + "type": "continuous" + }, + { + "name": "APERSONG", + "type": "categorical" + }, + { + "name": "AGEZONG", + "type": "categorical" + }, + { + "name": "AWAOREG", + "type": "categorical" + }, + { + "name": "ABRAND", + "type": "continuous" + }, + { + "name": "AZEILPL", + "type": "categorical" + }, + { + "name": "APLEZIER", + "type": "categorical" + }, + { + "name": "AFIETS", + "type": "categorical" + }, + { + "name": "AINBOED", + "type": "categorical" + }, + { + "name": "ABYSTAND", + "type": "categorical" + }, + { + "name": "CARAVAN", + "type": "categorical" + } + ] +} \ No newline at end of file