Skip to content

Commit

Permalink
update comments on yfinance LSTM example
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Dec 24, 2023
1 parent 2ddf398 commit f3a7419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/stocks/yfinance/lstm.kg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ wmax::{(x@>x)@0}'windows
windows::wmax{y%x}'windows
labels::wmax{y%x}'labels

:" split data into training and test sets "
trainx::(-1)_windows;trainy::(-1)_labels
testx::windows@-1;testy::labels@-1

Expand Down

0 comments on commit f3a7419

Please sign in to comment.