ZAAAA2008 commited on
Commit
62283cc
·
verified ·
1 Parent(s): b50edf6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - time-series
5
+ - svr
6
+ - stock-prediction
7
+ ---
8
+ # SVR Model for AAPL (Hybrid Anchored)
9
+
10
+ This model predicts **AAPL** prices using:
11
+ 1. **Price Anchors:** Open, High, Low, Previous Close (Ensures correct price scale).
12
+ 2. **Technicals:** Moving Averages, Volatility.
13
+ 3. **Context:** Earnings Per Share (EPS) and News Sentiment.
14
+
15
+ ## Hybrid Approach
16
+ - **Training:** Uses Synthetic Fundamentals/Sentiment (1988-2018).
17
+ - **Inference:** Uses **Live** Data from Yahoo Finance.