Views
No views yet
| File | Description |
|---|---|
seed42.json … seed46.json | 5-seed XGBoost OvA ensemble. 305-dim features, 400 trees × depth 8 × lr 0.05 × subsample 0.8, random_state ∈ {42..46}, tree_method="hist". |
pool_metadata.json | Pool config ({chronos, flowstate, patchtst_fm, sundial}), 305-feature column order, and gate thresholds (tau_m, tau_d) = (0.15, 0.02). |
gift_eval/run_eval.py --ckpt-dir <this folder> in the
TimeRouter repository; see its README for the
full two-environment setup and run instructions. Requires xgboost >= 2.x.1from huggingface_hub import snapshot_download
2ckpt_dir = snapshot_download("nkh/timerouter-v1")
3# then: python gift_eval/run_eval.py --ckpt-dir $ckpt_dir ...