diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/_tabbyflow_gen.py b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/_tabbyflow_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..30a78c95524e33b4340d144ce4b39ab65c71e74d --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/_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/m10/tabbyflow/tabbyflow-m10-20260423_231356/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-m10-20260423_231356", + "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-m10-20260423_231356/model_500.pt", + "--num_samples_to_generate", str(int(1600)), +]) +base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-m10-20260423_231356") +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/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow-m10-1600-20260423_231458.csv") diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/_tabbyflow_train.py b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/_tabbyflow_train.py new file mode 100644 index 0000000000000000000000000000000000000000..5c45aa4b521d0517d92d12a042a5aa8155335208 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/_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/m10/tabbyflow/tabbyflow-m10-20260423_231356/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-m10-20260423_231356", +]) diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/input_snapshot.json b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..ba628fd764cb0c5eed5bd7da1a4db0394c797877 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a6db9fe12ac4f96d86bc4bfc12c7f31a41e9b96f9775b1feb4346ab6fef609 +size 1358 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/models_tabbyflow/trained.pt b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/models_tabbyflow/trained.pt new file mode 100644 index 0000000000000000000000000000000000000000..f063a878c470d9d40f79db79881596e1e497dffd --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/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/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..99b777453d06a3cf31ec0fc56daa151a2910db6e --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0b4b32dc3273f99328e72f7b5a830444b967386c77d3eacbfe2f367235d172 +size 9315 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/public_gate_report.json b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..fc9182329e36210d03a0dd2b22009b4b156bccd9 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9d97f7d812f03897ed2ac1fba10b3ad0abb994aa8895608c4008dc2fde1671 +size 920 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/staged_input_manifest.json b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3777de6861b486ebb974e0b246c4fbfcb677eb69 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e576193e82901f50176c769d8a15d3b15bf0b61fea36ce59697319e7b25cb8 +size 10126 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/runtime_result.json b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..c864adc8e8798a1d4abe6e6deac1ab5564876579 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a7c4f7901d721277a7589239c21609552f70192e12b2bc3930d1500695c261 +size 628 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/staged_features.json b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..918710dc48ebad6446b0f4b0c72837bf03e13a5e --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9fd27ea602ac44946f02fbad5e711356035d61a0885cf84425dc44c75ff9f1 +size 1952 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/test.csv b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..1f872e9d86b20eec876bab947ae2e14364ece0e8 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d112b674dd456a5bdc2c17ad698087f2df416abb02166d3a29a5873900ca5c0 +size 12392 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/train.csv b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..9e8d03429b530f020698bd6ea7f4d95ffe614067 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de150b4643e0b79637165cc914e9fcfb6de70087020ecc8330be516c425aa579 +size 97926 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/val.csv b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..f49ab3dff7a74beab94f4d6ffd5258b4b7d101c8 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc0732d8711d262fd1bc7e0157e67872bcc08b0ac05ae2c75bd2773560e29fd +size 12423 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/adapter_report.json b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..263d3e6db5c917590a4a29acb74b94f73f2104a7 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2215f2b06c7e1c28b3c71aa3718046a93888f34335c5be5be57d30a2c19abef7 +size 324 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/adapter_transforms_applied.json b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/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/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/model_input_manifest.json b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1cf48db94493f6d9879fe23bc21369f26a2e299d --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/staged/tabbyflow/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b118d9b8a1e30bbd07529b31e6e5b72a3bd6c2218a068baf5faa9128fdb2015d +size 10326 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow-m10-1600-20260423_231458.csv b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow-m10-1600-20260423_231458.csv new file mode 100644 index 0000000000000000000000000000000000000000..849585e298bdab3eff05964f4a660c6418b2bc94 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow-m10-1600-20260423_231458.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3b8348abc87cb1a244ea003b2c7fa223407109019fd9bdfaa405d15a1b200c +size 194020 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow_resolved_ckpt.json b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow_resolved_ckpt.json new file mode 100644 index 0000000000000000000000000000000000000000..8946016f4b30d03315824f2936fbd5b18e3e9c9e --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow_resolved_ckpt.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7422150388f9cf791bb858bb7df0dd7ae7961c8a362328eb79eb481f99287cbf +size 357 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow_train_meta.json b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow_train_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..0a21f1961d1d5a8faa445edf005f15ba8856e22b --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabbyflow_train_meta.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a68438fd0fbe5785f4e033776bfbb7a7e80ef1dd591e6f1791dd911af75ce2 +size 261 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_test.npy b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..9cbad3b5b09acad75e59831121d0417a541c3279 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200bf07ba523a81bd9f1a9c16b102eb4e5897fd44346145102af24b93e769d3e +size 9728 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_train.npy b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..b77e20e3dfdb15817a16c7aea98911bddbd7c5ed --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255aa1664e1ca43dc97e8f0c35078c241a07403b16a120f28b09e057cb7b0fa7 +size 76928 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_val.npy b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..ad46a852ce4126194b4495ce1ffac5a93a71c0de --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fbfccbe21a90ffd0b0bcbf606d7a7c8be6b890e00214b1767f5698ed7ba6e8 +size 9728 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_test.npy b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..547187bd94058e04130989928b34b12d9e9b9dee --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75263505bca417671a59d41a623144a59348e11f2d2fdab598da2d0b43366442 +size 11328 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_train.npy b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..96dbc059f6f531a4d72c15b1d6e22f94ba4821d9 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b56d40cd4b61a0256457bd350e08cbe081449c6674d88986211ad4ea5e93ff8 +size 89728 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_val.npy b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..beccb29f8747b722ff344573fe82a0e1c1b38b43 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18250254a269363b519f9e7e685976028c3ae920801166889248d4077d1ec7fb +size 11328 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/info.json b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/info.json new file mode 100644 index 0000000000000000000000000000000000000000..d2b8b615b9bcc118f68a6c697d48e20fc090d8af --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8076e8ed00f17a3f398f8d83dee0a9b55be8d4a5b9ffc9e970e756a662b1af24 +size 3704 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/real.csv b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..1d158a68cba8a04e0f794326743a97d1b4bcb712 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b2a7f7fa6c1119c8ddc7a966a38fe1e408b9e35d9c8b304abe32952f7ef1c4 +size 97926 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/test.csv b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..76ed4eefc272dcf69c2235c92b0d6d2e24255391 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df123fb3f031bcf0931ca96d6ef499bfc722651858de90244d1d7ccdcad8a09 +size 12392 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/val.csv b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..4017376ae7b2cfd46a9d92a394149ee5d7b7e7d0 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba7a0829499ade51b68d85ee826d6a971b003a5ab0a58469550bf0d65a278de +size 12423 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_test.npy b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..02cfff2666a28aa49408ad4b7744ce11685b1bd6 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c894bc7c547d8ad506ee908cf9b6224cdd1ccf48d5545722e2e40a321b25fd +size 928 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_train.npy b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..e69ad5b08d68e776b39285b80fa8d5765bd866fa --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3ca2e334584ea0647a17ec5c6806e25bb9c622531ada7f22323efe7e3d12bd +size 6528 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_val.npy b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..03eb64fd50ede51e67f57f76c248998960b59154 --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/tabular_bundle/pipeline_ds/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee3b3dbd7dceee59ef903c49618ca98ac2245d6b1eb0bc46e35e4738523b97e +size 928 diff --git a/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/train_20260423_231356.log b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/train_20260423_231356.log new file mode 100644 index 0000000000000000000000000000000000000000..a9c5c9ff26714f74736e04cd9e2184fd0d5f962e --- /dev/null +++ b/syntheticSuccess/m10/tabbyflow/tabbyflow-m10-20260423_231356/train_20260423_231356.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d07790c5fe6d7e3cc9c508362d7fdf83146459d15c740e73200cee7cfad5e0 +size 207084 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/_fd_X_host.npy b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..c1eba99c190b35936a1dc1c103c793c6a618dfcd --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a04bdf40ab88fa7f3fc6e465245872082abcb54cc1c3cd7408eff84e57748b3 +size 14634704 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/_fd_gen.py b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/_fd_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..73dd755a2b4cf0caa882d2be87b40369bf915749 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/_fd_gen.py @@ -0,0 +1,8 @@ + +import joblib, pandas as pd +m, meta = joblib.load(r'/work/output-SpecializedModels/m11/forestdiffusion/forest-m11-20260426_040649/forestdiffusion_model.joblib') +# generate:batch_size 为样本数 +arr = m.generate(batch_size=int(304887)) +df = pd.DataFrame(arr, columns=meta["column_names"]) +df.to_csv(r'/work/output-SpecializedModels/m11/forestdiffusion/forest-m11-20260426_040649/forest-m11-304887-20260426_123310.csv', index=False) +print("saved", len(df)) diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/_fd_meta_host.json b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..cf53c9beb81dfe01e7dcfde9e728538253680cc1 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/_fd_meta_host.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3c055fe5af03b4f66b16a2f63583e4b58bce1985d04fa592aa9d948f2869dd +size 228 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/_fd_train.py b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..0b0b3739c4fa329d2f1894f8381c93b9cdc2faa4 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/_fd_train.py @@ -0,0 +1,20 @@ + +import shutil, json +shutil.copy(r'/work/output-SpecializedModels/m11/forestdiffusion/forest-m11-20260426_040649/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-SpecializedModels/m11/forestdiffusion/forest-m11-20260426_040649/_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/m11/forestdiffusion/forest-m11-20260426_040649/forestdiffusion_model.joblib') diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/forest-m11-304887-20260426_123310.csv b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/forest-m11-304887-20260426_123310.csv new file mode 100644 index 0000000000000000000000000000000000000000..689d32e34353571df7335a31efb0efee4c01bce3 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/forest-m11-304887-20260426_123310.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab911f79f345e1d01904b63c733660c340603a36a63a2fd6d158ed3afac4a7b +size 43454072 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/forestdiffusion_model.joblib b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/forestdiffusion_model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..d733697a56290132b46c79162a8372ca8fad2e08 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/forestdiffusion_model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc1ae53419bbe308876f6536ed4fa1749f8b308c99da66f2e4c56f59cb44960 +size 160071237 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/input_snapshot.json b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..1ec25624638584016e36065b34d40c9d257060e6 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b45b8b68881b2e61aefe5ec6c9081bd0f8299986684b0844985204673ad6768 +size 1371 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/models_fd/model.joblib b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/models_fd/model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..d733697a56290132b46c79162a8372ca8fad2e08 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/models_fd/model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc1ae53419bbe308876f6536ed4fa1749f8b308c99da66f2e4c56f59cb44960 +size 160071237 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..daca37ff46b5a65e7fda9154f5ad30f0cfdcbc5e --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72ff0473a3e4d42dad399ccbdb6e25cab814c11f02c3a1babfb03fd5d70f458 +size 5400 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/public_gate_report.json b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..7cb3421b996963fd41c3f121aef519903706fd25 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408ce089749673256334d045f8d0d2f13b1e3d8ed048d99c68f23f89a91263bc +size 932 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/staged_input_manifest.json b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c8ea7108b5c7d2816046c1b511dae898013f8181 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44c89ca50b40dc37bf1b28266fd14c3b020709ef8c6d5ae38fa246e4297920b +size 6226 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/runtime_result.json b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..475e8cd2079788a467ddd3e0951635da141ebb47 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89433c46156f3f111984dddf9c88d61dbd5db535703c2031afcd9f358d0f978 +size 631 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/adapter_report.json b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..d5bfc535a3d62515f49eaee679de797e72979925 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ce52253dedb822c1d968fd11d8565d4b3351c4f1b732049cff7e432322fadb +size 333 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/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/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/model_input_manifest.json b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..bdb935d3c4279b2656d1519b7a4650bcdbea45ec --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814d621bf1b1c0ec95d1aa5eff0a0560302edc0cffb8e49201668f25e3ae0392 +size 6435 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/staged_features.json b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..1ee73e08d9228dc7b89a994c4e5b82d138df1553 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36d25a7769c0cbf2fcdd4f1ea3c717718c21b7d7f3af2e7650de64254c8a17d +size 1160 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/test.csv b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..60f06794190d5ae30c52339de8d35314cbbcd55b --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a031a23f36e6dec485a2c50a0314a1e7d92b0f084fe2fe226b068b2781783d +size 2143487 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/train.csv b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..0b2402fec31a5a265e98680aef6ea40a037f14b5 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929bf5af6a31a08475878fb8f509e60d9b9aa0a48344ec40053e242f33eb15aa +size 17145673 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/val.csv b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..e576899dddbc20c2142f10c7293c6465a6255543 --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd630014d7f4fb9141831d29ca94cf2849de0e2a950913df63df846778180600 +size 2143479 diff --git a/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/train_20260426_040651.log b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/train_20260426_040651.log new file mode 100644 index 0000000000000000000000000000000000000000..fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b --- /dev/null +++ b/syntheticSuccess/m11/forestdiffusion/forest-m11-20260426_040649/train_20260426_040651.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 +size 25 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/_tabbyflow_gen.py b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/_tabbyflow_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..a9cd5b9c8957c545195d1f19f7a56053158028d2 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/_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/m12/tabbyflow/tabbyflow-m12-20260424_001513/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-m12-20260424_001513", + "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-m12-20260424_001513/model_500.pt", + "--num_samples_to_generate", str(int(95512)), +]) +base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-m12-20260424_001513") +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/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabbyflow-m12-95512-20260424_004422.csv") diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/_tabbyflow_train.py b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/_tabbyflow_train.py new file mode 100644 index 0000000000000000000000000000000000000000..2d75dc964d1d9d07966c42630650319069898e1d --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/_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/m12/tabbyflow/tabbyflow-m12-20260424_001513/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-m12-20260424_001513", +]) diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/input_snapshot.json b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..c342f571a30490db510c7126af6c3aec0ec6c6d8 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c293719a105dc4c3d3237bc1d8d3ded520ed22e05dc481d01852ad5bb46a3690 +size 1367 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/models_tabbyflow/trained.pt b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/models_tabbyflow/trained.pt new file mode 100644 index 0000000000000000000000000000000000000000..f063a878c470d9d40f79db79881596e1e497dffd --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/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/m12/tabbyflow/tabbyflow-m12-20260424_001513/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..77c176f9d58ab5797073f6ce6715eaa95ab32a07 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7052f989d690d11594a14d84e1e3e22add4f6ab542249e7d977cffc6e17c1106 +size 14899 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/public_gate/public_gate_report.json b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..2a0ab3451ccd322e7f507293c082b3508267f0fa --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123bd29da161d128297e9e503b942cb6342507e1555a1a44ea41bad649bfd569 +size 927 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/public_gate/staged_input_manifest.json b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..95e43ac698125e1a409f8fc614998b3647d365ae --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f19cdef7a5546ff6e602c8eaaa7a2d2c09718d09afa85379d0ed6d6f02cd664 +size 15710 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/runtime_result.json b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..0935e06e75f9ec533283ecf81c3408013be874ae --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b3b0a6888af43b0951cac9fbd70895f3beb371c8053303cc7c2346ef74e7d8 +size 629 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/public/staged_features.json b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..5e4de128fcdb4dae048cb950d233a9169ec2c43b --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099d7c70b678c740a1bbb7c81aa4577744dd2a13bc1d6d4ab29781b2fe361808 +size 3261 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/public/test.csv b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..30c1b4b016bf3e7de99246eb0c12090a548eb9ff --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f493029a41815df91c3b28f521a2264951567318150110e5c27fa757ebc734 +size 1694120 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/public/train.csv b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..eb7c1b15cfae80b8f1256e5ab12043201bba9e7c --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2f868c246063628371ded60d767d155528ace18d424271c7271617a8ef4643 +size 13548268 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/public/val.csv b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..72af4a34a232e0bcfaf78244335bd139c3d0aa2a --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce173da72624b2b531e2d913ada1d29b77c0926be15b8d83a75911a1f5e36679 +size 1694777 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/tabbyflow/adapter_report.json b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/tabbyflow/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..6016f550ae1460a90a1b3b9b74f73be2343efe60 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/tabbyflow/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3afae8a37815520e10b5c30cea8e79aa0758a1db7fc8900cae239a4c8a29c72 +size 324 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/tabbyflow/adapter_transforms_applied.json b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/tabbyflow/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/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/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/tabbyflow/model_input_manifest.json b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/tabbyflow/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..02381c6e3f3553f94f8d1849f5bf27caf58c935c --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/staged/tabbyflow/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc90b32d18de4244c413db452a118b1a6a0e38d6bd34d2cd607d818ddfd837fe +size 15910 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabbyflow-m12-95512-20260424_004422.csv b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabbyflow-m12-95512-20260424_004422.csv new file mode 100644 index 0000000000000000000000000000000000000000..acf1d095009b09f69c6b2ef694bedb69d2f233b2 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabbyflow-m12-95512-20260424_004422.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4a191a87800aecfe8845292809e23a291d597bb3cac4e40a089350bdd6810e +size 10956226 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabbyflow_resolved_ckpt.json b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabbyflow_resolved_ckpt.json new file mode 100644 index 0000000000000000000000000000000000000000..1b53bc6aab64c843cdb54603aa9cce8af8b9baab --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabbyflow_resolved_ckpt.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b15554ffadde371d22d8bbbf00aab6f641a91b9a5535d93e5416df72e95b78 +size 357 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabbyflow_train_meta.json b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabbyflow_train_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..81b4743715fb9efb920dfa972abe97fe54e779b0 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabbyflow_train_meta.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a98ed2415148b55e7bd23d2cb653500be0cb10ffe68157d3b2630f009981b30 +size 261 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_cat_test.npy b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..6b0f79bf4c82837117e6e5e75b743a005773eff9 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0696ba27b7402813ec3dd184bad953ff02fefee88a8ec44697f3368115486079 +size 1623832 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_cat_train.npy b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..17d47c1874596511d452fa7b1fb2bd0bd42770b8 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7765b876ffa36fc3e48bae7686f4b16b36f672441c6354e8677d7c4f3e8fef7b +size 12989760 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_cat_val.npy b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf22f63acefcbc074775afb263da53d10b835893 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32436c03dd2b4b7b7a5ee39469f6c86c751f76e7e6cc51b0d856f9783ae49968 +size 1623832 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_num_test.npy b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..8a95802664f6be9fbb97183d5a71079e0d31e588 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74408786b79462b90ec0efed46f96556928b9cc6043acdee1b4509515a21df23 +size 668712 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_num_train.npy b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..dfec4ea9a1844efa8106eea39be2a7a748c6a56a --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8908472ad3da62a5333b07188d429d2bce5029c7ca0d261bac0cf225d4ca41 +size 5348800 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_num_val.npy b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..869454f3b3b31a73927f5d13ec9cbaaff269671a --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1c31c25c50bfe65a64e3eec9c110ff9e9259a6e4908e73f1c21a29acc96186 +size 668712 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/info.json b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/info.json new file mode 100644 index 0000000000000000000000000000000000000000..5640e4b063209b78aafbeda2a690a1926238d31f --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0577420596dae05dd90118f05d6a714f195dd89cf748888c45b7a449793ac45 +size 5614 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/real.csv b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..cbd76719f7affa8e40bb4e412f57f51aadeb6139 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930030b786e578931d5312044e7827a4357130ef747443a336a56f741d6e7e03 +size 8587464 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/test.csv b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..ad9e7c8f4b8581c37a92c464f0c8597b5f8b5108 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04db6fc6cb9f5a861ce93a8fe3fea773f80ec5be97602ba2314479b6c53aa68 +size 1074144 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/val.csv b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..0f44ce198c7cbbf6e0260e069e800821bd160cca --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8005d934a3b233e82b5cef65aacfb28bf52fcbda581e87db65a72c9fa43635a +size 1074038 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/y_test.npy b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..072fc8e080db04dce8f8f4518ba058357d33a975 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39686cf46f063d125dab757fef9babf76aa51818ac5fa9d056a05ea54caf4339 +size 95640 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/y_train.npy b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..65c83917c2a3ffcca843d3f08aa34087a1ba9048 --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585d082372be612634c9472cd98cfd16667c4a2ec082246cbb34339f54abbf1c +size 764224 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/y_val.npy b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..8ae5ba876a9767fa279420ccb65a2a567782ac9b --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/tabular_bundle/pipeline_ds/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15a7588dd54c89561a7b039f7a5c9536bbd56a036c8560c0c1e75b4195b0496 +size 95640 diff --git a/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/train_20260424_001517.log b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/train_20260424_001517.log new file mode 100644 index 0000000000000000000000000000000000000000..a2909edef7d032cb41d9a6e8951358e53dd0fe2a --- /dev/null +++ b/syntheticSuccess/m12/tabbyflow/tabbyflow-m12-20260424_001513/train_20260424_001517.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5f9b8fb91344014764f2653ecfee65a392357b10bbb54e12ad72d34345b4d8 +size 2931578 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/_fd_X_host.npy b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/_fd_X_host.npy new file mode 100644 index 0000000000000000000000000000000000000000..1123db7071140cc279e7081e4671071ab5a24deb --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/_fd_X_host.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a92ece4c8f221d47b0441317bf565d760f9973201c90f0b6775b5e014a42207 +size 523900 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/_fd_gen.py b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/_fd_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..e771a622799f7d6edf7d70627a01fca40a65ee64 --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/_fd_gen.py @@ -0,0 +1,8 @@ + +import joblib, pandas as pd +m, meta = joblib.load(r'/work/output-SpecializedModels/m5/forestdiffusion/forest-m5-20260425_022409/forestdiffusion_model.joblib') +# generate:batch_size 为样本数 +arr = m.generate(batch_size=int(3539)) +df = pd.DataFrame(arr, columns=meta["column_names"]) +df.to_csv(r'/work/output-SpecializedModels/m5/forestdiffusion/forest-m5-20260425_022409/forest-m5-3539-20260426_040630.csv', index=False) +print("saved", len(df)) diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/_fd_meta_host.json b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/_fd_meta_host.json new file mode 100644 index 0000000000000000000000000000000000000000..653a1e6aea87e77e6740d4ed4489d03cd1a63d51 --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/_fd_meta_host.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55aa79bc97296cfecc44933770992a6395c642f5eb525ec0ee32c4e874a6ce07 +size 1052 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/_fd_train.py b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/_fd_train.py new file mode 100644 index 0000000000000000000000000000000000000000..f0f5cd3e4d1037b7144af88137db812a04e6535e --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/_fd_train.py @@ -0,0 +1,20 @@ + +import shutil, json +shutil.copy(r'/work/output-SpecializedModels/m5/forestdiffusion/forest-m5-20260425_022409/_fd_X_host.npy', '/tmp/fd_X.npy') +with open(r'/work/output-SpecializedModels/m5/forestdiffusion/forest-m5-20260425_022409/_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/m5/forestdiffusion/forest-m5-20260425_022409/forestdiffusion_model.joblib') diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/forest-m5-3539-20260426_040630.csv b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/forest-m5-3539-20260426_040630.csv new file mode 100644 index 0000000000000000000000000000000000000000..3e110cbf0bf1b6e5adb389f761ca11e14f8824a3 --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/forest-m5-3539-20260426_040630.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c15ed36444466c274a82d2689f0eafa380db5c554078c950e9ad236437164e +size 1812942 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/forestdiffusion_model.joblib b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/forestdiffusion_model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..a32789fa7a053414e8c5e45060cb571facf750e7 --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/forestdiffusion_model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05990ed0dd1fa6b08cd39caf7ae33831ef21aa17f7f38c9784400ad94f3e3f7 +size 337390755 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/input_snapshot.json b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..b590b358bbcae2d4f8f5e8ea3cf72ab9696c4c6e --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2250b12f81f58dee0044faa1ccffecac1916d4d672fa6e8b1413aab7a98918 +size 1356 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/models_fd/model.joblib b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/models_fd/model.joblib new file mode 100644 index 0000000000000000000000000000000000000000..a32789fa7a053414e8c5e45060cb571facf750e7 --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/models_fd/model.joblib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05990ed0dd1fa6b08cd39caf7ae33831ef21aa17f7f38c9784400ad94f3e3f7 +size 337390755 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..dfeb781c3c884105a34fc2f9b8a3360fd48e93dd --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0842181000270f831fc5a634584366b305768795ef2b8fc37cfa7354cc8dd261 +size 17113 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/public_gate_report.json b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..e7ac21c2984fa89372c5e53568fe3ef7a1a243ab --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801e82b3277060405c0fd96aa18ff7e560323da1c51e3eee5e41a755a2f053b0 +size 913 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/staged_input_manifest.json b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3b2073f6714183d8295182084bca33ce1dbd4b2e --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da68545e2b55ca6884adfe5730d077daca4ca9f71946e3e8ec3f401c26d9b7ff +size 17929 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/runtime_result.json b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..fe7921ace591ffdd82bc2bcc5e477549218a8127 --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8b017fdd7a1aafe097b6afd5dbfa2d47bfab052b3099b57bfbe70e48e4ddbd +size 622 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/adapter_report.json b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..305433bc0568f211d2e8ed78f774183dcccbc878 --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf06140779d1170df21a595222c02e2133230a0b979c567920d60c33b7bab0ac +size 331 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/adapter_transforms_applied.json b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/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/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/model_input_manifest.json b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ee18ec004521f9b6d4ea6e81ebbee2116f58cba6 --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/forestdiffusion/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6e54d50be2050b57f784329bc72c1d0a94cd8ef62c7762ad37e237fd4f6ec4 +size 18136 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/staged_features.json b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..64bbb87f1da4bb2835aecc843612e1b9b08021a6 --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4966adee2269582a83b612bffff9390170354c5d44e5c694204595ad1f3b05a +size 4027 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/test.csv b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..f03d3058f21523994e0429f6919fa3b04d35580c --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696cfc46d2e611ee56a5419f4496b758f643f49f3386d4181296783760117c8c +size 53943 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/train.csv b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..f804ebbebaecb3232ce4ae4749287bea90b09003 --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012f009ed84b309df0bf0da0669101c48652c390666cb59f9a07341a16b7056f +size 422717 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/val.csv b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..79d7c32196ec171999137f0f7e4e6752e6bc3e4d --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b623a7cea9350fc17384754b26aba373ab6c1914b7c0efb7a8a21ad5ac1557 +size 53889 diff --git a/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/train_20260425_022409.log b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/train_20260425_022409.log new file mode 100644 index 0000000000000000000000000000000000000000..fa5ae33bc19c1dc61a8a91b311d0c95ab95f842b --- /dev/null +++ b/syntheticSuccess/m5/forestdiffusion/forest-m5-20260425_022409/train_20260425_022409.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c3f0e5594533e51d7c09d3916fd0a5aa12d664ec2270e4ca4b32907b5bfa2 +size 25 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/_tabbyflow_gen.py b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/_tabbyflow_gen.py new file mode 100644 index 0000000000000000000000000000000000000000..2d6ecb46accf229ffba81529499f356a2fb5255e --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/_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/m5/tabbyflow/tabbyflow-m5-20260420_100219/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_efvfm", + "--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_efvfm/model_500.pt", + "--num_samples_to_generate", str(int(3539)), +]) +base = os.path.join(root, "ef_vfm", "result", name, r"adapter_efvfm") +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/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow-m5-3539-20260420_100849.csv") diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/_tabbyflow_train.py b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/_tabbyflow_train.py new file mode 100644 index 0000000000000000000000000000000000000000..51ddd0bd0d7c67641a5d07fa52973da342f6a23a --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/_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/m5/tabbyflow/tabbyflow-m5-20260420_100219/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_efvfm", +]) diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/input_snapshot.json b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/input_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..58a85cf5076276742c65c78450dcbc864d254b34 --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/input_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0b8900f5606c420b525276f68dc0edcf681cbdc9b58cc9a2a9b0595a93f392 +size 1350 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/models_tabbyflow/trained.pt b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/models_tabbyflow/trained.pt new file mode 100644 index 0000000000000000000000000000000000000000..f063a878c470d9d40f79db79881596e1e497dffd --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/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/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/normalized_schema_snapshot.json b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/normalized_schema_snapshot.json new file mode 100644 index 0000000000000000000000000000000000000000..dfeb781c3c884105a34fc2f9b8a3360fd48e93dd --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/normalized_schema_snapshot.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0842181000270f831fc5a634584366b305768795ef2b8fc37cfa7354cc8dd261 +size 17113 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/public_gate_report.json b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/public_gate_report.json new file mode 100644 index 0000000000000000000000000000000000000000..e7ac21c2984fa89372c5e53568fe3ef7a1a243ab --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/public_gate_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801e82b3277060405c0fd96aa18ff7e560323da1c51e3eee5e41a755a2f053b0 +size 913 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/staged_input_manifest.json b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/staged_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b12d5ac9e6af716b07b6c967e6ae09fc1a5af9a1 --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/public_gate/staged_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5595de4b178d18f2d183100b77c46cceb874efcc70c2def59a52febec700e8 +size 17914 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/runtime_result.json b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/runtime_result.json new file mode 100644 index 0000000000000000000000000000000000000000..9a882559a7f1a3f92cbf830278f24e2b3824bcab --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/runtime_result.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6160c1820ca28113add650e3ddd951eae70208c0a78fc47ded992c05a53ddc43 +size 621 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/staged_features.json b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/staged_features.json new file mode 100644 index 0000000000000000000000000000000000000000..64bbb87f1da4bb2835aecc843612e1b9b08021a6 --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/staged_features.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4966adee2269582a83b612bffff9390170354c5d44e5c694204595ad1f3b05a +size 4027 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/test.csv b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..f03d3058f21523994e0429f6919fa3b04d35580c --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696cfc46d2e611ee56a5419f4496b758f643f49f3386d4181296783760117c8c +size 53943 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/train.csv b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/train.csv new file mode 100644 index 0000000000000000000000000000000000000000..f804ebbebaecb3232ce4ae4749287bea90b09003 --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/train.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012f009ed84b309df0bf0da0669101c48652c390666cb59f9a07341a16b7056f +size 422717 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/val.csv b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..79d7c32196ec171999137f0f7e4e6752e6bc3e4d --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/public/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b623a7cea9350fc17384754b26aba373ab6c1914b7c0efb7a8a21ad5ac1557 +size 53889 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/adapter_report.json b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/adapter_report.json new file mode 100644 index 0000000000000000000000000000000000000000..ecb191d6a5abf6407a8be04f2d0db80afcf299ec --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/adapter_report.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addfbb04d78efc024d1a0e0496fa42f59890871f913af43d9209ed8fc5fb9919 +size 322 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/adapter_transforms_applied.json b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/adapter_transforms_applied.json new file mode 100644 index 0000000000000000000000000000000000000000..6f3aaa01a627a955d2022165805d2786c0da78ba --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/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/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/model_input_manifest.json b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/model_input_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0dd07b722c168fd3e8ef5c8d36df74d1ea86978f --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/staged/tabbyflow/model_input_manifest.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e31df55818feda5e0777caee1128272d0c07e36d2268e5a833d05b98d17fc6d +size 18112 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow-m5-3539-20260420_100849.csv b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow-m5-3539-20260420_100849.csv new file mode 100644 index 0000000000000000000000000000000000000000..9c7b5a7df1217cbdecc9a412e87922ad674fc551 --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow-m5-3539-20260420_100849.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5b398603a1fef7ec902b6fd6cb2bc678da152b120c9777bb880966db05ebf2 +size 579104 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow_train_meta.json b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow_train_meta.json new file mode 100644 index 0000000000000000000000000000000000000000..18d978a0406162ed2e2c2d1db8b7fffaf089fe0f --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabbyflow_train_meta.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbe507388dc5629e9155e6ecf504bc121a9c227c10ff53532d15220fc65ee13 +size 78 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_test.npy b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..bbd96eeff22120733a3edafe7e9c3d617d3a28b8 --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88290bb21923265cf0ef1b80f895a3e9c05948831b98640262e7fd001bdb598 +size 28480 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_train.npy b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..528ff12a2de8c7f3105c034c67931809936ef661 --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a03fbf6df4a4eac29023c548b18d1662eebbb5b7eb090384d305990fa27da7 +size 226624 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_val.npy b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..1dc5752d64464e1f313f67d7a7b27ac85f9300ae --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_cat_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54cbae7ec4e56f5750ce1b81643c999c48775290a9db5689d13ae90a9e81481a +size 28416 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_test.npy b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..b6904a8cdb4cbca28e934f590ba4904dee28dedb --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59624133c968e19d1c08a83bb4e5e51891b9c7d7fc34d38da0bb4841ad2f0e18 +size 49744 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_train.npy b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..4a685e0fa3dc253b1154f19a4314f24095c2351f --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5692fb1a4675971a5c761d985237b9a5846dd3fbd274cfe101f7f949505ee7d +size 396496 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_val.npy b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..006898d9a2b1ddbf7512bd3036ac6232b7c896d0 --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/X_num_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4577adcac3be4dda98ef6f641efd402981f7a4aac7d3e9d13185db4a8ac60f8d +size 49632 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/info.json b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/info.json new file mode 100644 index 0000000000000000000000000000000000000000..efdc74ccf50d01d711aca6f6a2a841102b8fbfe7 --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/info.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ccddb01e4d280b04f7e70358fb37011a3ffd52abfd185e40cb8f5b58e7cf08d +size 7456 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/real.csv b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/real.csv new file mode 100644 index 0000000000000000000000000000000000000000..65320ddfc0313575f8ce59dc3afdc3572bf8820b --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/real.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2654d04f887cc9661543c0efc4531b2602b7512e09171aae8160c5d3426ca241 +size 422717 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/test.csv b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/test.csv new file mode 100644 index 0000000000000000000000000000000000000000..ba81406f92411f3d749444b1234dde6998fd22d2 --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/test.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b939affbd7b8e879f26f79f37d403598a57698eb8492d9dcaafcc0197e8c1b1 +size 53943 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/val.csv b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/val.csv new file mode 100644 index 0000000000000000000000000000000000000000..9f456c577f41a60c03a15515ed6b728f4c9a1620 --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/val.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73beaeb6ba214f5af66f03d2ffd126a9b445befe97cd3541ac8d332908783f0 +size 53889 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_test.npy b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_test.npy new file mode 100644 index 0000000000000000000000000000000000000000..0b5dc93c66942c93506031d67b6554ea2b013284 --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_test.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4c3f572a936504aac0f43c6acdc4dac4845324705b43e5ab0e71bf3d62579d +size 3672 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_train.npy b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_train.npy new file mode 100644 index 0000000000000000000000000000000000000000..9ce696bbabf38f3885ae44f1f9c4ed08b6da442d --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_train.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab031f3326755e790d2443975f7f66ce7f45ca0de47ccdcf9f6d8bfd8a6b15f +size 28440 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_val.npy b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_val.npy new file mode 100644 index 0000000000000000000000000000000000000000..c872e523ca1d3f7470b35b79e3ec5e55479fa3a7 --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/tabular_bundle/pipeline_ds/y_val.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0c05e3f5eb696670968d1e70f6e895cff559c2c7cdc47e297f8ffc11e1bfc5 +size 3664 diff --git a/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/train_20260420_100219.log b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/train_20260420_100219.log new file mode 100644 index 0000000000000000000000000000000000000000..13b815d5e80c68ca12daab36bbd4c8a53dae2dac --- /dev/null +++ b/syntheticSuccess/m5/tabbyflow/tabbyflow-m5-20260420_100219/train_20260420_100219.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495d1460a6d359a04d4d485bee6d699beabc2aad73171f2fa042fba7e825fd5f +size 288733