ABL_NO_CHEB_METR-LA / README.md
witgaw's picture
Upload ABL_NO_CHEB model trained on METR-LA
4920ced verified
|
Raw
History Blame Contribute Delete
1.36 kB
metadata
tags:
  - traffic-forecasting
  - time-series
  - graph-neural-network
  - abl_no_cheb
datasets:
  - metr-la

Spatial-Temporal Graph Transformer (Ablation: No Cheb) - METR-LA

Spatial-Temporal Graph Transformer (Ablation: No Cheb) (ABL_NO_CHEB) trained on METR-LA dataset for traffic speed forecasting.

Model Description

Ablation: Full model WITHOUT Chebyshev (uses standard GCN, TCN+Xavier+DOW+ExcludeMissing+K16)

Dataset

METR-LA: Traffic speed data from highway sensors.

Usage

from utils.stgformer import load_from_hub

# Load model from Hub
model, scaler = load_from_hub("METR-LA", hf_repo_prefix="ABL_NO_CHEB")

# Get predictions
from utils.stgformer import get_predictions
predictions = get_predictions(model, scaler, test_dataset)

Training

Model was trained using the ABL_NO_CHEB implementation with default hyperparameters.

Citation

If you use this model, please cite the original ABL_NO_CHEB paper:

@inproceedings{lan2022stgformer,
  title={STGformer: Spatial-Temporal Graph Transformer for Traffic Forecasting},
  author={Lan, Shengnan and Ma, Yong and Huang, Weijia and Wang, Wanwei and Yang, Hui and Li, Peng},
  booktitle={IEEE Transactions on Neural Networks and Learning Systems},
  year={2022}
}

License

This model checkpoint is released under the same license as the training code.