jsebdev commited on
Commit
47b110a
·
1 Parent(s): d6d8afa

Fix readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
 
8
  ## Model description
9
 
10
- This is model predicts Apple stock prices. The model takes as input the last 500 daily candles of Apple stock price data and outputs the predicted candle for the next day. The input candles must be in chronological order, representing daily data for each candle, and the predicted candle will also be in daily format.
11
 
12
  ## Intended uses & limitations
13
 
 
7
 
8
  ## Model description
9
 
10
+ This model predicts Apple stock prices. The model takes as input the last 500 daily candles of Apple stocks data and outputs the predicted candle for the next day. The input candles must be in chronological order, representing daily data for each candle, and the predicted candle will also be in daily format.
11
 
12
  ## Intended uses & limitations
13