Rewrite TCN model README
Browse files
README.md
CHANGED
|
@@ -4,16 +4,24 @@ tags:
|
|
| 4 |
- finance
|
| 5 |
- tcn
|
| 6 |
- time-series
|
| 7 |
-
-
|
| 8 |
-
-
|
|
|
|
| 9 |
library_name: pytorch
|
| 10 |
---
|
| 11 |
|
| 12 |
# MAG7 TCN Sequence Model
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
-
The
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
- `model.pt`
|
| 19 |
- `scaler.joblib`
|
|
@@ -22,4 +30,4 @@ The trainer uploads these artifacts after a run:
|
|
| 22 |
- `training_log.csv`
|
| 23 |
- `test_predictions.csv`
|
| 24 |
|
| 25 |
-
|
|
|
|
| 4 |
- finance
|
| 5 |
- tcn
|
| 6 |
- time-series
|
| 7 |
+
- pytorch
|
| 8 |
+
- mag7
|
| 9 |
+
- private-dataset-trained
|
| 10 |
library_name: pytorch
|
| 11 |
---
|
| 12 |
|
| 13 |
# MAG7 TCN Sequence Model
|
| 14 |
|
| 15 |
+
Public model artifact repo for a Temporal Convolutional Network trained on a private MAG7 daily ML dataset.
|
| 16 |
|
| 17 |
+
The dataset used for training is private and is not distributed with this model:
|
| 18 |
+
|
| 19 |
+
- Private dataset: `kyLELEng/mag7-ml-daily-dataset-5y`
|
| 20 |
+
- Default target: `target_next_10d_outperform_qqq`
|
| 21 |
+
- Split method: chronological train / validation / test
|
| 22 |
+
- Training hardware: Hugging Face Jobs, `a10g-large`
|
| 23 |
+
|
| 24 |
+
After training completes, this repo contains:
|
| 25 |
|
| 26 |
- `model.pt`
|
| 27 |
- `scaler.joblib`
|
|
|
|
| 30 |
- `training_log.csv`
|
| 31 |
- `test_predictions.csv`
|
| 32 |
|
| 33 |
+
This model is for research only. It is not investment advice.
|