nnzhan / MTGNN

MIT License
762 stars 216 forks source link

Can you provide the codes for the baseline model? #10

Closed ntubiolin closed 3 years ago

ntubiolin commented 3 years ago

Hi! I want to know how you implement the baselines. For example, I want to know if you use time_in_day only (w/o day_in_week) for GMAN and MRA-BGCN. Can you provide the codes for the baseline model?

Thanks!

nnzhan commented 3 years ago

Hi, for GMAN the codes are here: https://github.com/zhengchuanpan/GMAN. for MRA-BGCN, you can ask the authors for codes.

Thanks.

ntubiolin commented 3 years ago

Ok, thanks for providing those info.