Spaces:
Runtime error
Runtime error
Update stocks.py
Browse files
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
|
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 |
|