ZAAAA2008 commited on
Commit
25e4ac6
·
verified ·
1 Parent(s): b0cf9c6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -1,17 +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.
 
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.