diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/_fd_X_host.npy b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..71253e1449082f83fac677d476c323a687dd85e6 --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e62899a86fca12a5b462c65d270b3c37cf263644b64d5fddfd2bdf0d188f1ec +size 5579408 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/_fd_gen.py b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/_fd_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..6ac8448cd47c3b3783a65e7217f275b9ac99eb14 --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/_fd_gen.py @@ -0,0 +1,8 @@ + +import joblib, pandas as pd +m, meta = joblib.load(r'/work/output-SpecializedModels/n5/forestdiffusion/forest-n5-20260427_105738/forestdiffusion_model.joblib') +# generate:batch_size 为样本数 +arr = m.generate(batch_size=int(17010)) +df = pd.DataFrame(arr, columns=meta["column_names"]) +df.to_csv(r'/work/output-SpecializedModels/n5/forestdiffusion/forest-n5-20260427_105738/forest-n5-17010-20260429_032331.csv', index=False) +print("saved", len(df)) diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/_fd_meta_host.json b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..de7e887b967d7afd9105f7670186722a65e48dc5 --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/_fd_meta_host.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75230234ac2623210adb58559484f73bfcd268bfea0eb224af897ed307c84ada +size 1880 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/_fd_train.py b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..66b92156fbaf21744798217a832d3574e6a43769 --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/_fd_train.py @@ -0,0 +1,20 @@ + +import shutil, json +shutil.copy(r'/work/output-SpecializedModels/n5/forestdiffusion/forest-n5-20260427_105738/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-SpecializedModels/n5/forestdiffusion/forest-n5-20260427_105738/_fd_meta_host.json') as f: + open('/tmp/fd_meta.json','w').write(f.read()) + +import numpy as np, joblib, json, os +from ForestDiffusion import ForestDiffusionModel +X = np.load("/tmp/fd_X.npy") +with open("/tmp/fd_meta.json") as f: + meta = json.load(f) +cat_indexes = meta["cat_indexes"] +m = ForestDiffusionModel( + X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, + model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, +) +joblib.dump((m, meta), "/tmp/fd_model.joblib") +print("ForestDiffusion train OK") + +shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n5/forestdiffusion/forest-n5-20260427_105738/forestdiffusion_model.joblib') diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/forest-n5-17010-20260429_032331.csv b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/forest-n5-17010-20260429_032331.csv new file mode 100644 index 0000000000000000000000000000000000000000..9ca18e75a4e8571dc427b095e908cdf4a352cc70 --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/forest-n5-17010-20260429_032331.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd38c813555b609d2a18f6ff77a3486e3ddacc6660b91a7236093d3a68f933d +size 25692558 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/forestdiffusion_model.joblib b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/forestdiffusion_model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..5fabf14b45afb523c97fb1cf3e216173369e26af --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/forestdiffusion_model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b449839e151b64f84a72225d88fd56c53552dc31ce0161391fa38f20a2381b3d +size 800631067 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/input_snapshot.json b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..3ab676a303d4974a9e2a72a4103ccd9fc6fe174d --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec458cd4eb74c595dec961ced8ad07508fd9b11ebe66986920511fb65bffadf +size 1362 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/models_fd/model.joblib b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/models_fd/model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..5fabf14b45afb523c97fb1cf3e216173369e26af --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/models_fd/model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b449839e151b64f84a72225d88fd56c53552dc31ce0161391fa38f20a2381b3d +size 800631067 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..b3aad602a688a34895b129c83a02f4db72425d05 --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1040c08505d7d12423246ff5edb775aa195afb74ff3a306f09e495c391bf3797 +size 42956 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/public_gate_report.json b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..6ba05929f82d7b9d58551ea56d7202db1310bd5b --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba35a161dd75f710820d3bfe711fff6d2a6b1a86f34a55adcc8a63db00b3add +size 922 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/staged_input_manifest.json b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..47ceb0ad830417cc6681b6876e3b5f735c358954 --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af514de02794a1c407b1ff2390c7a608762aca5c22ee6c66ac9d81516fdaffa +size 43772 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/runtime_result.json b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..16e432a28f81134b7603df72623c034481c53eed --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc2d72d581bf7b55c621ef6f063eb3b3ac5c58b6b900cd0184d03fd90115e6a +size 623 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/adapter_report.json b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..512c3e1bb471dfa509fcec534f2d680a19afb996 --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a9e9ffed191f78978cc4dd6af614d6c35184ccc739fa724f51c52fe617d9c8 +size 331 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/model_input_manifest.json b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..127e362cb49a040a2f7e31c5c9cc05e8bb97b8f4 --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4032dda9437fb227150853b98d992f0a24ce70850bcb74c4b1ddb321969ed6 +size 43979 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/staged_features.json b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..9044091780209860e78a00c1842fc769071c526f --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed8a8509e7adba3169b6a451170f1d5c52adc97fe7669ef197ac560954c45bb +size 8650 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/test.csv b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..b5a5085de2f99ef857c74ebea69b8c49b87f4a47 --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16efa6819477c1d61f1a80a9e480021d1814a8076e1c0f3182769e7e31fc5142 +size 2403226 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/train.csv b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..73fdadc6c761b490009d6c17b097dd3a054f09aa --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15cea644970e0d6a9c73d949153a38425fa473a8d0b4e2e70cfcdc7d09ec440 +size 19205735 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/val.csv b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..cae3c8ad01ae68002685fe8358ba644e613b9e1e --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0a9b6eb141b64fcd162a8de3c3c11047c60f0d92a250663ea03cfc688bce3a +size 2412771 diff --git a/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/train_20260427_105739.log b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/train_20260427_105739.log new file mode 100644 index 0000000000000000000000000000000000000000..fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b --- /dev/null +++ b/syntheticSuccess/n5/forestdiffusion/forest-n5-20260427_105738/train_20260427_105739.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 +size 25 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/_tabbyflow_gen.py b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/_tabbyflow_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..ce9bdf9126163d1a397c898aff67fb7b66ba0535 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/_tabbyflow_gen.py @@ -0,0 +1,33 @@ + +import os, shutil, subprocess, sys +root = r"/workspace/ef-vfm" +name = r"pipeline_ds" +src = r"/work/output-SpecializedModels/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds" +dst_data = os.path.join(root, "data", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +dst_syn = os.path.join(root, "synthetic", name) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(root) +os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") +subprocess.check_call([ + sys.executable, "main.py", + "--dataname", name, "--mode", "test", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_tabbyflow-n5-20260424_005140", + "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n5-20260424_005140/model_500.pt", + "--num_samples_to_generate", str(int(17010)), +]) +base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n5-20260424_005140") +best = None +best_t = -1.0 +for r, _, files in os.walk(base): + if "samples.csv" in files: + p = os.path.join(r, "samples.csv") + t = os.path.getmtime(p) + if t > best_t: + best_t, best = t, p +if not best: + raise SystemExit("tabbyflow: no samples.csv in " + base) +shutil.copy(best, r"/work/output-SpecializedModels/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow-n5-17010-20260424_005708.csv") diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/_tabbyflow_train.py b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/_tabbyflow_train.py new file mode 100644 index 0000000000000000000000000000000000000000..e3dbac797372960c7bfd4061ae1e7c66d7066d9f --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/_tabbyflow_train.py @@ -0,0 +1,22 @@ + +import os, shutil, subprocess, sys +root = r"/workspace/ef-vfm" +name = r"pipeline_ds" +src = r"/work/output-SpecializedModels/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds" +os.makedirs(os.path.join(root, "data", name), exist_ok=True) +dst_data = os.path.join(root, "data", name) +dst_syn = os.path.join(root, "synthetic", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(root) +os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") +os.environ["EFVFM_SMOKE_STEPS"] = "500" +os.environ["EFVFM_ADAPTER_TRAIN"] = "1" +subprocess.check_call([ + sys.executable, "main.py", + "--dataname", name, "--mode", "train", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_tabbyflow-n5-20260424_005140", +]) diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/input_snapshot.json b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..2d8943da31cd19fae5c5914c96bfa29c7e5ce93c --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d7b985e4e9b7fcbae4d596f710919f5fcd4eee2f0a9b7d785ec448a71bfea4 +size 1356 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/models_tabbyflow/trained.pt b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/models_tabbyflow/trained.pt new file mode 100644 index 0000000000000000000000000000000000000000..f063a878c470d9d40f79db79881596e1e497dffd --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/models_tabbyflow/trained.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 +size 40 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..b3aad602a688a34895b129c83a02f4db72425d05 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1040c08505d7d12423246ff5edb775aa195afb74ff3a306f09e495c391bf3797 +size 42956 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/public_gate_report.json b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..6ba05929f82d7b9d58551ea56d7202db1310bd5b --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba35a161dd75f710820d3bfe711fff6d2a6b1a86f34a55adcc8a63db00b3add +size 922 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/staged_input_manifest.json b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8254b9f3e89d411c0343a0d3990ec01fbee55f55 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ba5d436882a51649eccb7b2609f89a954c97414ce5fb9b8a12012c17e5fcd1 +size 43757 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/runtime_result.json b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..f0dc833d97ea8d4099783fc7718840f38f5f70a7 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50143c10deb85f94993467ac23679f4fdb5f4a524b76d9740cf061952749f63d +size 622 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/staged_features.json b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..9044091780209860e78a00c1842fc769071c526f --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed8a8509e7adba3169b6a451170f1d5c52adc97fe7669ef197ac560954c45bb +size 8650 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/test.csv b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..b5a5085de2f99ef857c74ebea69b8c49b87f4a47 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16efa6819477c1d61f1a80a9e480021d1814a8076e1c0f3182769e7e31fc5142 +size 2403226 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/train.csv b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..73fdadc6c761b490009d6c17b097dd3a054f09aa --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15cea644970e0d6a9c73d949153a38425fa473a8d0b4e2e70cfcdc7d09ec440 +size 19205735 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/val.csv b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..cae3c8ad01ae68002685fe8358ba644e613b9e1e --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0a9b6eb141b64fcd162a8de3c3c11047c60f0d92a250663ea03cfc688bce3a +size 2412771 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/adapter_report.json b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..2f8c651808881b32e5f6137127d566e9c3932eda --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f56ec057fc3993c8d30dddad540e72359fc18e8639935636f514f592dfdacdf +size 322 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/adapter_transforms_applied.json b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/model_input_manifest.json b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..aa809949aa973ed3bff8ad6211885c4ed95f0b85 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/staged/tabbyflow/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d082d648428e160ed02e5ffc9f8ce0738a29225b88edaaf1c19da704c179393b +size 43955 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow-n5-17010-20260424_005708.csv b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow-n5-17010-20260424_005708.csv new file mode 100644 index 0000000000000000000000000000000000000000..6c52326e48e03962d6ce29fd06bad3ef8af2c39a --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow-n5-17010-20260424_005708.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc38e071cf04e96cae0cecdff5f46d12180dd1ec798501562f2f5ba88db377a4 +size 12852600 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow_resolved_ckpt.json b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow_resolved_ckpt.json new file mode 100644 index 0000000000000000000000000000000000000000..8d03933c714bc78d614fcb5b1c9287f5346675fe --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow_resolved_ckpt.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1053945ed112d9976bc0adc9779a5c9acdc011aa551da7fbf02ec4748fedc10 +size 354 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow_train_meta.json b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow_train_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..89d647e713eaa05fde8cd0de011149ecd9ea9438 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabbyflow_train_meta.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404fc02f55eb1e0ab773b9785a4f7bd5b0160057f74da34b2c59b417173db6ae +size 259 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_test.npy b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..acbfab81e5703548de104487d1e2cac7a6474599 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01715909e33970e4991f672876ef5c32ebe5f832d202d748681216985f7dd3d5 +size 128 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_train.npy b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..ed73632ec65baaba45a7f8b0604d7be07b5f311a --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c217e9fa2eb58a5bf8256d8debac889f88bff8995f4ca2d68cb92de0983c3508 +size 128 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_val.npy b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..3a75218561b975b9f661c066ba8fd657b285ff88 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4328f449a9a7b4adac8a5e7b546e572fd1aa1fc4ebeaf2ab472909c833b6dcf5 +size 128 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_test.npy b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..79b7b3d300694a95bc536ad9937c6eaf5613a36b --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b671852c8765833b907565a264c1a42bf13698dd89a3b25bcf475c9ef29221 +size 689276 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_train.npy b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..7b9f0dc9112ce24fc451d2da7a6a29d8d79cb08e --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70742374c706536dd52d5f7ec8528d05e1be277472224d9ad495e6a8d4c07e7a +size 5511368 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_val.npy b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..744227ca5df60c5a7a4f921f23a85b1d990cc43d --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee22ac52654dbcdd80ff7b441fc2678006dc0fb43a06092b3215b15798d0fc1c +size 688952 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/info.json b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/info.json new file mode 100644 index 0000000000000000000000000000000000000000..c8ab5d05e669bb3fc60763b4615301f3072967f4 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e468394e985d7841b448d90932172e8d52299a0be95cc41593c2a0c898e47b1 +size 16147 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/real.csv b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..1486e3dbcabaf1e1977bcc9825cd0be6ccc2b4b9 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94069dd6e2bcc1031be722334e8e7e3c3cdee67aa78b498c2d3ca53808d7b1a +size 19205735 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/test.csv b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..570945ae7dc767680c5b33e69c43ea12efeb7c0f --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd863c98841085d3f4fdf25dbccad7c0f7f98aadb75cd7e6e6a0194e8691229f +size 2403226 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/val.csv b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..225210e7d9bd354702047006c8760c38a6491f31 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8dc78a49ff5e90119b85f4690f11a2bb67f83ed9f0d5b7d100a2c01e4ea8d0 +size 2412771 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_test.npy b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..874095ead93edbd2da364aa29a03e0b82c37d600 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89330ca29893599dede20c18bf763b01e46583ff69b6e5ac57c3b72ebcfda44c +size 8636 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_train.npy b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..28436cd26ba90c091982494ba2a14871901160d5 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6a3d466951752d1548e2ee4c8a47227974e225e3e909e3d098245eb0dc1b73 +size 68168 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_val.npy b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..df5b09e75c10a6c6883c9533ec5648c67a05f26e --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/tabular_bundle/pipeline_ds/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc27f5adb4d4173b4471a678f0db103db30d1fa86014ec4c22bf7af115698422 +size 8632 diff --git a/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/train_20260424_005146.log b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/train_20260424_005146.log new file mode 100644 index 0000000000000000000000000000000000000000..37e053ed62c71785bd1b9f92691854dad374b6d7 --- /dev/null +++ b/syntheticSuccess/n5/tabbyflow/tabbyflow-n5-20260424_005140/train_20260424_005146.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3088e0ba5b88bc5031382e3ea7fe80afa13f3c05332819a567a15f6c28ca4dfa +size 676246 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/_fd_X_host.npy b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..1e97df8ca4e630236ae8a387cbc3a870a605a7d3 --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b032f7a31465316707b8ccc14c471ba547117b3984020e68b05bfb07cff07064 +size 598752 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/_fd_gen.py b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/_fd_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..685ab5037603f86c8f3f95190209a479a809ae45 --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/_fd_gen.py @@ -0,0 +1,8 @@ + +import joblib, pandas as pd +m, meta = joblib.load(r'/work/output-SpecializedModels/n7/forestdiffusion/forest-n7-20260429_112717/forestdiffusion_model.joblib') +# generate:batch_size 为样本数 +arr = m.generate(batch_size=int(5756)) +df = pd.DataFrame(arr, columns=meta["column_names"]) +df.to_csv(r'/work/output-SpecializedModels/n7/forestdiffusion/forest-n7-20260429_112717/forest-n7-5756-20260430_060445.csv', index=False) +print("saved", len(df)) diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/_fd_meta_host.json b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..f0dd398b66d4ef2640a76cdaae1dc113a2e77b81 --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/_fd_meta_host.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375e2b958d06b1b3184e88ce662a4f45c617d67f127b8f97749b95ec83669da5 +size 349 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/_fd_train.py b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..061fde4065445e6de1678f2bbc6213238f34907c --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/_fd_train.py @@ -0,0 +1,20 @@ + +import shutil, json +shutil.copy(r'/work/output-SpecializedModels/n7/forestdiffusion/forest-n7-20260429_112717/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-SpecializedModels/n7/forestdiffusion/forest-n7-20260429_112717/_fd_meta_host.json') as f: + open('/tmp/fd_meta.json','w').write(f.read()) + +import numpy as np, joblib, json, os +from ForestDiffusion import ForestDiffusionModel +X = np.load("/tmp/fd_X.npy") +with open("/tmp/fd_meta.json") as f: + meta = json.load(f) +cat_indexes = meta["cat_indexes"] +m = ForestDiffusionModel( + X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, + model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, +) +joblib.dump((m, meta), "/tmp/fd_model.joblib") +print("ForestDiffusion train OK") + +shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n7/forestdiffusion/forest-n7-20260429_112717/forestdiffusion_model.joblib') diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/forest-n7-5756-20260430_060445.csv b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/forest-n7-5756-20260430_060445.csv new file mode 100644 index 0000000000000000000000000000000000000000..dce4bc01ef5880556b4b7bd1aab99275dce0a56c --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/forest-n7-5756-20260430_060445.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a4d082522202ff7e1d437db67951755293e90e9988db4a23f72cf73eb0b750 +size 2747389 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/forestdiffusion_model.joblib b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/forestdiffusion_model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..19e50758de26a31c3329175b95099ccbdce93ce1 --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/forestdiffusion_model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978705115cd75ed4c5f27181668f17fbbdf76ea37d71d1438af6870c6c0d77c8 +size 373731938 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/input_snapshot.json b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..0c163576208f9f43adf078c19265470087320394 --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da6b9fea1b649b34caf21020f36be9ee38822a29317d90e2ea71faddda6e744 +size 1359 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/models_fd/model.joblib b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/models_fd/model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..19e50758de26a31c3329175b95099ccbdce93ce1 --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/models_fd/model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978705115cd75ed4c5f27181668f17fbbdf76ea37d71d1438af6870c6c0d77c8 +size 373731938 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..82b9988ad486c131538641726bf6a4c8bae16400 --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646e1b27cd8e324a8463de3268e11702bbbcdab1d0a78d69f8ed72fa7e100c80 +size 13736 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/public_gate_report.json b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..beae613814e405ef9ddd624c5ca2823922a7941c --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cd955640275268623ec8b09cb3f1762c7f1982df575fc505c51ac63d184fae +size 913 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/staged_input_manifest.json b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8cf320f68a35760cb634438496d5de35876ec9e5 --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4234441e4959e5b7fc77cdcd2641c66e71b6b53e4025216507f11d607d36794 +size 14552 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/runtime_result.json b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..e12075ce9c8b83cd52352291b62720f0c040d1dc --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1a5f21628635b6ce19c9cdc6ab9dd76091c5759a1144bbbb56dc1a3b500e98 +size 622 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/adapter_report.json b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..16cccb58b3dc788ae55878beac02d70c2fb51f91 --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f6736899a9d7bf5e75e40076f098dd45a4d00dacb4f2fa9ed40e03924a0658 +size 331 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/model_input_manifest.json b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6070278a445ca288b8e3c0c4ffe0737e208e7f79 --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6640ddf2bd1ce808ad6a0e9ee3829a3944e250bc1a3f5315fafd3d588f9de748 +size 14759 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/staged_features.json b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..d4e3188eebc6d67cee352aec4195350387837e69 --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad4c860fb14b4aef80e4091c0039d6577083ab45f295021b0b12bfc25e6943c +size 2468 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/test.csv b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..2c05732e985c71e0154838bf427e6267c09c0d87 --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0731037d09d95f7a553a1218c66989f46f227b625f157e82288353f6207e4b74 +size 319021 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/train.csv b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..9e0bf2dff0420c0a0dc6b48351669a7a741349ac --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c93ff85e52a90a0052111e11b1e1c12384cd3347d5eb67b002eb135facb8678 +size 2550454 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/val.csv b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..de45385829a4e5cc6588d72d67198727a315cc03 --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e727c26565f8b1f0e3b70e7aaddd0da66fb14bf82d7424894c8418cae0f9adfc +size 318859 diff --git a/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/train_20260429_112717.log b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/train_20260429_112717.log new file mode 100644 index 0000000000000000000000000000000000000000..fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b --- /dev/null +++ b/syntheticSuccess/n7/forestdiffusion/forest-n7-20260429_112717/train_20260429_112717.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 +size 25 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/_tabbyflow_gen.py b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/_tabbyflow_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..5aae3ad258eb4485e698e7a28e3615d917ba475f --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/_tabbyflow_gen.py @@ -0,0 +1,33 @@ + +import os, shutil, subprocess, sys +root = r"/workspace/ef-vfm" +name = r"pipeline_ds" +src = r"/work/output-SpecializedModels/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds" +dst_data = os.path.join(root, "data", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +dst_syn = os.path.join(root, "synthetic", name) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(root) +os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") +subprocess.check_call([ + sys.executable, "main.py", + "--dataname", name, "--mode", "test", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_tabbyflow-n7-20260424_005916", + "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n7-20260424_005916/model_500.pt", + "--num_samples_to_generate", str(int(5756)), +]) +base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n7-20260424_005916") +best = None +best_t = -1.0 +for r, _, files in os.walk(base): + if "samples.csv" in files: + p = os.path.join(r, "samples.csv") + t = os.path.getmtime(p) + if t > best_t: + best_t, best = t, p +if not best: + raise SystemExit("tabbyflow: no samples.csv in " + base) +shutil.copy(best, r"/work/output-SpecializedModels/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow-n7-5756-20260424_010050.csv") diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/_tabbyflow_train.py b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/_tabbyflow_train.py new file mode 100644 index 0000000000000000000000000000000000000000..ac9df391e50ab832f0528a1c113a10e2f5f156ae --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/_tabbyflow_train.py @@ -0,0 +1,22 @@ + +import os, shutil, subprocess, sys +root = r"/workspace/ef-vfm" +name = r"pipeline_ds" +src = r"/work/output-SpecializedModels/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds" +os.makedirs(os.path.join(root, "data", name), exist_ok=True) +dst_data = os.path.join(root, "data", name) +dst_syn = os.path.join(root, "synthetic", name) +shutil.rmtree(dst_data, ignore_errors=True) +shutil.copytree(src, dst_data) +os.makedirs(dst_syn, exist_ok=True) +for fn in ("real.csv", "test.csv", "val.csv"): + shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn)) +os.chdir(root) +os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "") +os.environ["EFVFM_SMOKE_STEPS"] = "500" +os.environ["EFVFM_ADAPTER_TRAIN"] = "1" +subprocess.check_call([ + sys.executable, "main.py", + "--dataname", name, "--mode", "train", "--gpu", "0", + "--no_wandb", "--exp_name", r"adapter_tabbyflow-n7-20260424_005916", +]) diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/input_snapshot.json b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..be90ff4f59bbfb72665a4808f4cde89dbd11ad47 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72a450dbeef8f3cdb361bc5f4b91a011d45bae1479cffc3d0c2329e393ea8ae +size 1353 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/models_tabbyflow/trained.pt b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/models_tabbyflow/trained.pt new file mode 100644 index 0000000000000000000000000000000000000000..f063a878c470d9d40f79db79881596e1e497dffd --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/models_tabbyflow/trained.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5 +size 40 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..82b9988ad486c131538641726bf6a4c8bae16400 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646e1b27cd8e324a8463de3268e11702bbbcdab1d0a78d69f8ed72fa7e100c80 +size 13736 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/public_gate_report.json b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..beae613814e405ef9ddd624c5ca2823922a7941c --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cd955640275268623ec8b09cb3f1762c7f1982df575fc505c51ac63d184fae +size 913 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/staged_input_manifest.json b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c1fdf268ec1d29929d0a25fff69e37793fd7f032 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b0468f058b5a2bb4b061d9a70a196a5b7bdb3d5194ccadfd63a57450738f84 +size 14537 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/runtime_result.json b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..29124b82fafd9b7ef4727d979d50f5680b6211aa --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9069b1fe9f45d3ad45f091fa1f4d0040ded5c90f47b58af3d06cb7c4153f7bfa +size 621 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/staged_features.json b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..d4e3188eebc6d67cee352aec4195350387837e69 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad4c860fb14b4aef80e4091c0039d6577083ab45f295021b0b12bfc25e6943c +size 2468 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/test.csv b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..2c05732e985c71e0154838bf427e6267c09c0d87 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0731037d09d95f7a553a1218c66989f46f227b625f157e82288353f6207e4b74 +size 319021 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/train.csv b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..9e0bf2dff0420c0a0dc6b48351669a7a741349ac --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c93ff85e52a90a0052111e11b1e1c12384cd3347d5eb67b002eb135facb8678 +size 2550454 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/val.csv b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..de45385829a4e5cc6588d72d67198727a315cc03 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e727c26565f8b1f0e3b70e7aaddd0da66fb14bf82d7424894c8418cae0f9adfc +size 318859 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/adapter_report.json b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..a8277c2718cf58fc6928f9495c1867fb2463cc3f --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cca1dd12c354dec29a2be775f739f38d63c9d903e00f24e1f05823754797a1 +size 322 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/adapter_transforms_applied.json b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/model_input_manifest.json b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8926120fa1cad7bb4cb56bed7ff1496d1c7c1c0e --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/staged/tabbyflow/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c18a71fc31a65ee7a420b179d717470d13a3f18f55a780c91174ce2afadf90 +size 14735 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow-n7-5756-20260424_010050.csv b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow-n7-5756-20260424_010050.csv new file mode 100644 index 0000000000000000000000000000000000000000..8d757ab04d5c8a214181b00a6fc1c3b115a596df --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow-n7-5756-20260424_010050.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681f8d4875f89892696b05fc29bb9598d6da601a9873c23471b49370a1c9eec7 +size 1483983 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow_resolved_ckpt.json b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow_resolved_ckpt.json new file mode 100644 index 0000000000000000000000000000000000000000..49a1a67268668a56d2d80b22ebeb599cb8276bf8 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow_resolved_ckpt.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c10794d685e1d43731a87f1802b64c4f99a891d36040c3a79392bb809b2d64d +size 354 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow_train_meta.json b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow_train_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..8073323de63627a853b82945c2afb40820b1da9f --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabbyflow_train_meta.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5617dfa1c410e1cb7c5a6d73197dd55b346a60930f4ed9f8af089302b33790 +size 259 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_test.npy b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..5829cc17a1197d9f4b5e83655f962bd0b5fb135c --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2415aa9b8b864d41aa3c0b1893046161f44a0a135df575cf1abab0471db84e +size 11648 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_train.npy b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..9404dfaa1499b31fb76f1727e4601c511ab50688 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f78b2c5a37c689043f0aeec93f66fda3bf072cb137e2076d3dbe68ca08cbdda +size 92224 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_val.npy b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..b7f79a7112b4a88f9f2aa5e3f58c80c6067c6037 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a318171e455d0fe9303bd84419123ad9df4b8ab7f878044cc96f7a42d9e237f +size 11632 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_test.npy b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..6f07d8b4d731cb53e253cdd6c2649159f199f122 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cc2ede4c99c545b284a14501f0f56814b67d5a9af754bcc02b8b5c82144d3c +size 66368 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_train.npy b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..95350bc1139be3dde7816e51c03e9e4f8f237fc1 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fa133546ee5baedd8798191c95ab50b8b16ece7691d38e87351e5c9fb31087 +size 529680 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_val.npy b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..554c1cb362a5cde8893af01b65ac10228843636b --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcbe6d9abf4667ca6905af68ba05cc6a6b2239383c6ba9d015341d56580c76a +size 66276 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/info.json b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/info.json new file mode 100644 index 0000000000000000000000000000000000000000..6718cc5b8b4f0f347f17a1fdd5fb0c14448bff21 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e2bfc433f8567684cb22b84249d06b667551e07eccb69ed7ccb768df27f8b1 +size 4731 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/real.csv b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..5158e002232b413ec76232c2a9e3e227f87f964a --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3568a36ceebe37895bbe531bf33960a8f3e92081374d6593a90d527db77c08ce +size 2398728 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/test.csv b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..2e3173cca1925e2c7ab857bd0210f2d5e2e45dea --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d6553e824f8ef603187537167e96b88670c160602a99eee892ad92d3c5e3f4 +size 300083 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/val.csv b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..756777732770229e1c8f5cb00d48d22bc9fd0639 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c29eb0692df16d7ca3cf1a377ce5d59c8a632d29b95a6b5b8117ba4fb35cb1 +size 299851 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_test.npy b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..1ffbfca513cfdb8f8d39d37c64053c8a8f37cdbc --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca28451cdd1ff22c02a8bf07c1bf72b5248cc8952e2485e383b3faa31986c2b +size 5888 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_train.npy b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..ab7434280fc7ced9e9e30bcef9ed42f056b47ca4 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebac2125fb63b558b4823121de974bd27d56510e604b621fcfb249325136e0d +size 46176 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_val.npy b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..c4f536e1cb1886e848c629c73ed8f2cce89b8499 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/tabular_bundle/pipeline_ds/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856ab54307a9811034fca3be35a052ecc8aec97b68a38159a4f6fb633a936af1 +size 5880 diff --git a/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/train_20260424_005916.log b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/train_20260424_005916.log new file mode 100644 index 0000000000000000000000000000000000000000..282467c62addf9782bd3ce992d6b017dd9a65628 --- /dev/null +++ b/syntheticSuccess/n7/tabbyflow/tabbyflow-n7-20260424_005916/train_20260424_005916.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1956274ef091548f2790641e007819c71153f1cfa02e3cc2b05ecc5dea46cce +size 303939 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/_fd_X_host.npy b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..536bb6dcc3f20e9f9d2726ceca2c418988442e4b --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c851723338ee65328edd3eedb75e312f3d5bb58cb53948d48e144a9961e94bf +size 598120 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/_fd_gen.py b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/_fd_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..1e17539dfebb833bf121256470d4b853ecf4ceab --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/_fd_gen.py @@ -0,0 +1,8 @@ + +import joblib, pandas as pd +m, meta = joblib.load(r'/work/output-SpecializedModels/n9/forestdiffusion/forest-n9-20260429_212403/forestdiffusion_model.joblib') +# generate:batch_size 为样本数 +arr = m.generate(batch_size=int(8794)) +df = pd.DataFrame(arr, columns=meta["column_names"]) +df.to_csv(r'/work/output-SpecializedModels/n9/forestdiffusion/forest-n9-20260429_212403/forest-n9-8794-20260430_052409.csv', index=False) +print("saved", len(df)) diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/_fd_meta_host.json b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..8fff9720cc2552bdef67e15ea0d2e31f852ffc68 --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/_fd_meta_host.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a8af0690bdc43746012687fec2f78b25517b2a7cf74ee31a6b69fc2ad8ec7e +size 261 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/_fd_train.py b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..c72be8f550d8a528efb3b07be88525acb5db3e73 --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/_fd_train.py @@ -0,0 +1,20 @@ + +import shutil, json +shutil.copy(r'/work/output-SpecializedModels/n9/forestdiffusion/forest-n9-20260429_212403/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-SpecializedModels/n9/forestdiffusion/forest-n9-20260429_212403/_fd_meta_host.json') as f: + open('/tmp/fd_meta.json','w').write(f.read()) + +import numpy as np, joblib, json, os +from ForestDiffusion import ForestDiffusionModel +X = np.load("/tmp/fd_X.npy") +with open("/tmp/fd_meta.json") as f: + meta = json.load(f) +cat_indexes = meta["cat_indexes"] +m = ForestDiffusionModel( + X, n_t=20, n_estimators=100, duplicate_K=20, n_jobs=2, + model="xgboost", max_depth=6, tree_method="hist", cat_indexes=cat_indexes, +) +joblib.dump((m, meta), "/tmp/fd_model.joblib") +print("ForestDiffusion train OK") + +shutil.copy('/tmp/fd_model.joblib', r'/work/output-SpecializedModels/n9/forestdiffusion/forest-n9-20260429_212403/forestdiffusion_model.joblib') diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/forest-n9-8794-20260430_052409.csv b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/forest-n9-8794-20260430_052409.csv new file mode 100644 index 0000000000000000000000000000000000000000..4a28f54768ddd25bf9258fb770db05b69a841037 --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/forest-n9-8794-20260430_052409.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b53c1fcdee26c397e76448e3110f6183cd6d512335354e2617b4df972d3b4ef +size 2592437 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/forestdiffusion_model.joblib b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/forestdiffusion_model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..7a3a393d6a996490a14fc53448f5d0a0fe85c643 --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/forestdiffusion_model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c19cc1b8a575629aee6dbc11631062a3ae079eb6eb335793b6eccd41d898750 +size 165572285 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/input_snapshot.json b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..91bf13f1476e41ef0802065f414de30f54bc9a72 --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0d81070417845ca51e4527eb1798270acd99583924b15610cbc5e1613a9f9f +size 1354 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/models_fd/model.joblib b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/models_fd/model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..7a3a393d6a996490a14fc53448f5d0a0fe85c643 --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/models_fd/model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c19cc1b8a575629aee6dbc11631062a3ae079eb6eb335793b6eccd41d898750 +size 165572285 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..01d0400293b0026926d5a8972a7649041eabdb3d --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653eac75afead5f53a09d01b5319fa3ecb7e7618590c4578c04e260759b78ed9 +size 7864 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/public_gate_report.json b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..db0a78ebf4eb7d38f2ff57840453b5261edbdee8 --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe26882333f29cac798f0b59a80b62564e54077705a877de3c23a4fde28fd84 +size 912 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/staged_input_manifest.json b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c6c751bdcb6908191ff7a5bcfe2640dc560ebf9c --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6ad89e6d62beaf869e1d341bc66cbf3a2ce1d926aefe58e8336205ca2aec7d +size 8680 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/runtime_result.json b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..967b7ea937b9cf1696b3d71adf34921e2f1f5fda --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10dbe0d1698fa4e4052b56ae9df8113f88553b36bc73a00227fe943430afdd36 +size 622 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/adapter_report.json b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..2975085285b3a804af3232ff7f42ce305ad992c9 --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8fb3908b5b831b4c44dc31993a64b1bacb0d28deccd82655d0b782abf3b224a +size 331 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/adapter_transforms_applied.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945 +size 2 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/model_input_manifest.json b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e42a0965354b0d6266d8091e154658144ccf8e7c --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d47216996f4ee3006ba7163702df7ab6fb8a3a2102c03238aca74b47a02b2e +size 8887 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/staged_features.json b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..98bd86d6749bbfb05bc5b74b255a874138cc5f9f --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d885776c1caf3bc43a474d54dddcd3c92230d85db294c1655e00797e0665f08 +size 1636 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/test.csv b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..5396221e42ec898e054b7bab90e77558d7591eee --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d13f8e2b38a047750a3197b6a95249a935bb4f3bbe57803a1ff585719dd32c +size 54106 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/train.csv b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..ac1bfc02e5f9929da7c6f7b37072d4d3ef8e7dec --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe9e94a37bc9d9ce8e3e5aa24d99fd2c51e68f9fb34b56f0cd9b89a92502d07 +size 431866 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/val.csv b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..fdc86ddf1af25be653b15bc03a2cecf6e2c64289 --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762c2acfb195c4245b988607fee3af7064ee8a00fa18714cb3e7a7becb54ff55 +size 54170 diff --git a/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/train_20260429_212403.log b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/train_20260429_212403.log new file mode 100644 index 0000000000000000000000000000000000000000..fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b --- /dev/null +++ b/syntheticSuccess/n9/forestdiffusion/forest-n9-20260429_212403/train_20260429_212403.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 +size 25