ZAAAA2008 commited on
Commit
db6b6e6
·
verified ·
1 Parent(s): 7a6850c

Update README

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - time-series
5
+ - svr
6
+ - stock-prediction
7
+ - finance
8
+ ---
9
+ # SVR Super-Model for AAPL
10
+
11
+ This model predicts **AAPL** using a comprehensive feature set:
12
+ 1. **Technicals:** 37 features (MA, Volatility, Returns).
13
+ 2. **Fundamentals:** 6 Ratios (P/E, P/B, P/S, EV/EBITDA, P/FCF, ROE).
14
+ 3. **Sentiment:** 1 Feature (NLTK VADER Analysis).
15
+
16
+ ## Hybrid Architecture
17
+ - **Training (1988-2018):** Uses Synthetic Fundamentals + Simulated Sentiment.
18
+ - **Inference (Today):** Uses **Real** Live Fundamentals (Yahoo Finance Info) + **Real** News Sentiment.