Winston B commited on
Commit
f9a5fa0
·
1 Parent(s): 24a5803

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 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
 
 
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
+ - 4 different flavors 🍧 are currently available: At Open, 30 / 60 / 90 minutes into trading 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