File size: 491 Bytes
25e4ac6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
tags:
- time-series
- svr
- stock-prediction
---
# SVR Model for AAPL (Hybrid Anchored)
This model predicts **AAPL** prices using:
1. **Price Anchors:** Open, High, Low, Previous Close (Ensures correct price scale).
2. **Technicals:** Moving Averages, Volatility.
3. **Context:** Earnings Per Share (EPS) and News Sentiment.
## Hybrid Approach
- **Training:** Uses Synthetic Fundamentals/Sentiment (1988-2018).
- **Inference:** Uses **Live** Data from Yahoo Finance.
|