mayersjd / MLStonks

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

Add multiple tickers to training/testing datasets #1

Closed mayersjd closed 3 years ago

mayersjd commented 3 years ago

Right now a counter is limiting the number of tickers in the historical data folder being used to train and test the MLP. This needs to be updated so that more of the tickers are used. Ideally all ~7000 of them.

This should be done in the dataset.formatData() method, iterating through the stockFiles generator to read through the .csv files, ignoring empty ones, and uniformly formatting everything so that tensorFlow is happy.

mayersjd commented 3 years ago

Resolved and merged to main branch