jialinzhang commited on
Commit ·
d2a77c0
1
Parent(s): 8f60eba
Add syntheticFail c4
Browse files- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/_fd_X_host.npy +3 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/_fd_gen.py +8 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/_fd_meta_host.json +1 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/_fd_train.py +36 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/forestdiffusion_model.joblib +3 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/gen_20260510_202553.log +3 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/input_snapshot.json +36 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/models_fd/model.joblib +3 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/public_gate/normalized_schema_snapshot.json +674 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/public_gate/public_gate_report.json +37 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/public_gate/staged_input_manifest.json +679 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/run_config.json +47 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/runtime_result.json +24 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/forestdiffusion/adapter_report.json +7 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/forestdiffusion/adapter_transforms_applied.json +1 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/forestdiffusion/model_input_manifest.json +681 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/staged_features.json +187 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/test.csv +3 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/train.csv +3 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/val.csv +3 -0
- syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/train_20260510_202550.log +3 -0
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/_fd_X_host.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e794179fed0c3687b848213d44e032a3e33b4023229518cd49d24bbc3de9028d
|
| 3 |
+
size 151680
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/_fd_gen.py
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
import joblib, pandas as pd
|
| 3 |
+
m, meta = joblib.load(r'/work/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/forestdiffusion_model.joblib')
|
| 4 |
+
# generate:batch_size 为样本数
|
| 5 |
+
arr = m.generate(batch_size=int(2557))
|
| 6 |
+
df = pd.DataFrame(arr, columns=meta["column_names"])
|
| 7 |
+
df.to_csv(r'/work/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/forest-c4-2557-20260510_202553.csv', index=False)
|
| 8 |
+
print("saved", len(df))
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/_fd_meta_host.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"column_names": ["bkblk", "bknwy", "bkon8", "bkona", "bkspr", "bkxbq", "bkxcr", "bkxwp", "blxwp", "bxqsq", "cntxt", "dsopp", "dwipd", "hdchk", "katri", "mulch", "qxmsq", "r2ar8", "reskd", "reskr", "rimmx", "rkxwp", "rxmsq", "simpl", "skach", "skewr", "skrxp", "spcop", "stlmt", "thrsk", "wkcti", "wkna8", "wknck", "wkovl", "wkpos", "wtoeg", "class"], "cat_indexes": [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]}
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/_fd_train.py
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
import os, shutil, json
|
| 3 |
+
with open('/tmp/pgrep', 'w') as _f:
|
| 4 |
+
_f.write("#!/usr/bin/env python3\n")
|
| 5 |
+
_f.write("import subprocess, sys\n")
|
| 6 |
+
_f.write("ppid = sys.argv[-1]\n")
|
| 7 |
+
_f.write("out = subprocess.check_output(['ps', '-o', 'pid=', '--ppid', str(ppid)], text=True)\n")
|
| 8 |
+
_f.write("print(out, end='')\n")
|
| 9 |
+
os.chmod('/tmp/pgrep', 0o755)
|
| 10 |
+
os.environ['PATH'] = '/tmp:' + os.environ.get('PATH', '')
|
| 11 |
+
shutil.copy(r'/work/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/_fd_X_host.npy', '/tmp/fd_X.npy')
|
| 12 |
+
with open(r'/work/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/_fd_meta_host.json') as f:
|
| 13 |
+
open('/tmp/fd_meta.json','w').write(f.read())
|
| 14 |
+
|
| 15 |
+
import numpy as np, joblib, json, os
|
| 16 |
+
from ForestDiffusion import ForestDiffusionModel
|
| 17 |
+
X = np.load("/tmp/fd_X.npy")
|
| 18 |
+
with open("/tmp/fd_meta.json") as f:
|
| 19 |
+
meta = json.load(f)
|
| 20 |
+
cat_indexes = meta["cat_indexes"]
|
| 21 |
+
print(
|
| 22 |
+
"[ForestDiffusion] train config: "
|
| 23 |
+
f"rows={X.shape[0]} cols={X.shape[1]} n_t=2 "
|
| 24 |
+
f"n_estimators=1 duplicate_K=1 n_jobs=1 "
|
| 25 |
+
f"max_depth=2 xgb_verbosity=0 xgb_nthread=1",
|
| 26 |
+
flush=True,
|
| 27 |
+
)
|
| 28 |
+
m = ForestDiffusionModel(
|
| 29 |
+
X, n_t=2, n_estimators=1, duplicate_K=1, n_jobs=1,
|
| 30 |
+
model="xgboost", max_depth=2, tree_method="hist", cat_indexes=cat_indexes,
|
| 31 |
+
verbosity=0, nthread=1,
|
| 32 |
+
)
|
| 33 |
+
joblib.dump((m, meta), "/tmp/fd_model.joblib")
|
| 34 |
+
print("ForestDiffusion train OK")
|
| 35 |
+
|
| 36 |
+
shutil.copy('/tmp/fd_model.joblib', r'/work/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/forestdiffusion_model.joblib')
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/forestdiffusion_model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1956ffbe457d9170fca21d0ac6d0c334d8ec50cd4468a782af57005182a3dc5
|
| 3 |
+
size 383730
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/gen_20260510_202553.log
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c586288ecabefec7f61a7ad6dd2c3b20ad547d5393d21cb9dd2d746e915f136f
|
| 3 |
+
size 1383
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/input_snapshot.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_id": "c4",
|
| 3 |
+
"model": "forestdiffusion",
|
| 4 |
+
"inputs": {
|
| 5 |
+
"train_csv": {
|
| 6 |
+
"path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c4/c4-train.csv",
|
| 7 |
+
"exists": true,
|
| 8 |
+
"size": 199562,
|
| 9 |
+
"sha256": "d2fc1109f821f6d30a9a47b68564c66ffecf47fdb8f5991c431375cd4730dc1e"
|
| 10 |
+
},
|
| 11 |
+
"val_csv": {
|
| 12 |
+
"path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c4/c4-val.csv",
|
| 13 |
+
"exists": true,
|
| 14 |
+
"size": 25086,
|
| 15 |
+
"sha256": "63a14ee4484943b24ae1afb7f6227606b93362ab0438c2de944d98a3ed046314"
|
| 16 |
+
},
|
| 17 |
+
"test_csv": {
|
| 18 |
+
"path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c4/c4-test.csv",
|
| 19 |
+
"exists": true,
|
| 20 |
+
"size": 25167,
|
| 21 |
+
"sha256": "1a53620457339e504389c8f98fcd80f18c2759349bea4d6c4e27c961b9ddf3c5"
|
| 22 |
+
},
|
| 23 |
+
"profile_json": {
|
| 24 |
+
"path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c4/c4-dataset_profile.json",
|
| 25 |
+
"exists": true,
|
| 26 |
+
"size": 11652,
|
| 27 |
+
"sha256": "4de70afb0b43c5b764ab2836a9130d4794ddca17d563e7eb01b906eda5d1b1cb"
|
| 28 |
+
},
|
| 29 |
+
"contract_json": {
|
| 30 |
+
"path": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/artifacts/data_core/tabular/c4/c4-dataset_contract_v1.json",
|
| 31 |
+
"exists": true,
|
| 32 |
+
"size": 15478,
|
| 33 |
+
"sha256": "3624cb48e8525efa2ca7b43cdc6abbe819ee307ec20fbd166ad929da1ff4d7f9"
|
| 34 |
+
}
|
| 35 |
+
}
|
| 36 |
+
}
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/models_fd/model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1956ffbe457d9170fca21d0ac6d0c334d8ec50cd4468a782af57005182a3dc5
|
| 3 |
+
size 383730
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/public_gate/normalized_schema_snapshot.json
ADDED
|
@@ -0,0 +1,674 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_id": "c4",
|
| 3 |
+
"target_column": "class",
|
| 4 |
+
"task_type": "classification",
|
| 5 |
+
"columns": [
|
| 6 |
+
{
|
| 7 |
+
"name": "bkblk",
|
| 8 |
+
"role": "feature",
|
| 9 |
+
"semantic_type": "boolean",
|
| 10 |
+
"nullable": false,
|
| 11 |
+
"missing_tokens": [],
|
| 12 |
+
"parse_format": null,
|
| 13 |
+
"impute_strategy": "mode",
|
| 14 |
+
"profile_stats": {
|
| 15 |
+
"missing_rate": 0.0,
|
| 16 |
+
"unique_count": 2,
|
| 17 |
+
"unique_ratio": 0.000782,
|
| 18 |
+
"example_values": [
|
| 19 |
+
"f",
|
| 20 |
+
"t"
|
| 21 |
+
]
|
| 22 |
+
}
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"name": "bknwy",
|
| 26 |
+
"role": "feature",
|
| 27 |
+
"semantic_type": "boolean",
|
| 28 |
+
"nullable": false,
|
| 29 |
+
"missing_tokens": [],
|
| 30 |
+
"parse_format": null,
|
| 31 |
+
"impute_strategy": "mode",
|
| 32 |
+
"profile_stats": {
|
| 33 |
+
"missing_rate": 0.0,
|
| 34 |
+
"unique_count": 2,
|
| 35 |
+
"unique_ratio": 0.000782,
|
| 36 |
+
"example_values": [
|
| 37 |
+
"f",
|
| 38 |
+
"t"
|
| 39 |
+
]
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"name": "bkon8",
|
| 44 |
+
"role": "feature",
|
| 45 |
+
"semantic_type": "boolean",
|
| 46 |
+
"nullable": false,
|
| 47 |
+
"missing_tokens": [],
|
| 48 |
+
"parse_format": null,
|
| 49 |
+
"impute_strategy": "mode",
|
| 50 |
+
"profile_stats": {
|
| 51 |
+
"missing_rate": 0.0,
|
| 52 |
+
"unique_count": 2,
|
| 53 |
+
"unique_ratio": 0.000782,
|
| 54 |
+
"example_values": [
|
| 55 |
+
"f",
|
| 56 |
+
"t"
|
| 57 |
+
]
|
| 58 |
+
}
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"name": "bkona",
|
| 62 |
+
"role": "feature",
|
| 63 |
+
"semantic_type": "boolean",
|
| 64 |
+
"nullable": false,
|
| 65 |
+
"missing_tokens": [],
|
| 66 |
+
"parse_format": null,
|
| 67 |
+
"impute_strategy": "mode",
|
| 68 |
+
"profile_stats": {
|
| 69 |
+
"missing_rate": 0.0,
|
| 70 |
+
"unique_count": 2,
|
| 71 |
+
"unique_ratio": 0.000782,
|
| 72 |
+
"example_values": [
|
| 73 |
+
"f",
|
| 74 |
+
"t"
|
| 75 |
+
]
|
| 76 |
+
}
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"name": "bkspr",
|
| 80 |
+
"role": "feature",
|
| 81 |
+
"semantic_type": "boolean",
|
| 82 |
+
"nullable": false,
|
| 83 |
+
"missing_tokens": [],
|
| 84 |
+
"parse_format": null,
|
| 85 |
+
"impute_strategy": "mode",
|
| 86 |
+
"profile_stats": {
|
| 87 |
+
"missing_rate": 0.0,
|
| 88 |
+
"unique_count": 2,
|
| 89 |
+
"unique_ratio": 0.000782,
|
| 90 |
+
"example_values": [
|
| 91 |
+
"f",
|
| 92 |
+
"t"
|
| 93 |
+
]
|
| 94 |
+
}
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"name": "bkxbq",
|
| 98 |
+
"role": "feature",
|
| 99 |
+
"semantic_type": "boolean",
|
| 100 |
+
"nullable": false,
|
| 101 |
+
"missing_tokens": [],
|
| 102 |
+
"parse_format": null,
|
| 103 |
+
"impute_strategy": "mode",
|
| 104 |
+
"profile_stats": {
|
| 105 |
+
"missing_rate": 0.0,
|
| 106 |
+
"unique_count": 2,
|
| 107 |
+
"unique_ratio": 0.000782,
|
| 108 |
+
"example_values": [
|
| 109 |
+
"f",
|
| 110 |
+
"t"
|
| 111 |
+
]
|
| 112 |
+
}
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"name": "bkxcr",
|
| 116 |
+
"role": "feature",
|
| 117 |
+
"semantic_type": "boolean",
|
| 118 |
+
"nullable": false,
|
| 119 |
+
"missing_tokens": [],
|
| 120 |
+
"parse_format": null,
|
| 121 |
+
"impute_strategy": "mode",
|
| 122 |
+
"profile_stats": {
|
| 123 |
+
"missing_rate": 0.0,
|
| 124 |
+
"unique_count": 2,
|
| 125 |
+
"unique_ratio": 0.000782,
|
| 126 |
+
"example_values": [
|
| 127 |
+
"f",
|
| 128 |
+
"t"
|
| 129 |
+
]
|
| 130 |
+
}
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"name": "bkxwp",
|
| 134 |
+
"role": "feature",
|
| 135 |
+
"semantic_type": "boolean",
|
| 136 |
+
"nullable": false,
|
| 137 |
+
"missing_tokens": [],
|
| 138 |
+
"parse_format": null,
|
| 139 |
+
"impute_strategy": "mode",
|
| 140 |
+
"profile_stats": {
|
| 141 |
+
"missing_rate": 0.0,
|
| 142 |
+
"unique_count": 2,
|
| 143 |
+
"unique_ratio": 0.000782,
|
| 144 |
+
"example_values": [
|
| 145 |
+
"f",
|
| 146 |
+
"t"
|
| 147 |
+
]
|
| 148 |
+
}
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"name": "blxwp",
|
| 152 |
+
"role": "feature",
|
| 153 |
+
"semantic_type": "boolean",
|
| 154 |
+
"nullable": false,
|
| 155 |
+
"missing_tokens": [],
|
| 156 |
+
"parse_format": null,
|
| 157 |
+
"impute_strategy": "mode",
|
| 158 |
+
"profile_stats": {
|
| 159 |
+
"missing_rate": 0.0,
|
| 160 |
+
"unique_count": 2,
|
| 161 |
+
"unique_ratio": 0.000782,
|
| 162 |
+
"example_values": [
|
| 163 |
+
"f",
|
| 164 |
+
"t"
|
| 165 |
+
]
|
| 166 |
+
}
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"name": "bxqsq",
|
| 170 |
+
"role": "feature",
|
| 171 |
+
"semantic_type": "boolean",
|
| 172 |
+
"nullable": false,
|
| 173 |
+
"missing_tokens": [],
|
| 174 |
+
"parse_format": null,
|
| 175 |
+
"impute_strategy": "mode",
|
| 176 |
+
"profile_stats": {
|
| 177 |
+
"missing_rate": 0.0,
|
| 178 |
+
"unique_count": 2,
|
| 179 |
+
"unique_ratio": 0.000782,
|
| 180 |
+
"example_values": [
|
| 181 |
+
"f",
|
| 182 |
+
"t"
|
| 183 |
+
]
|
| 184 |
+
}
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"name": "cntxt",
|
| 188 |
+
"role": "feature",
|
| 189 |
+
"semantic_type": "boolean",
|
| 190 |
+
"nullable": false,
|
| 191 |
+
"missing_tokens": [],
|
| 192 |
+
"parse_format": null,
|
| 193 |
+
"impute_strategy": "mode",
|
| 194 |
+
"profile_stats": {
|
| 195 |
+
"missing_rate": 0.0,
|
| 196 |
+
"unique_count": 2,
|
| 197 |
+
"unique_ratio": 0.000782,
|
| 198 |
+
"example_values": [
|
| 199 |
+
"f",
|
| 200 |
+
"t"
|
| 201 |
+
]
|
| 202 |
+
}
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"name": "dsopp",
|
| 206 |
+
"role": "feature",
|
| 207 |
+
"semantic_type": "boolean",
|
| 208 |
+
"nullable": false,
|
| 209 |
+
"missing_tokens": [],
|
| 210 |
+
"parse_format": null,
|
| 211 |
+
"impute_strategy": "mode",
|
| 212 |
+
"profile_stats": {
|
| 213 |
+
"missing_rate": 0.0,
|
| 214 |
+
"unique_count": 2,
|
| 215 |
+
"unique_ratio": 0.000782,
|
| 216 |
+
"example_values": [
|
| 217 |
+
"f",
|
| 218 |
+
"t"
|
| 219 |
+
]
|
| 220 |
+
}
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"name": "dwipd",
|
| 224 |
+
"role": "feature",
|
| 225 |
+
"semantic_type": "categorical",
|
| 226 |
+
"nullable": false,
|
| 227 |
+
"missing_tokens": [],
|
| 228 |
+
"parse_format": null,
|
| 229 |
+
"impute_strategy": "mode",
|
| 230 |
+
"profile_stats": {
|
| 231 |
+
"missing_rate": 0.0,
|
| 232 |
+
"unique_count": 2,
|
| 233 |
+
"unique_ratio": 0.000782,
|
| 234 |
+
"example_values": [
|
| 235 |
+
"l",
|
| 236 |
+
"g"
|
| 237 |
+
]
|
| 238 |
+
}
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"name": "hdchk",
|
| 242 |
+
"role": "feature",
|
| 243 |
+
"semantic_type": "boolean",
|
| 244 |
+
"nullable": false,
|
| 245 |
+
"missing_tokens": [],
|
| 246 |
+
"parse_format": null,
|
| 247 |
+
"impute_strategy": "mode",
|
| 248 |
+
"profile_stats": {
|
| 249 |
+
"missing_rate": 0.0,
|
| 250 |
+
"unique_count": 2,
|
| 251 |
+
"unique_ratio": 0.000782,
|
| 252 |
+
"example_values": [
|
| 253 |
+
"f",
|
| 254 |
+
"t"
|
| 255 |
+
]
|
| 256 |
+
}
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"name": "katri",
|
| 260 |
+
"role": "feature",
|
| 261 |
+
"semantic_type": "categorical",
|
| 262 |
+
"nullable": false,
|
| 263 |
+
"missing_tokens": [],
|
| 264 |
+
"parse_format": null,
|
| 265 |
+
"impute_strategy": "mode",
|
| 266 |
+
"profile_stats": {
|
| 267 |
+
"missing_rate": 0.0,
|
| 268 |
+
"unique_count": 3,
|
| 269 |
+
"unique_ratio": 0.001173,
|
| 270 |
+
"example_values": [
|
| 271 |
+
"n",
|
| 272 |
+
"w",
|
| 273 |
+
"b"
|
| 274 |
+
]
|
| 275 |
+
}
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"name": "mulch",
|
| 279 |
+
"role": "feature",
|
| 280 |
+
"semantic_type": "boolean",
|
| 281 |
+
"nullable": false,
|
| 282 |
+
"missing_tokens": [],
|
| 283 |
+
"parse_format": null,
|
| 284 |
+
"impute_strategy": "mode",
|
| 285 |
+
"profile_stats": {
|
| 286 |
+
"missing_rate": 0.0,
|
| 287 |
+
"unique_count": 2,
|
| 288 |
+
"unique_ratio": 0.000782,
|
| 289 |
+
"example_values": [
|
| 290 |
+
"f",
|
| 291 |
+
"t"
|
| 292 |
+
]
|
| 293 |
+
}
|
| 294 |
+
},
|
| 295 |
+
{
|
| 296 |
+
"name": "qxmsq",
|
| 297 |
+
"role": "feature",
|
| 298 |
+
"semantic_type": "boolean",
|
| 299 |
+
"nullable": false,
|
| 300 |
+
"missing_tokens": [],
|
| 301 |
+
"parse_format": null,
|
| 302 |
+
"impute_strategy": "mode",
|
| 303 |
+
"profile_stats": {
|
| 304 |
+
"missing_rate": 0.0,
|
| 305 |
+
"unique_count": 2,
|
| 306 |
+
"unique_ratio": 0.000782,
|
| 307 |
+
"example_values": [
|
| 308 |
+
"f",
|
| 309 |
+
"t"
|
| 310 |
+
]
|
| 311 |
+
}
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"name": "r2ar8",
|
| 315 |
+
"role": "feature",
|
| 316 |
+
"semantic_type": "boolean",
|
| 317 |
+
"nullable": false,
|
| 318 |
+
"missing_tokens": [],
|
| 319 |
+
"parse_format": null,
|
| 320 |
+
"impute_strategy": "mode",
|
| 321 |
+
"profile_stats": {
|
| 322 |
+
"missing_rate": 0.0,
|
| 323 |
+
"unique_count": 2,
|
| 324 |
+
"unique_ratio": 0.000782,
|
| 325 |
+
"example_values": [
|
| 326 |
+
"t",
|
| 327 |
+
"f"
|
| 328 |
+
]
|
| 329 |
+
}
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"name": "reskd",
|
| 333 |
+
"role": "feature",
|
| 334 |
+
"semantic_type": "boolean",
|
| 335 |
+
"nullable": false,
|
| 336 |
+
"missing_tokens": [],
|
| 337 |
+
"parse_format": null,
|
| 338 |
+
"impute_strategy": "mode",
|
| 339 |
+
"profile_stats": {
|
| 340 |
+
"missing_rate": 0.0,
|
| 341 |
+
"unique_count": 2,
|
| 342 |
+
"unique_ratio": 0.000782,
|
| 343 |
+
"example_values": [
|
| 344 |
+
"f",
|
| 345 |
+
"t"
|
| 346 |
+
]
|
| 347 |
+
}
|
| 348 |
+
},
|
| 349 |
+
{
|
| 350 |
+
"name": "reskr",
|
| 351 |
+
"role": "feature",
|
| 352 |
+
"semantic_type": "boolean",
|
| 353 |
+
"nullable": false,
|
| 354 |
+
"missing_tokens": [],
|
| 355 |
+
"parse_format": null,
|
| 356 |
+
"impute_strategy": "mode",
|
| 357 |
+
"profile_stats": {
|
| 358 |
+
"missing_rate": 0.0,
|
| 359 |
+
"unique_count": 2,
|
| 360 |
+
"unique_ratio": 0.000782,
|
| 361 |
+
"example_values": [
|
| 362 |
+
"f",
|
| 363 |
+
"t"
|
| 364 |
+
]
|
| 365 |
+
}
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"name": "rimmx",
|
| 369 |
+
"role": "feature",
|
| 370 |
+
"semantic_type": "boolean",
|
| 371 |
+
"nullable": false,
|
| 372 |
+
"missing_tokens": [],
|
| 373 |
+
"parse_format": null,
|
| 374 |
+
"impute_strategy": "mode",
|
| 375 |
+
"profile_stats": {
|
| 376 |
+
"missing_rate": 0.0,
|
| 377 |
+
"unique_count": 2,
|
| 378 |
+
"unique_ratio": 0.000782,
|
| 379 |
+
"example_values": [
|
| 380 |
+
"f",
|
| 381 |
+
"t"
|
| 382 |
+
]
|
| 383 |
+
}
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"name": "rkxwp",
|
| 387 |
+
"role": "feature",
|
| 388 |
+
"semantic_type": "boolean",
|
| 389 |
+
"nullable": false,
|
| 390 |
+
"missing_tokens": [],
|
| 391 |
+
"parse_format": null,
|
| 392 |
+
"impute_strategy": "mode",
|
| 393 |
+
"profile_stats": {
|
| 394 |
+
"missing_rate": 0.0,
|
| 395 |
+
"unique_count": 2,
|
| 396 |
+
"unique_ratio": 0.000782,
|
| 397 |
+
"example_values": [
|
| 398 |
+
"f",
|
| 399 |
+
"t"
|
| 400 |
+
]
|
| 401 |
+
}
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"name": "rxmsq",
|
| 405 |
+
"role": "feature",
|
| 406 |
+
"semantic_type": "boolean",
|
| 407 |
+
"nullable": false,
|
| 408 |
+
"missing_tokens": [],
|
| 409 |
+
"parse_format": null,
|
| 410 |
+
"impute_strategy": "mode",
|
| 411 |
+
"profile_stats": {
|
| 412 |
+
"missing_rate": 0.0,
|
| 413 |
+
"unique_count": 2,
|
| 414 |
+
"unique_ratio": 0.000782,
|
| 415 |
+
"example_values": [
|
| 416 |
+
"f",
|
| 417 |
+
"t"
|
| 418 |
+
]
|
| 419 |
+
}
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"name": "simpl",
|
| 423 |
+
"role": "feature",
|
| 424 |
+
"semantic_type": "boolean",
|
| 425 |
+
"nullable": false,
|
| 426 |
+
"missing_tokens": [],
|
| 427 |
+
"parse_format": null,
|
| 428 |
+
"impute_strategy": "mode",
|
| 429 |
+
"profile_stats": {
|
| 430 |
+
"missing_rate": 0.0,
|
| 431 |
+
"unique_count": 2,
|
| 432 |
+
"unique_ratio": 0.000782,
|
| 433 |
+
"example_values": [
|
| 434 |
+
"f",
|
| 435 |
+
"t"
|
| 436 |
+
]
|
| 437 |
+
}
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"name": "skach",
|
| 441 |
+
"role": "feature",
|
| 442 |
+
"semantic_type": "boolean",
|
| 443 |
+
"nullable": false,
|
| 444 |
+
"missing_tokens": [],
|
| 445 |
+
"parse_format": null,
|
| 446 |
+
"impute_strategy": "mode",
|
| 447 |
+
"profile_stats": {
|
| 448 |
+
"missing_rate": 0.0,
|
| 449 |
+
"unique_count": 2,
|
| 450 |
+
"unique_ratio": 0.000782,
|
| 451 |
+
"example_values": [
|
| 452 |
+
"f",
|
| 453 |
+
"t"
|
| 454 |
+
]
|
| 455 |
+
}
|
| 456 |
+
},
|
| 457 |
+
{
|
| 458 |
+
"name": "skewr",
|
| 459 |
+
"role": "feature",
|
| 460 |
+
"semantic_type": "boolean",
|
| 461 |
+
"nullable": false,
|
| 462 |
+
"missing_tokens": [],
|
| 463 |
+
"parse_format": null,
|
| 464 |
+
"impute_strategy": "mode",
|
| 465 |
+
"profile_stats": {
|
| 466 |
+
"missing_rate": 0.0,
|
| 467 |
+
"unique_count": 2,
|
| 468 |
+
"unique_ratio": 0.000782,
|
| 469 |
+
"example_values": [
|
| 470 |
+
"t",
|
| 471 |
+
"f"
|
| 472 |
+
]
|
| 473 |
+
}
|
| 474 |
+
},
|
| 475 |
+
{
|
| 476 |
+
"name": "skrxp",
|
| 477 |
+
"role": "feature",
|
| 478 |
+
"semantic_type": "boolean",
|
| 479 |
+
"nullable": false,
|
| 480 |
+
"missing_tokens": [],
|
| 481 |
+
"parse_format": null,
|
| 482 |
+
"impute_strategy": "mode",
|
| 483 |
+
"profile_stats": {
|
| 484 |
+
"missing_rate": 0.0,
|
| 485 |
+
"unique_count": 2,
|
| 486 |
+
"unique_ratio": 0.000782,
|
| 487 |
+
"example_values": [
|
| 488 |
+
"f",
|
| 489 |
+
"t"
|
| 490 |
+
]
|
| 491 |
+
}
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"name": "spcop",
|
| 495 |
+
"role": "feature",
|
| 496 |
+
"semantic_type": "boolean",
|
| 497 |
+
"nullable": false,
|
| 498 |
+
"missing_tokens": [],
|
| 499 |
+
"parse_format": null,
|
| 500 |
+
"impute_strategy": "mode",
|
| 501 |
+
"profile_stats": {
|
| 502 |
+
"missing_rate": 0.0,
|
| 503 |
+
"unique_count": 2,
|
| 504 |
+
"unique_ratio": 0.000782,
|
| 505 |
+
"example_values": [
|
| 506 |
+
"f",
|
| 507 |
+
"t"
|
| 508 |
+
]
|
| 509 |
+
}
|
| 510 |
+
},
|
| 511 |
+
{
|
| 512 |
+
"name": "stlmt",
|
| 513 |
+
"role": "feature",
|
| 514 |
+
"semantic_type": "boolean",
|
| 515 |
+
"nullable": false,
|
| 516 |
+
"missing_tokens": [],
|
| 517 |
+
"parse_format": null,
|
| 518 |
+
"impute_strategy": "mode",
|
| 519 |
+
"profile_stats": {
|
| 520 |
+
"missing_rate": 0.0,
|
| 521 |
+
"unique_count": 2,
|
| 522 |
+
"unique_ratio": 0.000782,
|
| 523 |
+
"example_values": [
|
| 524 |
+
"f",
|
| 525 |
+
"t"
|
| 526 |
+
]
|
| 527 |
+
}
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"name": "thrsk",
|
| 531 |
+
"role": "feature",
|
| 532 |
+
"semantic_type": "boolean",
|
| 533 |
+
"nullable": false,
|
| 534 |
+
"missing_tokens": [],
|
| 535 |
+
"parse_format": null,
|
| 536 |
+
"impute_strategy": "mode",
|
| 537 |
+
"profile_stats": {
|
| 538 |
+
"missing_rate": 0.0,
|
| 539 |
+
"unique_count": 2,
|
| 540 |
+
"unique_ratio": 0.000782,
|
| 541 |
+
"example_values": [
|
| 542 |
+
"f",
|
| 543 |
+
"t"
|
| 544 |
+
]
|
| 545 |
+
}
|
| 546 |
+
},
|
| 547 |
+
{
|
| 548 |
+
"name": "wkcti",
|
| 549 |
+
"role": "feature",
|
| 550 |
+
"semantic_type": "boolean",
|
| 551 |
+
"nullable": false,
|
| 552 |
+
"missing_tokens": [],
|
| 553 |
+
"parse_format": null,
|
| 554 |
+
"impute_strategy": "mode",
|
| 555 |
+
"profile_stats": {
|
| 556 |
+
"missing_rate": 0.0,
|
| 557 |
+
"unique_count": 2,
|
| 558 |
+
"unique_ratio": 0.000782,
|
| 559 |
+
"example_values": [
|
| 560 |
+
"f",
|
| 561 |
+
"t"
|
| 562 |
+
]
|
| 563 |
+
}
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"name": "wkna8",
|
| 567 |
+
"role": "feature",
|
| 568 |
+
"semantic_type": "boolean",
|
| 569 |
+
"nullable": false,
|
| 570 |
+
"missing_tokens": [],
|
| 571 |
+
"parse_format": null,
|
| 572 |
+
"impute_strategy": "mode",
|
| 573 |
+
"profile_stats": {
|
| 574 |
+
"missing_rate": 0.0,
|
| 575 |
+
"unique_count": 2,
|
| 576 |
+
"unique_ratio": 0.000782,
|
| 577 |
+
"example_values": [
|
| 578 |
+
"f",
|
| 579 |
+
"t"
|
| 580 |
+
]
|
| 581 |
+
}
|
| 582 |
+
},
|
| 583 |
+
{
|
| 584 |
+
"name": "wknck",
|
| 585 |
+
"role": "feature",
|
| 586 |
+
"semantic_type": "boolean",
|
| 587 |
+
"nullable": false,
|
| 588 |
+
"missing_tokens": [],
|
| 589 |
+
"parse_format": null,
|
| 590 |
+
"impute_strategy": "mode",
|
| 591 |
+
"profile_stats": {
|
| 592 |
+
"missing_rate": 0.0,
|
| 593 |
+
"unique_count": 2,
|
| 594 |
+
"unique_ratio": 0.000782,
|
| 595 |
+
"example_values": [
|
| 596 |
+
"f",
|
| 597 |
+
"t"
|
| 598 |
+
]
|
| 599 |
+
}
|
| 600 |
+
},
|
| 601 |
+
{
|
| 602 |
+
"name": "wkovl",
|
| 603 |
+
"role": "feature",
|
| 604 |
+
"semantic_type": "boolean",
|
| 605 |
+
"nullable": false,
|
| 606 |
+
"missing_tokens": [],
|
| 607 |
+
"parse_format": null,
|
| 608 |
+
"impute_strategy": "mode",
|
| 609 |
+
"profile_stats": {
|
| 610 |
+
"missing_rate": 0.0,
|
| 611 |
+
"unique_count": 2,
|
| 612 |
+
"unique_ratio": 0.000782,
|
| 613 |
+
"example_values": [
|
| 614 |
+
"t",
|
| 615 |
+
"f"
|
| 616 |
+
]
|
| 617 |
+
}
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"name": "wkpos",
|
| 621 |
+
"role": "feature",
|
| 622 |
+
"semantic_type": "boolean",
|
| 623 |
+
"nullable": false,
|
| 624 |
+
"missing_tokens": [],
|
| 625 |
+
"parse_format": null,
|
| 626 |
+
"impute_strategy": "mode",
|
| 627 |
+
"profile_stats": {
|
| 628 |
+
"missing_rate": 0.0,
|
| 629 |
+
"unique_count": 2,
|
| 630 |
+
"unique_ratio": 0.000782,
|
| 631 |
+
"example_values": [
|
| 632 |
+
"t",
|
| 633 |
+
"f"
|
| 634 |
+
]
|
| 635 |
+
}
|
| 636 |
+
},
|
| 637 |
+
{
|
| 638 |
+
"name": "wtoeg",
|
| 639 |
+
"role": "feature",
|
| 640 |
+
"semantic_type": "boolean",
|
| 641 |
+
"nullable": false,
|
| 642 |
+
"missing_tokens": [],
|
| 643 |
+
"parse_format": null,
|
| 644 |
+
"impute_strategy": "mode",
|
| 645 |
+
"profile_stats": {
|
| 646 |
+
"missing_rate": 0.0,
|
| 647 |
+
"unique_count": 2,
|
| 648 |
+
"unique_ratio": 0.000782,
|
| 649 |
+
"example_values": [
|
| 650 |
+
"n",
|
| 651 |
+
"t"
|
| 652 |
+
]
|
| 653 |
+
}
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"name": "class",
|
| 657 |
+
"role": "target",
|
| 658 |
+
"semantic_type": "categorical",
|
| 659 |
+
"nullable": false,
|
| 660 |
+
"missing_tokens": [],
|
| 661 |
+
"parse_format": null,
|
| 662 |
+
"impute_strategy": "mode",
|
| 663 |
+
"profile_stats": {
|
| 664 |
+
"missing_rate": 0.0,
|
| 665 |
+
"unique_count": 2,
|
| 666 |
+
"unique_ratio": 0.000782,
|
| 667 |
+
"example_values": [
|
| 668 |
+
"won",
|
| 669 |
+
"nowin"
|
| 670 |
+
]
|
| 671 |
+
}
|
| 672 |
+
}
|
| 673 |
+
]
|
| 674 |
+
}
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/public_gate/public_gate_report.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_id": "c4",
|
| 3 |
+
"status": "pass",
|
| 4 |
+
"checks": [
|
| 5 |
+
{
|
| 6 |
+
"check_id": "PG001_csv_parse_ok",
|
| 7 |
+
"status": "pass"
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"check_id": "PG002_split_header_consistent",
|
| 11 |
+
"status": "pass"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"check_id": "PG003_profile_header_match",
|
| 15 |
+
"status": "pass"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"check_id": "PG004_missing_token_normalized",
|
| 19 |
+
"status": "pass"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"check_id": "PG005_semantic_type_validated",
|
| 23 |
+
"status": "pass"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"check_id": "PG006_target_defined_and_valid",
|
| 27 |
+
"status": "pass"
|
| 28 |
+
}
|
| 29 |
+
],
|
| 30 |
+
"target_column": "class",
|
| 31 |
+
"task_type": "classification",
|
| 32 |
+
"input_splits": {
|
| 33 |
+
"train": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c4/c4-train.csv",
|
| 34 |
+
"val": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c4/c4-val.csv",
|
| 35 |
+
"test": "/data/jialinzhang/SynthesizePipeline-server/DatasetNew/c4/c4-test.csv"
|
| 36 |
+
}
|
| 37 |
+
}
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/public_gate/staged_input_manifest.json
ADDED
|
@@ -0,0 +1,679 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_id": "c4",
|
| 3 |
+
"target_column": "class",
|
| 4 |
+
"task_type": "classification",
|
| 5 |
+
"train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/train.csv",
|
| 6 |
+
"val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/val.csv",
|
| 7 |
+
"test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/test.csv",
|
| 8 |
+
"features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/staged_features.json",
|
| 9 |
+
"public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/public_gate/public_gate_report.json",
|
| 10 |
+
"column_schema": [
|
| 11 |
+
{
|
| 12 |
+
"name": "bkblk",
|
| 13 |
+
"role": "feature",
|
| 14 |
+
"semantic_type": "boolean",
|
| 15 |
+
"nullable": false,
|
| 16 |
+
"missing_tokens": [],
|
| 17 |
+
"parse_format": null,
|
| 18 |
+
"impute_strategy": "mode",
|
| 19 |
+
"profile_stats": {
|
| 20 |
+
"missing_rate": 0.0,
|
| 21 |
+
"unique_count": 2,
|
| 22 |
+
"unique_ratio": 0.000782,
|
| 23 |
+
"example_values": [
|
| 24 |
+
"f",
|
| 25 |
+
"t"
|
| 26 |
+
]
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"name": "bknwy",
|
| 31 |
+
"role": "feature",
|
| 32 |
+
"semantic_type": "boolean",
|
| 33 |
+
"nullable": false,
|
| 34 |
+
"missing_tokens": [],
|
| 35 |
+
"parse_format": null,
|
| 36 |
+
"impute_strategy": "mode",
|
| 37 |
+
"profile_stats": {
|
| 38 |
+
"missing_rate": 0.0,
|
| 39 |
+
"unique_count": 2,
|
| 40 |
+
"unique_ratio": 0.000782,
|
| 41 |
+
"example_values": [
|
| 42 |
+
"f",
|
| 43 |
+
"t"
|
| 44 |
+
]
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"name": "bkon8",
|
| 49 |
+
"role": "feature",
|
| 50 |
+
"semantic_type": "boolean",
|
| 51 |
+
"nullable": false,
|
| 52 |
+
"missing_tokens": [],
|
| 53 |
+
"parse_format": null,
|
| 54 |
+
"impute_strategy": "mode",
|
| 55 |
+
"profile_stats": {
|
| 56 |
+
"missing_rate": 0.0,
|
| 57 |
+
"unique_count": 2,
|
| 58 |
+
"unique_ratio": 0.000782,
|
| 59 |
+
"example_values": [
|
| 60 |
+
"f",
|
| 61 |
+
"t"
|
| 62 |
+
]
|
| 63 |
+
}
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"name": "bkona",
|
| 67 |
+
"role": "feature",
|
| 68 |
+
"semantic_type": "boolean",
|
| 69 |
+
"nullable": false,
|
| 70 |
+
"missing_tokens": [],
|
| 71 |
+
"parse_format": null,
|
| 72 |
+
"impute_strategy": "mode",
|
| 73 |
+
"profile_stats": {
|
| 74 |
+
"missing_rate": 0.0,
|
| 75 |
+
"unique_count": 2,
|
| 76 |
+
"unique_ratio": 0.000782,
|
| 77 |
+
"example_values": [
|
| 78 |
+
"f",
|
| 79 |
+
"t"
|
| 80 |
+
]
|
| 81 |
+
}
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"name": "bkspr",
|
| 85 |
+
"role": "feature",
|
| 86 |
+
"semantic_type": "boolean",
|
| 87 |
+
"nullable": false,
|
| 88 |
+
"missing_tokens": [],
|
| 89 |
+
"parse_format": null,
|
| 90 |
+
"impute_strategy": "mode",
|
| 91 |
+
"profile_stats": {
|
| 92 |
+
"missing_rate": 0.0,
|
| 93 |
+
"unique_count": 2,
|
| 94 |
+
"unique_ratio": 0.000782,
|
| 95 |
+
"example_values": [
|
| 96 |
+
"f",
|
| 97 |
+
"t"
|
| 98 |
+
]
|
| 99 |
+
}
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"name": "bkxbq",
|
| 103 |
+
"role": "feature",
|
| 104 |
+
"semantic_type": "boolean",
|
| 105 |
+
"nullable": false,
|
| 106 |
+
"missing_tokens": [],
|
| 107 |
+
"parse_format": null,
|
| 108 |
+
"impute_strategy": "mode",
|
| 109 |
+
"profile_stats": {
|
| 110 |
+
"missing_rate": 0.0,
|
| 111 |
+
"unique_count": 2,
|
| 112 |
+
"unique_ratio": 0.000782,
|
| 113 |
+
"example_values": [
|
| 114 |
+
"f",
|
| 115 |
+
"t"
|
| 116 |
+
]
|
| 117 |
+
}
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"name": "bkxcr",
|
| 121 |
+
"role": "feature",
|
| 122 |
+
"semantic_type": "boolean",
|
| 123 |
+
"nullable": false,
|
| 124 |
+
"missing_tokens": [],
|
| 125 |
+
"parse_format": null,
|
| 126 |
+
"impute_strategy": "mode",
|
| 127 |
+
"profile_stats": {
|
| 128 |
+
"missing_rate": 0.0,
|
| 129 |
+
"unique_count": 2,
|
| 130 |
+
"unique_ratio": 0.000782,
|
| 131 |
+
"example_values": [
|
| 132 |
+
"f",
|
| 133 |
+
"t"
|
| 134 |
+
]
|
| 135 |
+
}
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"name": "bkxwp",
|
| 139 |
+
"role": "feature",
|
| 140 |
+
"semantic_type": "boolean",
|
| 141 |
+
"nullable": false,
|
| 142 |
+
"missing_tokens": [],
|
| 143 |
+
"parse_format": null,
|
| 144 |
+
"impute_strategy": "mode",
|
| 145 |
+
"profile_stats": {
|
| 146 |
+
"missing_rate": 0.0,
|
| 147 |
+
"unique_count": 2,
|
| 148 |
+
"unique_ratio": 0.000782,
|
| 149 |
+
"example_values": [
|
| 150 |
+
"f",
|
| 151 |
+
"t"
|
| 152 |
+
]
|
| 153 |
+
}
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"name": "blxwp",
|
| 157 |
+
"role": "feature",
|
| 158 |
+
"semantic_type": "boolean",
|
| 159 |
+
"nullable": false,
|
| 160 |
+
"missing_tokens": [],
|
| 161 |
+
"parse_format": null,
|
| 162 |
+
"impute_strategy": "mode",
|
| 163 |
+
"profile_stats": {
|
| 164 |
+
"missing_rate": 0.0,
|
| 165 |
+
"unique_count": 2,
|
| 166 |
+
"unique_ratio": 0.000782,
|
| 167 |
+
"example_values": [
|
| 168 |
+
"f",
|
| 169 |
+
"t"
|
| 170 |
+
]
|
| 171 |
+
}
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"name": "bxqsq",
|
| 175 |
+
"role": "feature",
|
| 176 |
+
"semantic_type": "boolean",
|
| 177 |
+
"nullable": false,
|
| 178 |
+
"missing_tokens": [],
|
| 179 |
+
"parse_format": null,
|
| 180 |
+
"impute_strategy": "mode",
|
| 181 |
+
"profile_stats": {
|
| 182 |
+
"missing_rate": 0.0,
|
| 183 |
+
"unique_count": 2,
|
| 184 |
+
"unique_ratio": 0.000782,
|
| 185 |
+
"example_values": [
|
| 186 |
+
"f",
|
| 187 |
+
"t"
|
| 188 |
+
]
|
| 189 |
+
}
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"name": "cntxt",
|
| 193 |
+
"role": "feature",
|
| 194 |
+
"semantic_type": "boolean",
|
| 195 |
+
"nullable": false,
|
| 196 |
+
"missing_tokens": [],
|
| 197 |
+
"parse_format": null,
|
| 198 |
+
"impute_strategy": "mode",
|
| 199 |
+
"profile_stats": {
|
| 200 |
+
"missing_rate": 0.0,
|
| 201 |
+
"unique_count": 2,
|
| 202 |
+
"unique_ratio": 0.000782,
|
| 203 |
+
"example_values": [
|
| 204 |
+
"f",
|
| 205 |
+
"t"
|
| 206 |
+
]
|
| 207 |
+
}
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"name": "dsopp",
|
| 211 |
+
"role": "feature",
|
| 212 |
+
"semantic_type": "boolean",
|
| 213 |
+
"nullable": false,
|
| 214 |
+
"missing_tokens": [],
|
| 215 |
+
"parse_format": null,
|
| 216 |
+
"impute_strategy": "mode",
|
| 217 |
+
"profile_stats": {
|
| 218 |
+
"missing_rate": 0.0,
|
| 219 |
+
"unique_count": 2,
|
| 220 |
+
"unique_ratio": 0.000782,
|
| 221 |
+
"example_values": [
|
| 222 |
+
"f",
|
| 223 |
+
"t"
|
| 224 |
+
]
|
| 225 |
+
}
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"name": "dwipd",
|
| 229 |
+
"role": "feature",
|
| 230 |
+
"semantic_type": "categorical",
|
| 231 |
+
"nullable": false,
|
| 232 |
+
"missing_tokens": [],
|
| 233 |
+
"parse_format": null,
|
| 234 |
+
"impute_strategy": "mode",
|
| 235 |
+
"profile_stats": {
|
| 236 |
+
"missing_rate": 0.0,
|
| 237 |
+
"unique_count": 2,
|
| 238 |
+
"unique_ratio": 0.000782,
|
| 239 |
+
"example_values": [
|
| 240 |
+
"l",
|
| 241 |
+
"g"
|
| 242 |
+
]
|
| 243 |
+
}
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"name": "hdchk",
|
| 247 |
+
"role": "feature",
|
| 248 |
+
"semantic_type": "boolean",
|
| 249 |
+
"nullable": false,
|
| 250 |
+
"missing_tokens": [],
|
| 251 |
+
"parse_format": null,
|
| 252 |
+
"impute_strategy": "mode",
|
| 253 |
+
"profile_stats": {
|
| 254 |
+
"missing_rate": 0.0,
|
| 255 |
+
"unique_count": 2,
|
| 256 |
+
"unique_ratio": 0.000782,
|
| 257 |
+
"example_values": [
|
| 258 |
+
"f",
|
| 259 |
+
"t"
|
| 260 |
+
]
|
| 261 |
+
}
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"name": "katri",
|
| 265 |
+
"role": "feature",
|
| 266 |
+
"semantic_type": "categorical",
|
| 267 |
+
"nullable": false,
|
| 268 |
+
"missing_tokens": [],
|
| 269 |
+
"parse_format": null,
|
| 270 |
+
"impute_strategy": "mode",
|
| 271 |
+
"profile_stats": {
|
| 272 |
+
"missing_rate": 0.0,
|
| 273 |
+
"unique_count": 3,
|
| 274 |
+
"unique_ratio": 0.001173,
|
| 275 |
+
"example_values": [
|
| 276 |
+
"n",
|
| 277 |
+
"w",
|
| 278 |
+
"b"
|
| 279 |
+
]
|
| 280 |
+
}
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"name": "mulch",
|
| 284 |
+
"role": "feature",
|
| 285 |
+
"semantic_type": "boolean",
|
| 286 |
+
"nullable": false,
|
| 287 |
+
"missing_tokens": [],
|
| 288 |
+
"parse_format": null,
|
| 289 |
+
"impute_strategy": "mode",
|
| 290 |
+
"profile_stats": {
|
| 291 |
+
"missing_rate": 0.0,
|
| 292 |
+
"unique_count": 2,
|
| 293 |
+
"unique_ratio": 0.000782,
|
| 294 |
+
"example_values": [
|
| 295 |
+
"f",
|
| 296 |
+
"t"
|
| 297 |
+
]
|
| 298 |
+
}
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"name": "qxmsq",
|
| 302 |
+
"role": "feature",
|
| 303 |
+
"semantic_type": "boolean",
|
| 304 |
+
"nullable": false,
|
| 305 |
+
"missing_tokens": [],
|
| 306 |
+
"parse_format": null,
|
| 307 |
+
"impute_strategy": "mode",
|
| 308 |
+
"profile_stats": {
|
| 309 |
+
"missing_rate": 0.0,
|
| 310 |
+
"unique_count": 2,
|
| 311 |
+
"unique_ratio": 0.000782,
|
| 312 |
+
"example_values": [
|
| 313 |
+
"f",
|
| 314 |
+
"t"
|
| 315 |
+
]
|
| 316 |
+
}
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"name": "r2ar8",
|
| 320 |
+
"role": "feature",
|
| 321 |
+
"semantic_type": "boolean",
|
| 322 |
+
"nullable": false,
|
| 323 |
+
"missing_tokens": [],
|
| 324 |
+
"parse_format": null,
|
| 325 |
+
"impute_strategy": "mode",
|
| 326 |
+
"profile_stats": {
|
| 327 |
+
"missing_rate": 0.0,
|
| 328 |
+
"unique_count": 2,
|
| 329 |
+
"unique_ratio": 0.000782,
|
| 330 |
+
"example_values": [
|
| 331 |
+
"t",
|
| 332 |
+
"f"
|
| 333 |
+
]
|
| 334 |
+
}
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"name": "reskd",
|
| 338 |
+
"role": "feature",
|
| 339 |
+
"semantic_type": "boolean",
|
| 340 |
+
"nullable": false,
|
| 341 |
+
"missing_tokens": [],
|
| 342 |
+
"parse_format": null,
|
| 343 |
+
"impute_strategy": "mode",
|
| 344 |
+
"profile_stats": {
|
| 345 |
+
"missing_rate": 0.0,
|
| 346 |
+
"unique_count": 2,
|
| 347 |
+
"unique_ratio": 0.000782,
|
| 348 |
+
"example_values": [
|
| 349 |
+
"f",
|
| 350 |
+
"t"
|
| 351 |
+
]
|
| 352 |
+
}
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"name": "reskr",
|
| 356 |
+
"role": "feature",
|
| 357 |
+
"semantic_type": "boolean",
|
| 358 |
+
"nullable": false,
|
| 359 |
+
"missing_tokens": [],
|
| 360 |
+
"parse_format": null,
|
| 361 |
+
"impute_strategy": "mode",
|
| 362 |
+
"profile_stats": {
|
| 363 |
+
"missing_rate": 0.0,
|
| 364 |
+
"unique_count": 2,
|
| 365 |
+
"unique_ratio": 0.000782,
|
| 366 |
+
"example_values": [
|
| 367 |
+
"f",
|
| 368 |
+
"t"
|
| 369 |
+
]
|
| 370 |
+
}
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"name": "rimmx",
|
| 374 |
+
"role": "feature",
|
| 375 |
+
"semantic_type": "boolean",
|
| 376 |
+
"nullable": false,
|
| 377 |
+
"missing_tokens": [],
|
| 378 |
+
"parse_format": null,
|
| 379 |
+
"impute_strategy": "mode",
|
| 380 |
+
"profile_stats": {
|
| 381 |
+
"missing_rate": 0.0,
|
| 382 |
+
"unique_count": 2,
|
| 383 |
+
"unique_ratio": 0.000782,
|
| 384 |
+
"example_values": [
|
| 385 |
+
"f",
|
| 386 |
+
"t"
|
| 387 |
+
]
|
| 388 |
+
}
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"name": "rkxwp",
|
| 392 |
+
"role": "feature",
|
| 393 |
+
"semantic_type": "boolean",
|
| 394 |
+
"nullable": false,
|
| 395 |
+
"missing_tokens": [],
|
| 396 |
+
"parse_format": null,
|
| 397 |
+
"impute_strategy": "mode",
|
| 398 |
+
"profile_stats": {
|
| 399 |
+
"missing_rate": 0.0,
|
| 400 |
+
"unique_count": 2,
|
| 401 |
+
"unique_ratio": 0.000782,
|
| 402 |
+
"example_values": [
|
| 403 |
+
"f",
|
| 404 |
+
"t"
|
| 405 |
+
]
|
| 406 |
+
}
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"name": "rxmsq",
|
| 410 |
+
"role": "feature",
|
| 411 |
+
"semantic_type": "boolean",
|
| 412 |
+
"nullable": false,
|
| 413 |
+
"missing_tokens": [],
|
| 414 |
+
"parse_format": null,
|
| 415 |
+
"impute_strategy": "mode",
|
| 416 |
+
"profile_stats": {
|
| 417 |
+
"missing_rate": 0.0,
|
| 418 |
+
"unique_count": 2,
|
| 419 |
+
"unique_ratio": 0.000782,
|
| 420 |
+
"example_values": [
|
| 421 |
+
"f",
|
| 422 |
+
"t"
|
| 423 |
+
]
|
| 424 |
+
}
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"name": "simpl",
|
| 428 |
+
"role": "feature",
|
| 429 |
+
"semantic_type": "boolean",
|
| 430 |
+
"nullable": false,
|
| 431 |
+
"missing_tokens": [],
|
| 432 |
+
"parse_format": null,
|
| 433 |
+
"impute_strategy": "mode",
|
| 434 |
+
"profile_stats": {
|
| 435 |
+
"missing_rate": 0.0,
|
| 436 |
+
"unique_count": 2,
|
| 437 |
+
"unique_ratio": 0.000782,
|
| 438 |
+
"example_values": [
|
| 439 |
+
"f",
|
| 440 |
+
"t"
|
| 441 |
+
]
|
| 442 |
+
}
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"name": "skach",
|
| 446 |
+
"role": "feature",
|
| 447 |
+
"semantic_type": "boolean",
|
| 448 |
+
"nullable": false,
|
| 449 |
+
"missing_tokens": [],
|
| 450 |
+
"parse_format": null,
|
| 451 |
+
"impute_strategy": "mode",
|
| 452 |
+
"profile_stats": {
|
| 453 |
+
"missing_rate": 0.0,
|
| 454 |
+
"unique_count": 2,
|
| 455 |
+
"unique_ratio": 0.000782,
|
| 456 |
+
"example_values": [
|
| 457 |
+
"f",
|
| 458 |
+
"t"
|
| 459 |
+
]
|
| 460 |
+
}
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"name": "skewr",
|
| 464 |
+
"role": "feature",
|
| 465 |
+
"semantic_type": "boolean",
|
| 466 |
+
"nullable": false,
|
| 467 |
+
"missing_tokens": [],
|
| 468 |
+
"parse_format": null,
|
| 469 |
+
"impute_strategy": "mode",
|
| 470 |
+
"profile_stats": {
|
| 471 |
+
"missing_rate": 0.0,
|
| 472 |
+
"unique_count": 2,
|
| 473 |
+
"unique_ratio": 0.000782,
|
| 474 |
+
"example_values": [
|
| 475 |
+
"t",
|
| 476 |
+
"f"
|
| 477 |
+
]
|
| 478 |
+
}
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"name": "skrxp",
|
| 482 |
+
"role": "feature",
|
| 483 |
+
"semantic_type": "boolean",
|
| 484 |
+
"nullable": false,
|
| 485 |
+
"missing_tokens": [],
|
| 486 |
+
"parse_format": null,
|
| 487 |
+
"impute_strategy": "mode",
|
| 488 |
+
"profile_stats": {
|
| 489 |
+
"missing_rate": 0.0,
|
| 490 |
+
"unique_count": 2,
|
| 491 |
+
"unique_ratio": 0.000782,
|
| 492 |
+
"example_values": [
|
| 493 |
+
"f",
|
| 494 |
+
"t"
|
| 495 |
+
]
|
| 496 |
+
}
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"name": "spcop",
|
| 500 |
+
"role": "feature",
|
| 501 |
+
"semantic_type": "boolean",
|
| 502 |
+
"nullable": false,
|
| 503 |
+
"missing_tokens": [],
|
| 504 |
+
"parse_format": null,
|
| 505 |
+
"impute_strategy": "mode",
|
| 506 |
+
"profile_stats": {
|
| 507 |
+
"missing_rate": 0.0,
|
| 508 |
+
"unique_count": 2,
|
| 509 |
+
"unique_ratio": 0.000782,
|
| 510 |
+
"example_values": [
|
| 511 |
+
"f",
|
| 512 |
+
"t"
|
| 513 |
+
]
|
| 514 |
+
}
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"name": "stlmt",
|
| 518 |
+
"role": "feature",
|
| 519 |
+
"semantic_type": "boolean",
|
| 520 |
+
"nullable": false,
|
| 521 |
+
"missing_tokens": [],
|
| 522 |
+
"parse_format": null,
|
| 523 |
+
"impute_strategy": "mode",
|
| 524 |
+
"profile_stats": {
|
| 525 |
+
"missing_rate": 0.0,
|
| 526 |
+
"unique_count": 2,
|
| 527 |
+
"unique_ratio": 0.000782,
|
| 528 |
+
"example_values": [
|
| 529 |
+
"f",
|
| 530 |
+
"t"
|
| 531 |
+
]
|
| 532 |
+
}
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"name": "thrsk",
|
| 536 |
+
"role": "feature",
|
| 537 |
+
"semantic_type": "boolean",
|
| 538 |
+
"nullable": false,
|
| 539 |
+
"missing_tokens": [],
|
| 540 |
+
"parse_format": null,
|
| 541 |
+
"impute_strategy": "mode",
|
| 542 |
+
"profile_stats": {
|
| 543 |
+
"missing_rate": 0.0,
|
| 544 |
+
"unique_count": 2,
|
| 545 |
+
"unique_ratio": 0.000782,
|
| 546 |
+
"example_values": [
|
| 547 |
+
"f",
|
| 548 |
+
"t"
|
| 549 |
+
]
|
| 550 |
+
}
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"name": "wkcti",
|
| 554 |
+
"role": "feature",
|
| 555 |
+
"semantic_type": "boolean",
|
| 556 |
+
"nullable": false,
|
| 557 |
+
"missing_tokens": [],
|
| 558 |
+
"parse_format": null,
|
| 559 |
+
"impute_strategy": "mode",
|
| 560 |
+
"profile_stats": {
|
| 561 |
+
"missing_rate": 0.0,
|
| 562 |
+
"unique_count": 2,
|
| 563 |
+
"unique_ratio": 0.000782,
|
| 564 |
+
"example_values": [
|
| 565 |
+
"f",
|
| 566 |
+
"t"
|
| 567 |
+
]
|
| 568 |
+
}
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"name": "wkna8",
|
| 572 |
+
"role": "feature",
|
| 573 |
+
"semantic_type": "boolean",
|
| 574 |
+
"nullable": false,
|
| 575 |
+
"missing_tokens": [],
|
| 576 |
+
"parse_format": null,
|
| 577 |
+
"impute_strategy": "mode",
|
| 578 |
+
"profile_stats": {
|
| 579 |
+
"missing_rate": 0.0,
|
| 580 |
+
"unique_count": 2,
|
| 581 |
+
"unique_ratio": 0.000782,
|
| 582 |
+
"example_values": [
|
| 583 |
+
"f",
|
| 584 |
+
"t"
|
| 585 |
+
]
|
| 586 |
+
}
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"name": "wknck",
|
| 590 |
+
"role": "feature",
|
| 591 |
+
"semantic_type": "boolean",
|
| 592 |
+
"nullable": false,
|
| 593 |
+
"missing_tokens": [],
|
| 594 |
+
"parse_format": null,
|
| 595 |
+
"impute_strategy": "mode",
|
| 596 |
+
"profile_stats": {
|
| 597 |
+
"missing_rate": 0.0,
|
| 598 |
+
"unique_count": 2,
|
| 599 |
+
"unique_ratio": 0.000782,
|
| 600 |
+
"example_values": [
|
| 601 |
+
"f",
|
| 602 |
+
"t"
|
| 603 |
+
]
|
| 604 |
+
}
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"name": "wkovl",
|
| 608 |
+
"role": "feature",
|
| 609 |
+
"semantic_type": "boolean",
|
| 610 |
+
"nullable": false,
|
| 611 |
+
"missing_tokens": [],
|
| 612 |
+
"parse_format": null,
|
| 613 |
+
"impute_strategy": "mode",
|
| 614 |
+
"profile_stats": {
|
| 615 |
+
"missing_rate": 0.0,
|
| 616 |
+
"unique_count": 2,
|
| 617 |
+
"unique_ratio": 0.000782,
|
| 618 |
+
"example_values": [
|
| 619 |
+
"t",
|
| 620 |
+
"f"
|
| 621 |
+
]
|
| 622 |
+
}
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"name": "wkpos",
|
| 626 |
+
"role": "feature",
|
| 627 |
+
"semantic_type": "boolean",
|
| 628 |
+
"nullable": false,
|
| 629 |
+
"missing_tokens": [],
|
| 630 |
+
"parse_format": null,
|
| 631 |
+
"impute_strategy": "mode",
|
| 632 |
+
"profile_stats": {
|
| 633 |
+
"missing_rate": 0.0,
|
| 634 |
+
"unique_count": 2,
|
| 635 |
+
"unique_ratio": 0.000782,
|
| 636 |
+
"example_values": [
|
| 637 |
+
"t",
|
| 638 |
+
"f"
|
| 639 |
+
]
|
| 640 |
+
}
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"name": "wtoeg",
|
| 644 |
+
"role": "feature",
|
| 645 |
+
"semantic_type": "boolean",
|
| 646 |
+
"nullable": false,
|
| 647 |
+
"missing_tokens": [],
|
| 648 |
+
"parse_format": null,
|
| 649 |
+
"impute_strategy": "mode",
|
| 650 |
+
"profile_stats": {
|
| 651 |
+
"missing_rate": 0.0,
|
| 652 |
+
"unique_count": 2,
|
| 653 |
+
"unique_ratio": 0.000782,
|
| 654 |
+
"example_values": [
|
| 655 |
+
"n",
|
| 656 |
+
"t"
|
| 657 |
+
]
|
| 658 |
+
}
|
| 659 |
+
},
|
| 660 |
+
{
|
| 661 |
+
"name": "class",
|
| 662 |
+
"role": "target",
|
| 663 |
+
"semantic_type": "categorical",
|
| 664 |
+
"nullable": false,
|
| 665 |
+
"missing_tokens": [],
|
| 666 |
+
"parse_format": null,
|
| 667 |
+
"impute_strategy": "mode",
|
| 668 |
+
"profile_stats": {
|
| 669 |
+
"missing_rate": 0.0,
|
| 670 |
+
"unique_count": 2,
|
| 671 |
+
"unique_ratio": 0.000782,
|
| 672 |
+
"example_values": [
|
| 673 |
+
"won",
|
| 674 |
+
"nowin"
|
| 675 |
+
]
|
| 676 |
+
}
|
| 677 |
+
}
|
| 678 |
+
]
|
| 679 |
+
}
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/run_config.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"recorded_at": "2026-05-10T20:25:50",
|
| 4 |
+
"dataset_id": "c4",
|
| 5 |
+
"model": "forestdiffusion",
|
| 6 |
+
"work_dir": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550",
|
| 7 |
+
"dataset_source_requested": "new",
|
| 8 |
+
"dataset_source_resolved": "new",
|
| 9 |
+
"cli_args": {
|
| 10 |
+
"model": "forestdiffusion",
|
| 11 |
+
"dataset": "c4",
|
| 12 |
+
"dataset_source": "new",
|
| 13 |
+
"train": true,
|
| 14 |
+
"generate": true,
|
| 15 |
+
"num_rows": 0,
|
| 16 |
+
"epochs": null,
|
| 17 |
+
"output_dir": null,
|
| 18 |
+
"model_dir": null,
|
| 19 |
+
"work_dir": null,
|
| 20 |
+
"resume": false,
|
| 21 |
+
"no_stats": false
|
| 22 |
+
},
|
| 23 |
+
"resolved": {
|
| 24 |
+
"num_rows": 2557,
|
| 25 |
+
"model_path": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/models_fd/model.joblib",
|
| 26 |
+
"output_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/forest-c4-2557-20260510_202553.csv"
|
| 27 |
+
},
|
| 28 |
+
"input_artifacts": {
|
| 29 |
+
"public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/public_gate/public_gate_report.json",
|
| 30 |
+
"public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/public_gate/staged_input_manifest.json",
|
| 31 |
+
"model_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/staged/forestdiffusion/model_input_manifest.json",
|
| 32 |
+
"train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/train.csv",
|
| 33 |
+
"features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/staged_features.json",
|
| 34 |
+
"target_column": "class",
|
| 35 |
+
"task_type": "classification"
|
| 36 |
+
},
|
| 37 |
+
"env_overrides": {
|
| 38 |
+
"FORESTDIFFUSION_DUPLICATE_K": "1",
|
| 39 |
+
"FORESTDIFFUSION_MAX_DEPTH": "2",
|
| 40 |
+
"FORESTDIFFUSION_MAX_TRAIN_ROWS": "1024",
|
| 41 |
+
"FORESTDIFFUSION_N_ESTIMATORS": "1",
|
| 42 |
+
"FORESTDIFFUSION_N_JOBS": "1",
|
| 43 |
+
"FORESTDIFFUSION_N_T": "2",
|
| 44 |
+
"FORESTDIFFUSION_XGB_NTHREAD": "1",
|
| 45 |
+
"FORESTDIFFUSION_XGB_VERBOSITY": "0"
|
| 46 |
+
}
|
| 47 |
+
}
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/runtime_result.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_id": "c4",
|
| 3 |
+
"model": "forestdiffusion",
|
| 4 |
+
"run_id": "forest-c4-20260510_202550",
|
| 5 |
+
"public_gate_status": "pass",
|
| 6 |
+
"adapter_ready_status": "pass",
|
| 7 |
+
"train_status": "success",
|
| 8 |
+
"generate_status": "fail",
|
| 9 |
+
"reason_code": "adapter_runtime_error",
|
| 10 |
+
"reason_detail": "Command '['docker', 'run', '--rm', '--init', '--user', '1005:1005', '-e', 'HOME=/work/.home', '--cidfile', '/tmp/bench_docker_forestdiffusion_orkfoz5a/container.cid', '-v', '/data/jialinzhang/SynthesizePipeline-server:/work', '-w', '/work', '-v', '/data/jialinzhang/synthetic_benchmark/third_party/ForestDiffusion/Python-Package/base-ForestDiffusion:/workspace/base-ForestDiffusion', 'benchmark:forestdiffusion-zjl', 'python', '/work/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/_fd_gen.py']' returned non-zero exit status 1.",
|
| 11 |
+
"artifacts": {},
|
| 12 |
+
"timings": {
|
| 13 |
+
"train": {
|
| 14 |
+
"started_at": "2026-05-10T20:25:50",
|
| 15 |
+
"ended_at": "2026-05-10T20:25:53",
|
| 16 |
+
"duration_sec": 2.189
|
| 17 |
+
},
|
| 18 |
+
"generate": {
|
| 19 |
+
"started_at": "2026-05-10T20:25:53",
|
| 20 |
+
"ended_at": "2026-05-10T20:25:55",
|
| 21 |
+
"duration_sec": 1.967
|
| 22 |
+
}
|
| 23 |
+
}
|
| 24 |
+
}
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/forestdiffusion/adapter_report.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"adapter_ready_status": "pass",
|
| 3 |
+
"adapter_fail_reason_code": null,
|
| 4 |
+
"adapter_fail_detail": null,
|
| 5 |
+
"adapter_transforms_applied": [],
|
| 6 |
+
"model_input_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/staged/forestdiffusion/model_input_manifest.json"
|
| 7 |
+
}
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/forestdiffusion/adapter_transforms_applied.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[]
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/forestdiffusion/model_input_manifest.json
ADDED
|
@@ -0,0 +1,681 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_id": "c4",
|
| 3 |
+
"model": "forestdiffusion",
|
| 4 |
+
"target_column": "class",
|
| 5 |
+
"task_type": "classification",
|
| 6 |
+
"column_schema": [
|
| 7 |
+
{
|
| 8 |
+
"name": "bkblk",
|
| 9 |
+
"role": "feature",
|
| 10 |
+
"semantic_type": "boolean",
|
| 11 |
+
"nullable": false,
|
| 12 |
+
"missing_tokens": [],
|
| 13 |
+
"parse_format": null,
|
| 14 |
+
"impute_strategy": "mode",
|
| 15 |
+
"profile_stats": {
|
| 16 |
+
"missing_rate": 0.0,
|
| 17 |
+
"unique_count": 2,
|
| 18 |
+
"unique_ratio": 0.000782,
|
| 19 |
+
"example_values": [
|
| 20 |
+
"f",
|
| 21 |
+
"t"
|
| 22 |
+
]
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"name": "bknwy",
|
| 27 |
+
"role": "feature",
|
| 28 |
+
"semantic_type": "boolean",
|
| 29 |
+
"nullable": false,
|
| 30 |
+
"missing_tokens": [],
|
| 31 |
+
"parse_format": null,
|
| 32 |
+
"impute_strategy": "mode",
|
| 33 |
+
"profile_stats": {
|
| 34 |
+
"missing_rate": 0.0,
|
| 35 |
+
"unique_count": 2,
|
| 36 |
+
"unique_ratio": 0.000782,
|
| 37 |
+
"example_values": [
|
| 38 |
+
"f",
|
| 39 |
+
"t"
|
| 40 |
+
]
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"name": "bkon8",
|
| 45 |
+
"role": "feature",
|
| 46 |
+
"semantic_type": "boolean",
|
| 47 |
+
"nullable": false,
|
| 48 |
+
"missing_tokens": [],
|
| 49 |
+
"parse_format": null,
|
| 50 |
+
"impute_strategy": "mode",
|
| 51 |
+
"profile_stats": {
|
| 52 |
+
"missing_rate": 0.0,
|
| 53 |
+
"unique_count": 2,
|
| 54 |
+
"unique_ratio": 0.000782,
|
| 55 |
+
"example_values": [
|
| 56 |
+
"f",
|
| 57 |
+
"t"
|
| 58 |
+
]
|
| 59 |
+
}
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"name": "bkona",
|
| 63 |
+
"role": "feature",
|
| 64 |
+
"semantic_type": "boolean",
|
| 65 |
+
"nullable": false,
|
| 66 |
+
"missing_tokens": [],
|
| 67 |
+
"parse_format": null,
|
| 68 |
+
"impute_strategy": "mode",
|
| 69 |
+
"profile_stats": {
|
| 70 |
+
"missing_rate": 0.0,
|
| 71 |
+
"unique_count": 2,
|
| 72 |
+
"unique_ratio": 0.000782,
|
| 73 |
+
"example_values": [
|
| 74 |
+
"f",
|
| 75 |
+
"t"
|
| 76 |
+
]
|
| 77 |
+
}
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"name": "bkspr",
|
| 81 |
+
"role": "feature",
|
| 82 |
+
"semantic_type": "boolean",
|
| 83 |
+
"nullable": false,
|
| 84 |
+
"missing_tokens": [],
|
| 85 |
+
"parse_format": null,
|
| 86 |
+
"impute_strategy": "mode",
|
| 87 |
+
"profile_stats": {
|
| 88 |
+
"missing_rate": 0.0,
|
| 89 |
+
"unique_count": 2,
|
| 90 |
+
"unique_ratio": 0.000782,
|
| 91 |
+
"example_values": [
|
| 92 |
+
"f",
|
| 93 |
+
"t"
|
| 94 |
+
]
|
| 95 |
+
}
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"name": "bkxbq",
|
| 99 |
+
"role": "feature",
|
| 100 |
+
"semantic_type": "boolean",
|
| 101 |
+
"nullable": false,
|
| 102 |
+
"missing_tokens": [],
|
| 103 |
+
"parse_format": null,
|
| 104 |
+
"impute_strategy": "mode",
|
| 105 |
+
"profile_stats": {
|
| 106 |
+
"missing_rate": 0.0,
|
| 107 |
+
"unique_count": 2,
|
| 108 |
+
"unique_ratio": 0.000782,
|
| 109 |
+
"example_values": [
|
| 110 |
+
"f",
|
| 111 |
+
"t"
|
| 112 |
+
]
|
| 113 |
+
}
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"name": "bkxcr",
|
| 117 |
+
"role": "feature",
|
| 118 |
+
"semantic_type": "boolean",
|
| 119 |
+
"nullable": false,
|
| 120 |
+
"missing_tokens": [],
|
| 121 |
+
"parse_format": null,
|
| 122 |
+
"impute_strategy": "mode",
|
| 123 |
+
"profile_stats": {
|
| 124 |
+
"missing_rate": 0.0,
|
| 125 |
+
"unique_count": 2,
|
| 126 |
+
"unique_ratio": 0.000782,
|
| 127 |
+
"example_values": [
|
| 128 |
+
"f",
|
| 129 |
+
"t"
|
| 130 |
+
]
|
| 131 |
+
}
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"name": "bkxwp",
|
| 135 |
+
"role": "feature",
|
| 136 |
+
"semantic_type": "boolean",
|
| 137 |
+
"nullable": false,
|
| 138 |
+
"missing_tokens": [],
|
| 139 |
+
"parse_format": null,
|
| 140 |
+
"impute_strategy": "mode",
|
| 141 |
+
"profile_stats": {
|
| 142 |
+
"missing_rate": 0.0,
|
| 143 |
+
"unique_count": 2,
|
| 144 |
+
"unique_ratio": 0.000782,
|
| 145 |
+
"example_values": [
|
| 146 |
+
"f",
|
| 147 |
+
"t"
|
| 148 |
+
]
|
| 149 |
+
}
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"name": "blxwp",
|
| 153 |
+
"role": "feature",
|
| 154 |
+
"semantic_type": "boolean",
|
| 155 |
+
"nullable": false,
|
| 156 |
+
"missing_tokens": [],
|
| 157 |
+
"parse_format": null,
|
| 158 |
+
"impute_strategy": "mode",
|
| 159 |
+
"profile_stats": {
|
| 160 |
+
"missing_rate": 0.0,
|
| 161 |
+
"unique_count": 2,
|
| 162 |
+
"unique_ratio": 0.000782,
|
| 163 |
+
"example_values": [
|
| 164 |
+
"f",
|
| 165 |
+
"t"
|
| 166 |
+
]
|
| 167 |
+
}
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"name": "bxqsq",
|
| 171 |
+
"role": "feature",
|
| 172 |
+
"semantic_type": "boolean",
|
| 173 |
+
"nullable": false,
|
| 174 |
+
"missing_tokens": [],
|
| 175 |
+
"parse_format": null,
|
| 176 |
+
"impute_strategy": "mode",
|
| 177 |
+
"profile_stats": {
|
| 178 |
+
"missing_rate": 0.0,
|
| 179 |
+
"unique_count": 2,
|
| 180 |
+
"unique_ratio": 0.000782,
|
| 181 |
+
"example_values": [
|
| 182 |
+
"f",
|
| 183 |
+
"t"
|
| 184 |
+
]
|
| 185 |
+
}
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"name": "cntxt",
|
| 189 |
+
"role": "feature",
|
| 190 |
+
"semantic_type": "boolean",
|
| 191 |
+
"nullable": false,
|
| 192 |
+
"missing_tokens": [],
|
| 193 |
+
"parse_format": null,
|
| 194 |
+
"impute_strategy": "mode",
|
| 195 |
+
"profile_stats": {
|
| 196 |
+
"missing_rate": 0.0,
|
| 197 |
+
"unique_count": 2,
|
| 198 |
+
"unique_ratio": 0.000782,
|
| 199 |
+
"example_values": [
|
| 200 |
+
"f",
|
| 201 |
+
"t"
|
| 202 |
+
]
|
| 203 |
+
}
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"name": "dsopp",
|
| 207 |
+
"role": "feature",
|
| 208 |
+
"semantic_type": "boolean",
|
| 209 |
+
"nullable": false,
|
| 210 |
+
"missing_tokens": [],
|
| 211 |
+
"parse_format": null,
|
| 212 |
+
"impute_strategy": "mode",
|
| 213 |
+
"profile_stats": {
|
| 214 |
+
"missing_rate": 0.0,
|
| 215 |
+
"unique_count": 2,
|
| 216 |
+
"unique_ratio": 0.000782,
|
| 217 |
+
"example_values": [
|
| 218 |
+
"f",
|
| 219 |
+
"t"
|
| 220 |
+
]
|
| 221 |
+
}
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"name": "dwipd",
|
| 225 |
+
"role": "feature",
|
| 226 |
+
"semantic_type": "categorical",
|
| 227 |
+
"nullable": false,
|
| 228 |
+
"missing_tokens": [],
|
| 229 |
+
"parse_format": null,
|
| 230 |
+
"impute_strategy": "mode",
|
| 231 |
+
"profile_stats": {
|
| 232 |
+
"missing_rate": 0.0,
|
| 233 |
+
"unique_count": 2,
|
| 234 |
+
"unique_ratio": 0.000782,
|
| 235 |
+
"example_values": [
|
| 236 |
+
"l",
|
| 237 |
+
"g"
|
| 238 |
+
]
|
| 239 |
+
}
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"name": "hdchk",
|
| 243 |
+
"role": "feature",
|
| 244 |
+
"semantic_type": "boolean",
|
| 245 |
+
"nullable": false,
|
| 246 |
+
"missing_tokens": [],
|
| 247 |
+
"parse_format": null,
|
| 248 |
+
"impute_strategy": "mode",
|
| 249 |
+
"profile_stats": {
|
| 250 |
+
"missing_rate": 0.0,
|
| 251 |
+
"unique_count": 2,
|
| 252 |
+
"unique_ratio": 0.000782,
|
| 253 |
+
"example_values": [
|
| 254 |
+
"f",
|
| 255 |
+
"t"
|
| 256 |
+
]
|
| 257 |
+
}
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"name": "katri",
|
| 261 |
+
"role": "feature",
|
| 262 |
+
"semantic_type": "categorical",
|
| 263 |
+
"nullable": false,
|
| 264 |
+
"missing_tokens": [],
|
| 265 |
+
"parse_format": null,
|
| 266 |
+
"impute_strategy": "mode",
|
| 267 |
+
"profile_stats": {
|
| 268 |
+
"missing_rate": 0.0,
|
| 269 |
+
"unique_count": 3,
|
| 270 |
+
"unique_ratio": 0.001173,
|
| 271 |
+
"example_values": [
|
| 272 |
+
"n",
|
| 273 |
+
"w",
|
| 274 |
+
"b"
|
| 275 |
+
]
|
| 276 |
+
}
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"name": "mulch",
|
| 280 |
+
"role": "feature",
|
| 281 |
+
"semantic_type": "boolean",
|
| 282 |
+
"nullable": false,
|
| 283 |
+
"missing_tokens": [],
|
| 284 |
+
"parse_format": null,
|
| 285 |
+
"impute_strategy": "mode",
|
| 286 |
+
"profile_stats": {
|
| 287 |
+
"missing_rate": 0.0,
|
| 288 |
+
"unique_count": 2,
|
| 289 |
+
"unique_ratio": 0.000782,
|
| 290 |
+
"example_values": [
|
| 291 |
+
"f",
|
| 292 |
+
"t"
|
| 293 |
+
]
|
| 294 |
+
}
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"name": "qxmsq",
|
| 298 |
+
"role": "feature",
|
| 299 |
+
"semantic_type": "boolean",
|
| 300 |
+
"nullable": false,
|
| 301 |
+
"missing_tokens": [],
|
| 302 |
+
"parse_format": null,
|
| 303 |
+
"impute_strategy": "mode",
|
| 304 |
+
"profile_stats": {
|
| 305 |
+
"missing_rate": 0.0,
|
| 306 |
+
"unique_count": 2,
|
| 307 |
+
"unique_ratio": 0.000782,
|
| 308 |
+
"example_values": [
|
| 309 |
+
"f",
|
| 310 |
+
"t"
|
| 311 |
+
]
|
| 312 |
+
}
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"name": "r2ar8",
|
| 316 |
+
"role": "feature",
|
| 317 |
+
"semantic_type": "boolean",
|
| 318 |
+
"nullable": false,
|
| 319 |
+
"missing_tokens": [],
|
| 320 |
+
"parse_format": null,
|
| 321 |
+
"impute_strategy": "mode",
|
| 322 |
+
"profile_stats": {
|
| 323 |
+
"missing_rate": 0.0,
|
| 324 |
+
"unique_count": 2,
|
| 325 |
+
"unique_ratio": 0.000782,
|
| 326 |
+
"example_values": [
|
| 327 |
+
"t",
|
| 328 |
+
"f"
|
| 329 |
+
]
|
| 330 |
+
}
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"name": "reskd",
|
| 334 |
+
"role": "feature",
|
| 335 |
+
"semantic_type": "boolean",
|
| 336 |
+
"nullable": false,
|
| 337 |
+
"missing_tokens": [],
|
| 338 |
+
"parse_format": null,
|
| 339 |
+
"impute_strategy": "mode",
|
| 340 |
+
"profile_stats": {
|
| 341 |
+
"missing_rate": 0.0,
|
| 342 |
+
"unique_count": 2,
|
| 343 |
+
"unique_ratio": 0.000782,
|
| 344 |
+
"example_values": [
|
| 345 |
+
"f",
|
| 346 |
+
"t"
|
| 347 |
+
]
|
| 348 |
+
}
|
| 349 |
+
},
|
| 350 |
+
{
|
| 351 |
+
"name": "reskr",
|
| 352 |
+
"role": "feature",
|
| 353 |
+
"semantic_type": "boolean",
|
| 354 |
+
"nullable": false,
|
| 355 |
+
"missing_tokens": [],
|
| 356 |
+
"parse_format": null,
|
| 357 |
+
"impute_strategy": "mode",
|
| 358 |
+
"profile_stats": {
|
| 359 |
+
"missing_rate": 0.0,
|
| 360 |
+
"unique_count": 2,
|
| 361 |
+
"unique_ratio": 0.000782,
|
| 362 |
+
"example_values": [
|
| 363 |
+
"f",
|
| 364 |
+
"t"
|
| 365 |
+
]
|
| 366 |
+
}
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"name": "rimmx",
|
| 370 |
+
"role": "feature",
|
| 371 |
+
"semantic_type": "boolean",
|
| 372 |
+
"nullable": false,
|
| 373 |
+
"missing_tokens": [],
|
| 374 |
+
"parse_format": null,
|
| 375 |
+
"impute_strategy": "mode",
|
| 376 |
+
"profile_stats": {
|
| 377 |
+
"missing_rate": 0.0,
|
| 378 |
+
"unique_count": 2,
|
| 379 |
+
"unique_ratio": 0.000782,
|
| 380 |
+
"example_values": [
|
| 381 |
+
"f",
|
| 382 |
+
"t"
|
| 383 |
+
]
|
| 384 |
+
}
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"name": "rkxwp",
|
| 388 |
+
"role": "feature",
|
| 389 |
+
"semantic_type": "boolean",
|
| 390 |
+
"nullable": false,
|
| 391 |
+
"missing_tokens": [],
|
| 392 |
+
"parse_format": null,
|
| 393 |
+
"impute_strategy": "mode",
|
| 394 |
+
"profile_stats": {
|
| 395 |
+
"missing_rate": 0.0,
|
| 396 |
+
"unique_count": 2,
|
| 397 |
+
"unique_ratio": 0.000782,
|
| 398 |
+
"example_values": [
|
| 399 |
+
"f",
|
| 400 |
+
"t"
|
| 401 |
+
]
|
| 402 |
+
}
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"name": "rxmsq",
|
| 406 |
+
"role": "feature",
|
| 407 |
+
"semantic_type": "boolean",
|
| 408 |
+
"nullable": false,
|
| 409 |
+
"missing_tokens": [],
|
| 410 |
+
"parse_format": null,
|
| 411 |
+
"impute_strategy": "mode",
|
| 412 |
+
"profile_stats": {
|
| 413 |
+
"missing_rate": 0.0,
|
| 414 |
+
"unique_count": 2,
|
| 415 |
+
"unique_ratio": 0.000782,
|
| 416 |
+
"example_values": [
|
| 417 |
+
"f",
|
| 418 |
+
"t"
|
| 419 |
+
]
|
| 420 |
+
}
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"name": "simpl",
|
| 424 |
+
"role": "feature",
|
| 425 |
+
"semantic_type": "boolean",
|
| 426 |
+
"nullable": false,
|
| 427 |
+
"missing_tokens": [],
|
| 428 |
+
"parse_format": null,
|
| 429 |
+
"impute_strategy": "mode",
|
| 430 |
+
"profile_stats": {
|
| 431 |
+
"missing_rate": 0.0,
|
| 432 |
+
"unique_count": 2,
|
| 433 |
+
"unique_ratio": 0.000782,
|
| 434 |
+
"example_values": [
|
| 435 |
+
"f",
|
| 436 |
+
"t"
|
| 437 |
+
]
|
| 438 |
+
}
|
| 439 |
+
},
|
| 440 |
+
{
|
| 441 |
+
"name": "skach",
|
| 442 |
+
"role": "feature",
|
| 443 |
+
"semantic_type": "boolean",
|
| 444 |
+
"nullable": false,
|
| 445 |
+
"missing_tokens": [],
|
| 446 |
+
"parse_format": null,
|
| 447 |
+
"impute_strategy": "mode",
|
| 448 |
+
"profile_stats": {
|
| 449 |
+
"missing_rate": 0.0,
|
| 450 |
+
"unique_count": 2,
|
| 451 |
+
"unique_ratio": 0.000782,
|
| 452 |
+
"example_values": [
|
| 453 |
+
"f",
|
| 454 |
+
"t"
|
| 455 |
+
]
|
| 456 |
+
}
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"name": "skewr",
|
| 460 |
+
"role": "feature",
|
| 461 |
+
"semantic_type": "boolean",
|
| 462 |
+
"nullable": false,
|
| 463 |
+
"missing_tokens": [],
|
| 464 |
+
"parse_format": null,
|
| 465 |
+
"impute_strategy": "mode",
|
| 466 |
+
"profile_stats": {
|
| 467 |
+
"missing_rate": 0.0,
|
| 468 |
+
"unique_count": 2,
|
| 469 |
+
"unique_ratio": 0.000782,
|
| 470 |
+
"example_values": [
|
| 471 |
+
"t",
|
| 472 |
+
"f"
|
| 473 |
+
]
|
| 474 |
+
}
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"name": "skrxp",
|
| 478 |
+
"role": "feature",
|
| 479 |
+
"semantic_type": "boolean",
|
| 480 |
+
"nullable": false,
|
| 481 |
+
"missing_tokens": [],
|
| 482 |
+
"parse_format": null,
|
| 483 |
+
"impute_strategy": "mode",
|
| 484 |
+
"profile_stats": {
|
| 485 |
+
"missing_rate": 0.0,
|
| 486 |
+
"unique_count": 2,
|
| 487 |
+
"unique_ratio": 0.000782,
|
| 488 |
+
"example_values": [
|
| 489 |
+
"f",
|
| 490 |
+
"t"
|
| 491 |
+
]
|
| 492 |
+
}
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"name": "spcop",
|
| 496 |
+
"role": "feature",
|
| 497 |
+
"semantic_type": "boolean",
|
| 498 |
+
"nullable": false,
|
| 499 |
+
"missing_tokens": [],
|
| 500 |
+
"parse_format": null,
|
| 501 |
+
"impute_strategy": "mode",
|
| 502 |
+
"profile_stats": {
|
| 503 |
+
"missing_rate": 0.0,
|
| 504 |
+
"unique_count": 2,
|
| 505 |
+
"unique_ratio": 0.000782,
|
| 506 |
+
"example_values": [
|
| 507 |
+
"f",
|
| 508 |
+
"t"
|
| 509 |
+
]
|
| 510 |
+
}
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"name": "stlmt",
|
| 514 |
+
"role": "feature",
|
| 515 |
+
"semantic_type": "boolean",
|
| 516 |
+
"nullable": false,
|
| 517 |
+
"missing_tokens": [],
|
| 518 |
+
"parse_format": null,
|
| 519 |
+
"impute_strategy": "mode",
|
| 520 |
+
"profile_stats": {
|
| 521 |
+
"missing_rate": 0.0,
|
| 522 |
+
"unique_count": 2,
|
| 523 |
+
"unique_ratio": 0.000782,
|
| 524 |
+
"example_values": [
|
| 525 |
+
"f",
|
| 526 |
+
"t"
|
| 527 |
+
]
|
| 528 |
+
}
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"name": "thrsk",
|
| 532 |
+
"role": "feature",
|
| 533 |
+
"semantic_type": "boolean",
|
| 534 |
+
"nullable": false,
|
| 535 |
+
"missing_tokens": [],
|
| 536 |
+
"parse_format": null,
|
| 537 |
+
"impute_strategy": "mode",
|
| 538 |
+
"profile_stats": {
|
| 539 |
+
"missing_rate": 0.0,
|
| 540 |
+
"unique_count": 2,
|
| 541 |
+
"unique_ratio": 0.000782,
|
| 542 |
+
"example_values": [
|
| 543 |
+
"f",
|
| 544 |
+
"t"
|
| 545 |
+
]
|
| 546 |
+
}
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"name": "wkcti",
|
| 550 |
+
"role": "feature",
|
| 551 |
+
"semantic_type": "boolean",
|
| 552 |
+
"nullable": false,
|
| 553 |
+
"missing_tokens": [],
|
| 554 |
+
"parse_format": null,
|
| 555 |
+
"impute_strategy": "mode",
|
| 556 |
+
"profile_stats": {
|
| 557 |
+
"missing_rate": 0.0,
|
| 558 |
+
"unique_count": 2,
|
| 559 |
+
"unique_ratio": 0.000782,
|
| 560 |
+
"example_values": [
|
| 561 |
+
"f",
|
| 562 |
+
"t"
|
| 563 |
+
]
|
| 564 |
+
}
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"name": "wkna8",
|
| 568 |
+
"role": "feature",
|
| 569 |
+
"semantic_type": "boolean",
|
| 570 |
+
"nullable": false,
|
| 571 |
+
"missing_tokens": [],
|
| 572 |
+
"parse_format": null,
|
| 573 |
+
"impute_strategy": "mode",
|
| 574 |
+
"profile_stats": {
|
| 575 |
+
"missing_rate": 0.0,
|
| 576 |
+
"unique_count": 2,
|
| 577 |
+
"unique_ratio": 0.000782,
|
| 578 |
+
"example_values": [
|
| 579 |
+
"f",
|
| 580 |
+
"t"
|
| 581 |
+
]
|
| 582 |
+
}
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"name": "wknck",
|
| 586 |
+
"role": "feature",
|
| 587 |
+
"semantic_type": "boolean",
|
| 588 |
+
"nullable": false,
|
| 589 |
+
"missing_tokens": [],
|
| 590 |
+
"parse_format": null,
|
| 591 |
+
"impute_strategy": "mode",
|
| 592 |
+
"profile_stats": {
|
| 593 |
+
"missing_rate": 0.0,
|
| 594 |
+
"unique_count": 2,
|
| 595 |
+
"unique_ratio": 0.000782,
|
| 596 |
+
"example_values": [
|
| 597 |
+
"f",
|
| 598 |
+
"t"
|
| 599 |
+
]
|
| 600 |
+
}
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"name": "wkovl",
|
| 604 |
+
"role": "feature",
|
| 605 |
+
"semantic_type": "boolean",
|
| 606 |
+
"nullable": false,
|
| 607 |
+
"missing_tokens": [],
|
| 608 |
+
"parse_format": null,
|
| 609 |
+
"impute_strategy": "mode",
|
| 610 |
+
"profile_stats": {
|
| 611 |
+
"missing_rate": 0.0,
|
| 612 |
+
"unique_count": 2,
|
| 613 |
+
"unique_ratio": 0.000782,
|
| 614 |
+
"example_values": [
|
| 615 |
+
"t",
|
| 616 |
+
"f"
|
| 617 |
+
]
|
| 618 |
+
}
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"name": "wkpos",
|
| 622 |
+
"role": "feature",
|
| 623 |
+
"semantic_type": "boolean",
|
| 624 |
+
"nullable": false,
|
| 625 |
+
"missing_tokens": [],
|
| 626 |
+
"parse_format": null,
|
| 627 |
+
"impute_strategy": "mode",
|
| 628 |
+
"profile_stats": {
|
| 629 |
+
"missing_rate": 0.0,
|
| 630 |
+
"unique_count": 2,
|
| 631 |
+
"unique_ratio": 0.000782,
|
| 632 |
+
"example_values": [
|
| 633 |
+
"t",
|
| 634 |
+
"f"
|
| 635 |
+
]
|
| 636 |
+
}
|
| 637 |
+
},
|
| 638 |
+
{
|
| 639 |
+
"name": "wtoeg",
|
| 640 |
+
"role": "feature",
|
| 641 |
+
"semantic_type": "boolean",
|
| 642 |
+
"nullable": false,
|
| 643 |
+
"missing_tokens": [],
|
| 644 |
+
"parse_format": null,
|
| 645 |
+
"impute_strategy": "mode",
|
| 646 |
+
"profile_stats": {
|
| 647 |
+
"missing_rate": 0.0,
|
| 648 |
+
"unique_count": 2,
|
| 649 |
+
"unique_ratio": 0.000782,
|
| 650 |
+
"example_values": [
|
| 651 |
+
"n",
|
| 652 |
+
"t"
|
| 653 |
+
]
|
| 654 |
+
}
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"name": "class",
|
| 658 |
+
"role": "target",
|
| 659 |
+
"semantic_type": "categorical",
|
| 660 |
+
"nullable": false,
|
| 661 |
+
"missing_tokens": [],
|
| 662 |
+
"parse_format": null,
|
| 663 |
+
"impute_strategy": "mode",
|
| 664 |
+
"profile_stats": {
|
| 665 |
+
"missing_rate": 0.0,
|
| 666 |
+
"unique_count": 2,
|
| 667 |
+
"unique_ratio": 0.000782,
|
| 668 |
+
"example_values": [
|
| 669 |
+
"won",
|
| 670 |
+
"nowin"
|
| 671 |
+
]
|
| 672 |
+
}
|
| 673 |
+
}
|
| 674 |
+
],
|
| 675 |
+
"public_manifest": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/public_gate/staged_input_manifest.json",
|
| 676 |
+
"train_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/train.csv",
|
| 677 |
+
"val_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/val.csv",
|
| 678 |
+
"test_csv": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/test.csv",
|
| 679 |
+
"features_json": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/staged_features.json",
|
| 680 |
+
"public_gate_report": "/data/jialinzhang/SynthesizePipeline-server/output-Benchmark-trainonly-v1/c4/forestdiffusion/forest-c4-20260510_202550/public_gate/public_gate_report.json"
|
| 681 |
+
}
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/staged_features.json
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"feature_name": "bkblk",
|
| 4 |
+
"data_type": "binary",
|
| 5 |
+
"is_target": false
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"feature_name": "bknwy",
|
| 9 |
+
"data_type": "binary",
|
| 10 |
+
"is_target": false
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"feature_name": "bkon8",
|
| 14 |
+
"data_type": "binary",
|
| 15 |
+
"is_target": false
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"feature_name": "bkona",
|
| 19 |
+
"data_type": "binary",
|
| 20 |
+
"is_target": false
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"feature_name": "bkspr",
|
| 24 |
+
"data_type": "binary",
|
| 25 |
+
"is_target": false
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"feature_name": "bkxbq",
|
| 29 |
+
"data_type": "binary",
|
| 30 |
+
"is_target": false
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"feature_name": "bkxcr",
|
| 34 |
+
"data_type": "binary",
|
| 35 |
+
"is_target": false
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"feature_name": "bkxwp",
|
| 39 |
+
"data_type": "binary",
|
| 40 |
+
"is_target": false
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"feature_name": "blxwp",
|
| 44 |
+
"data_type": "binary",
|
| 45 |
+
"is_target": false
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"feature_name": "bxqsq",
|
| 49 |
+
"data_type": "binary",
|
| 50 |
+
"is_target": false
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"feature_name": "cntxt",
|
| 54 |
+
"data_type": "binary",
|
| 55 |
+
"is_target": false
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"feature_name": "dsopp",
|
| 59 |
+
"data_type": "binary",
|
| 60 |
+
"is_target": false
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"feature_name": "dwipd",
|
| 64 |
+
"data_type": "categorical",
|
| 65 |
+
"is_target": false
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"feature_name": "hdchk",
|
| 69 |
+
"data_type": "binary",
|
| 70 |
+
"is_target": false
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"feature_name": "katri",
|
| 74 |
+
"data_type": "categorical",
|
| 75 |
+
"is_target": false
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"feature_name": "mulch",
|
| 79 |
+
"data_type": "binary",
|
| 80 |
+
"is_target": false
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"feature_name": "qxmsq",
|
| 84 |
+
"data_type": "binary",
|
| 85 |
+
"is_target": false
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"feature_name": "r2ar8",
|
| 89 |
+
"data_type": "binary",
|
| 90 |
+
"is_target": false
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"feature_name": "reskd",
|
| 94 |
+
"data_type": "binary",
|
| 95 |
+
"is_target": false
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"feature_name": "reskr",
|
| 99 |
+
"data_type": "binary",
|
| 100 |
+
"is_target": false
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"feature_name": "rimmx",
|
| 104 |
+
"data_type": "binary",
|
| 105 |
+
"is_target": false
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"feature_name": "rkxwp",
|
| 109 |
+
"data_type": "binary",
|
| 110 |
+
"is_target": false
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"feature_name": "rxmsq",
|
| 114 |
+
"data_type": "binary",
|
| 115 |
+
"is_target": false
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"feature_name": "simpl",
|
| 119 |
+
"data_type": "binary",
|
| 120 |
+
"is_target": false
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"feature_name": "skach",
|
| 124 |
+
"data_type": "binary",
|
| 125 |
+
"is_target": false
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"feature_name": "skewr",
|
| 129 |
+
"data_type": "binary",
|
| 130 |
+
"is_target": false
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"feature_name": "skrxp",
|
| 134 |
+
"data_type": "binary",
|
| 135 |
+
"is_target": false
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"feature_name": "spcop",
|
| 139 |
+
"data_type": "binary",
|
| 140 |
+
"is_target": false
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"feature_name": "stlmt",
|
| 144 |
+
"data_type": "binary",
|
| 145 |
+
"is_target": false
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"feature_name": "thrsk",
|
| 149 |
+
"data_type": "binary",
|
| 150 |
+
"is_target": false
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"feature_name": "wkcti",
|
| 154 |
+
"data_type": "binary",
|
| 155 |
+
"is_target": false
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"feature_name": "wkna8",
|
| 159 |
+
"data_type": "binary",
|
| 160 |
+
"is_target": false
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"feature_name": "wknck",
|
| 164 |
+
"data_type": "binary",
|
| 165 |
+
"is_target": false
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"feature_name": "wkovl",
|
| 169 |
+
"data_type": "binary",
|
| 170 |
+
"is_target": false
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"feature_name": "wkpos",
|
| 174 |
+
"data_type": "binary",
|
| 175 |
+
"is_target": false
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"feature_name": "wtoeg",
|
| 179 |
+
"data_type": "binary",
|
| 180 |
+
"is_target": false
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"feature_name": "class",
|
| 184 |
+
"data_type": "categorical",
|
| 185 |
+
"is_target": true
|
| 186 |
+
}
|
| 187 |
+
]
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/test.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0025753653c2b6aa73ac4dbaca5f0aab6b2834bfbab5aacee09a0a06b503f0c
|
| 3 |
+
size 24846
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/train.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:740abc2572f84132936c56aec13d8876c3f878fd131d8f6b6f339195f09d0036
|
| 3 |
+
size 197004
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/staged/public/val.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:615716822f945c50a8f7c105fe3fbde1cc0bf29b057e0274f36c6f3256b55316
|
| 3 |
+
size 24766
|
syntheticFail/c4/forestdiffusion/forest-c4-20260510_202550/train_20260510_202550.log
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78abb8dc092037415f1a1e30eada9f4dc9a3c567f34e0ffd703d73bc43d74e7f
|
| 3 |
+
size 444
|