Skip to content

Commit 9a337fc

Browse files
committed
update run with shorter time steps
1 parent f6635a6 commit 9a337fc

File tree

11 files changed

+4894
-4
lines changed

11 files changed

+4894
-4
lines changed
14.9 KB
Loading
78.5 KB
Loading
47.4 KB
Loading
30.1 KB
Loading

GOOG_20200711_23787967bfadc708e9b507740b30b411/downloaded_data_GOOG.csv

Lines changed: 4002 additions & 0 deletions
Large diffs are not rendered by default.
30.3 KB
Loading
41.1 KB
Loading
1.34 MB
Binary file not shown.

GOOG_20200711_23787967bfadc708e9b507740b30b411/predictions.csv

Lines changed: 887 additions & 0 deletions
Large diffs are not rendered by default.

stock_prediction_deep_learning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def train_LSTM_network(stock):
7878
print('Ticker: ' + STOCK_TICKER)
7979
print('Start Date: ' + STOCK_START_DATE.strftime("%Y-%m-%d"))
8080
print('Validation Date: ' + STOCK_START_DATE.strftime("%Y-%m-%d"))
81-
print('Generating folder: ' + TOKEN)
81+
print('Test Run Folder: ' + TOKEN)
8282
# create project run folder
8383
PROJECT_FOLDER = os.path.join(os.getcwd(), TOKEN)
8484
if not os.path.exists(PROJECT_FOLDER):

0 commit comments

Comments
 (0)