Update ensemble overview for BTC-USD (1h)
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ library_name: temporal-forecasting
|
|
| 12 |
|
| 13 |
# BTC-USD Consensus Ensemble (1h)
|
| 14 |
|
| 15 |
-
This repository contains a **consensus ensemble** of
|
| 16 |
|
| 17 |
## Overview
|
| 18 |
|
|
@@ -24,11 +24,13 @@ Instead of relying on a single model, this ensemble combines multiple models wit
|
|
| 24 |
|
| 25 |
## Ensemble Members
|
| 26 |
|
| 27 |
-
- [momentum (lookback=30)](./tree/main/
|
| 28 |
-
- [
|
| 29 |
-
- [balanced (lookback=
|
| 30 |
-
- [
|
| 31 |
-
- [
|
|
|
|
|
|
|
| 32 |
|
| 33 |
## How It Works
|
| 34 |
|
|
@@ -102,7 +104,7 @@ async def run_analysis():
|
|
| 102 |
- **Symbol**: BTC-USD
|
| 103 |
- **Interval**: 1h
|
| 104 |
- **Forecast Horizon**: 12 periods
|
| 105 |
-
- **Ensemble Size**:
|
| 106 |
- **Architecture**: Temporal Transformer
|
| 107 |
- **Training Framework**: PyTorch
|
| 108 |
- **Export Date**: 2025-11-11
|
|
|
|
| 12 |
|
| 13 |
# BTC-USD Consensus Ensemble (1h)
|
| 14 |
|
| 15 |
+
This repository contains a **consensus ensemble** of 7 temporal transformer models for BTC-USD price forecasting.
|
| 16 |
|
| 17 |
## Overview
|
| 18 |
|
|
|
|
| 24 |
|
| 25 |
## Ensemble Members
|
| 26 |
|
| 27 |
+
- [momentum (lookback=30)](./tree/main/momentum_lookback30_12h)
|
| 28 |
+
- [momentum (lookback=30)](./tree/main/momentum_lookback30_6h)
|
| 29 |
+
- [balanced (lookback=45)](./tree/main/balanced_lookback45_12h)
|
| 30 |
+
- [balanced (lookback=60)](./tree/main/balanced_lookback60_24h)
|
| 31 |
+
- [balanced (lookback=60)](./tree/main/balanced_lookback60_6h)
|
| 32 |
+
- [balanced (lookback=60)](./tree/main/balanced_lookback60_12h)
|
| 33 |
+
- [mean_reversion (lookback=45)](./tree/main/mean_reversion_lookback45_12h)
|
| 34 |
|
| 35 |
## How It Works
|
| 36 |
|
|
|
|
| 104 |
- **Symbol**: BTC-USD
|
| 105 |
- **Interval**: 1h
|
| 106 |
- **Forecast Horizon**: 12 periods
|
| 107 |
+
- **Ensemble Size**: 7 models
|
| 108 |
- **Architecture**: Temporal Transformer
|
| 109 |
- **Training Framework**: PyTorch
|
| 110 |
- **Export Date**: 2025-11-11
|