Use NVDA as a more volitile test suite
This commit is contained in:
@@ -15,7 +15,7 @@ def Predict():
|
||||
MODEL_PATH = os.path.join(DATA_DIR, "model.keras")
|
||||
|
||||
# Pull 1 month of current data to make prediction against | for volatility 20
|
||||
df = yf.download("SPY", period="2mo", auto_adjust=True)
|
||||
df = yf.download("NVDA", period="2mo", auto_adjust=True)
|
||||
if not df.empty:
|
||||
df = features.MakeFeatures(df, 1)
|
||||
df = features.CleanDF(df)
|
||||
|
||||
Reference in New Issue
Block a user