karkar69 commited on
Commit
13489ad
·
verified ·
1 Parent(s): fa58bc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -100,8 +100,7 @@ print(f"90th percentile: {quantiles_vol[0][2]:.2f}%")
100
  - NVDA was used as a test case
101
 
102
  ## Limitations
103
-
104
- - The model is trained on specific stock market data and may not generalize well to other markets or time periods
105
  - Predictions are probabilistic (quantiles) and should be interpreted with uncertainty
106
  - The model requires at least 60 days of historical data for predictions
107
 
 
100
  - NVDA was used as a test case
101
 
102
  ## Limitations
103
+ - Trained on large-cap tech stocks, and will not generalize well to other markets or time periods.
 
104
  - Predictions are probabilistic (quantiles) and should be interpreted with uncertainty
105
  - The model requires at least 60 days of historical data for predictions
106