Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -15,21 +15,22 @@ license: mit
|
|
| 15 |
## Model Details
|
| 16 |
|
| 17 |
- **Architecture**: iTransformer with RevIN (427,641 parameters)
|
| 18 |
-
- **Input**: 60 days
|
| 19 |
- **Output**: 60-day forward return forecast
|
| 20 |
-
- **Training**: 208,
|
| 21 |
- **Loss**: HuberLoss(delta=0.02)
|
| 22 |
|
| 23 |
## Test Metrics
|
| 24 |
|
| 25 |
| Horizon | Directional Accuracy |
|
| 26 |
|---------|---------------------|
|
| 27 |
-
| 7-day |
|
| 28 |
-
| 14-day |
|
| 29 |
-
| 30-day |
|
| 30 |
-
| 60-day |
|
| 31 |
|
| 32 |
## Usage
|
|
|
|
| 33 |
```python
|
| 34 |
import onnxruntime as ort
|
| 35 |
import numpy as np
|
|
|
|
| 15 |
## Model Details
|
| 16 |
|
| 17 |
- **Architecture**: iTransformer with RevIN (427,641 parameters)
|
| 18 |
+
- **Input**: 60 days x 83 features (OHLCV technicals + macro)
|
| 19 |
- **Output**: 60-day forward return forecast
|
| 20 |
+
- **Training**: 208,970 samples, walk-forward validation (70/15/15)
|
| 21 |
- **Loss**: HuberLoss(delta=0.02)
|
| 22 |
|
| 23 |
## Test Metrics
|
| 24 |
|
| 25 |
| Horizon | Directional Accuracy |
|
| 26 |
|---------|---------------------|
|
| 27 |
+
| 7-day | 65.1% |
|
| 28 |
+
| 14-day | 69.5% |
|
| 29 |
+
| 30-day | 72.4% |
|
| 30 |
+
| 60-day | 74.5% |
|
| 31 |
|
| 32 |
## Usage
|
| 33 |
+
|
| 34 |
```python
|
| 35 |
import onnxruntime as ort
|
| 36 |
import numpy as np
|