cjsyzwsh / dnn-for-economic-information

13 stars 3 forks source link

[Data files] London dataset #2

Open huanfachen opened 3 years ago

huanfachen commented 3 years ago

Dear authors,

Could you please share the London dataset, namely data/london/london_processed.pkl and data/london/london_processed_raw.pkl as specified here, if this is okay? It would help us understand the variables and formats used in this study.

In addition, it would be great if you could share a sample of the result file (temp_result.txt and .csv files as specified here) so that I can understand the format.

Thank you very much, really appreciated.

Best Regards,

Huanfa Chen

cjsyzwsh commented 3 years ago

London data set is uploaded in the data folder.

huanfachen commented 3 years ago

Thanks @cjsyzwsh . I am able to replicate the DNN model and the analysis of economic information now.

powercmy commented 3 years ago

Thanks @cjsyzwsh . I am able to replicate the DNN model and the analysis of economic information now.

Could you please tell me whether you are using TensorFlow version 1.13.1 or 1.13.2 ?

huanfachen commented 3 years ago

@powercmy I am using tensorflow 1.13.0rc1 by using this command in a conda environment:

pip install tensorflow==1.13.0rc1

Thanks @cjsyzwsh . I am able to replicate the DNN model and the analysis of economic information now.

Could you please tell me whether you are using TensorFlow version 1.13.1 or 1.13.2 ?