ryeak47 / Traffic_flow_prediction

Use Long short-term memory (LSTM) and gated recurrent units (GRU) to predict short term traffic flow
4 stars 2 forks source link

Unclear description for 'causality.txt' #1

Open Veydop opened 5 years ago

Veydop commented 5 years ago

What's the use of this .txt file. I am new to python so if you can share the links of the datasets used i think i can uderstand the code in a better way

ryeak47 commented 5 years ago

this file calculates pearson correlation between two time series and stores the results as matrix in the .txt file.

sxwee commented 5 years ago

Can you share the data used for test?