panzheyi / ST-MetaNet

The codes and data of paper "Urban Traffic Prediction from Spatio-Temporal Data Using Deep Meta Learning"
MIT License
194 stars 73 forks source link

date range #9

Open wanzhixiao opened 3 years ago

wanzhixiao commented 3 years ago

Hi,in your paper,the Taxi flow dataset is range from Feb 1st 2015 to Jun. 2nd 2015,The number of days in this period is 122. less than 3600 timeslot. but the BJ_FLOW.h5, shape is (150,24,32,32,2),which has 150 days?

panzheyi commented 3 years ago

There are missing values on some days.

When building DataLoader, we will filter out these missing data.