wnstnb commited on
Commit
6707079
·
1 Parent(s): e1d0170

for real readmes

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # TL;DR on WTF
2
  - The purpose of this project is to predict whether the current day's close will be above the previous day's close (`Target`).
3
  - Predictions are produced through generalized stacking of an ensemble of 2 models.
 
1
+ ---
2
+ title: Gamedayspx
3
+ emoji: 📊
4
+ colorFrom: pink
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: 1.21.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
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.