IoannisTr commited on
Commit
55b08f8
1 Parent(s): a58e386

Update stocks.py

Browse files
Files changed (1) hide show
  1. stocks.py +1 -1
stocks.py CHANGED
@@ -79,7 +79,7 @@ class Stock_Data(object):
79
  df = pd.DataFrame(data)
80
 
81
  # Prediction in the data we evaluate the model
82
- # If the user wants to run the model with the data that has been evaluated and predicted for , uncomment the 2 lines below ( Rows 111-112 )
83
  # Setting the start = 2022-08-26 and end = 2020-08-26 Yahoo Finance will return data from 25-8-2020 to 25-8-2022 (2 years period).
84
  # In those data our model has been evaluated.
85
 
79
  df = pd.DataFrame(data)
80
 
81
  # Prediction in the data we evaluate the model
82
+ # If the user wants to run the model with the data that has been evaluated and predicted for , uncomment the 2 lines below
83
  # Setting the start = 2022-08-26 and end = 2020-08-26 Yahoo Finance will return data from 25-8-2020 to 25-8-2022 (2 years period).
84
  # In those data our model has been evaluated.
85