Spaces:
Running
Running
BraydenMoore
commited on
Commit
•
3b397ee
1
Parent(s):
58da419
Update with up to date data
Browse files- Source/Data/gbg_and_odds_this_year.csv +0 -0
- Source/Data/gbg_this_year.csv +0 -0
- Source/Data/results.csv +12 -0
- Source/Pickles/schedule.pkl +0 -0
- Static/Over_Uncer_Cumsum_dark.png +0 -0
- Static/Over_Under_Cumsum_dark.png +0 -0
- Static/Over_Under_Predictions_dark.png +0 -0
- Static/Winner_Cumsum_dark.png +0 -0
- Static/Winner_Predictions_dark.png +0 -0
- Templates/index.html +18 -0
Source/Data/gbg_and_odds_this_year.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
Source/Data/gbg_this_year.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
Source/Data/results.csv
CHANGED
@@ -192,3 +192,15 @@ game_id,total,winner
|
|
192 |
2023_13_MIA_WAS,60,Miami Dolphins
|
193 |
2023_13_SEA_DAL,76,Dallas Cowboys
|
194 |
2023_13_SF_PHI,61,San Francisco 49ers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
2023_13_MIA_WAS,60,Miami Dolphins
|
193 |
2023_13_SEA_DAL,76,Dallas Cowboys
|
194 |
2023_13_SF_PHI,61,San Francisco 49ers
|
195 |
+
2023_14_BUF_KC,37,Buffalo Bills
|
196 |
+
2023_14_CAR_NO,34,New Orleans Saints
|
197 |
+
2023_14_DEN_LAC,31,Denver Broncos
|
198 |
+
2023_14_DET_CHI,41,Chicago Bears
|
199 |
+
2023_14_HOU_NYJ,36,New York Jets
|
200 |
+
2023_14_IND_CIN,48,Cincinnati Bengals
|
201 |
+
2023_14_JAX_CLE,58,Cleveland Browns
|
202 |
+
2023_14_LA_BAL,68,Baltimore Ravens
|
203 |
+
2023_14_MIN_LV,3,Minnesota Vikings
|
204 |
+
2023_14_NE_PIT,39,New England Patriots
|
205 |
+
2023_14_SEA_SF,44,San Francisco 49ers
|
206 |
+
2023_14_TB_ATL,54,Tampa Bay Buccaneers
|
Source/Pickles/schedule.pkl
CHANGED
Binary files a/Source/Pickles/schedule.pkl and b/Source/Pickles/schedule.pkl differ
|
|
Static/Over_Uncer_Cumsum_dark.png
ADDED
Static/Over_Under_Cumsum_dark.png
ADDED
Static/Over_Under_Predictions_dark.png
CHANGED
Static/Winner_Cumsum_dark.png
ADDED
Static/Winner_Predictions_dark.png
CHANGED
Templates/index.html
CHANGED
@@ -386,6 +386,24 @@
|
|
386 |
</div>
|
387 |
</div>
|
388 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
389 |
<div class="modelDetails">
|
390 |
<h2>Predictive Accuracy This Year</h2>
|
391 |
<div class="section-container">
|
|
|
386 |
</div>
|
387 |
</div>
|
388 |
|
389 |
+
<div class="modelDetails">
|
390 |
+
<h2>Winnings This Year</h2>
|
391 |
+
<div class="section-container">
|
392 |
+
<div class="section">
|
393 |
+
<h3>Moneyline</h3>
|
394 |
+
<div class="content">
|
395 |
+
<img src="/Static/Winner_Cumsum_dark.png" alt="Moneyline Model">
|
396 |
+
</div>
|
397 |
+
</div>
|
398 |
+
<div class="section">
|
399 |
+
<h3>Over/Under</h3>
|
400 |
+
<div class="content">
|
401 |
+
<img src="/Static/Over_Under_Cumsum_dark.png" alt="Over/Under Model">
|
402 |
+
</div>
|
403 |
+
</div>
|
404 |
+
</div>
|
405 |
+
</div>
|
406 |
+
|
407 |
<div class="modelDetails">
|
408 |
<h2>Predictive Accuracy This Year</h2>
|
409 |
<div class="section-container">
|