mayersjd / MLStonks

Training neural networks to buy and sell stocks.
0 stars 0 forks source link

Add ability to save/load the training/testing data #13

Open mayersjd opened 3 years ago

mayersjd commented 3 years ago

The current implementation will always read in the same data from the historical data stock files and then randomize it for building the training/testing sets. This is a little time consuming to format the data every time, so it would be nice to be able to just do this once, save all the information, then select it for training/testing.

Potential problems: