stock-rnn
stock-rnn copied to clipboard
Predict stock market prices using RNN model with multilayer LSTM cells + optional multi-stock embeddings.
Hi, I am receiving and "AttributeError: 'DataFrame' object has no attribute 'sort'". I tried changing to sort_values and sort_index but cannot seem to get the data_fetcher to work. Any help...
When i run the code i am getting the following error. I did got lot of module errors and i have changed the urllib2 to urlib2.requests and beautifulSoap to bs4....
1. py2 to py3 2. As google finance data is unstable, especially in china, "pandas_datareader" and its "quandl" api is used for data_fetcher 3. data batching is changed: - previous:...
File was removed by this commit: https://github.com/datasets/s-and-p-500-companies/commit/86d17c515ab7d1fdaab003a4b728f9b2a7c1d8d8 .
after corrected print syntax still not run for python 3 on windows.
no dropout for test
Hi, First, thanks for your code and tutorial, it is really interesting! I learned a lot. Second, I have a question but I feel pretty stupid asking that since I...
When I was downloading historical data of SP500 from Yahoo Finance ^GSPC, I found that the data was **time-reversed**, i.e. the latest entries of data were put on the **top**...
this should be everything for people to get up and running