jcl347 commited on
Commit
9c66984
·
verified ·
1 Parent(s): e9adbd4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -6
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 × 83 features (OHLCV technicals + macro)
19
  - **Output**: 60-day forward return forecast
20
- - **Training**: 208,881 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 | 59.7% |
28
- | 14-day | 62.5% |
29
- | 30-day | 68.9% |
30
- | 60-day | 71.1% |
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