Spaces:
Sleeping
Sleeping
for real readmes pt 2
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ pinned: false
|
|
12 |
# TL;DR on WTF
|
13 |
- The purpose of this project is to predict whether the current day's close will be above the previous day's close (`Target`).
|
14 |
- Predictions are produced through generalized stacking of an ensemble of 2 models.
|
15 |
-
- 3 different
|
16 |
- Using probabilities outside of `(0.4, 0.6]` results in `precision` in 0.7 - 0.8 range.
|
17 |
- Model validated with walk forward validation.
|
18 |
|
|
|
12 |
# TL;DR on WTF
|
13 |
- The purpose of this project is to predict whether the current day's close will be above the previous day's close (`Target`).
|
14 |
- Predictions are produced through generalized stacking of an ensemble of 2 models.
|
15 |
+
- 3 different flavors 🍧 are currently available: At Open, 30 Mins into trading session, and 60 minutes into training session.
|
16 |
- Using probabilities outside of `(0.4, 0.6]` results in `precision` in 0.7 - 0.8 range.
|
17 |
- Model validated with walk forward validation.
|
18 |
|