musiclicn / deep_finance

apply deep learning/ neural network to analysis stock price
5 stars 2 forks source link

improve Reader performance #5

Closed musiclicn closed 7 years ago

musiclicn commented 7 years ago

Reader is quite slow. Try construct x, y pair from iterate through rows instead of using Dataframe range slicing.