temporal-twins-code / scripts /advanced_experiments.py
temporal-twins-anon's picture
Add anonymous Temporal Twins code release
a3682cf verified
raw
history blame contribute delete
337 Bytes
"""
Compatibility shim for the corrected experiment runner.
The benchmark logic now lives in `experiments/run_all.py`, which implements:
- strict prefix evaluation
- shuffled-chronology causal ablation
- aligned XGBoost baseline
- multi-seed aggregation
"""
from experiments.run_all import main
if __name__ == "__main__":
main()