Spaces:
Running
Running
Commit
·
f4f1524
1
Parent(s):
6716687
Add charts
Browse files
Static/Over_Under_Predictions_dark.png
ADDED
![]() |
Static/Winner_Predictions_dark.png
ADDED
![]() |
Templates/index.html
CHANGED
@@ -252,7 +252,7 @@
|
|
252 |
font-weight: bold;
|
253 |
}
|
254 |
|
255 |
-
|
256 |
width: 80%;
|
257 |
display: inline-block;
|
258 |
}
|
@@ -344,8 +344,8 @@
|
|
344 |
|
345 |
<hr class="divider">
|
346 |
|
347 |
-
<div
|
348 |
-
<h2>Model Details</h2>
|
349 |
<div class="section-container">
|
350 |
<div class="section">
|
351 |
<h3>Moneyline</h3>
|
@@ -378,6 +378,24 @@
|
|
378 |
</div>
|
379 |
</div>
|
380 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
381 |
<p>🤗<a href="https://huggingface.co/spaces/BraydenMoore/MARCI-NFL-Betting/tree/main">See the Code</a></p>
|
382 |
|
383 |
|
|
|
252 |
font-weight: bold;
|
253 |
}
|
254 |
|
255 |
+
.modelDetails {
|
256 |
width: 80%;
|
257 |
display: inline-block;
|
258 |
}
|
|
|
344 |
|
345 |
<hr class="divider">
|
346 |
|
347 |
+
<div class="modelDetails">
|
348 |
+
<h2>Model Details (Backtest)</h2>
|
349 |
<div class="section-container">
|
350 |
<div class="section">
|
351 |
<h3>Moneyline</h3>
|
|
|
378 |
</div>
|
379 |
</div>
|
380 |
|
381 |
+
<div class="modelDetails">
|
382 |
+
<h2>Model Performance (This Year)</h2>
|
383 |
+
<div class="section-container">
|
384 |
+
<div class="section">
|
385 |
+
<h3>Moneyline</h3>
|
386 |
+
<div class="content">
|
387 |
+
<img src="/Static/Winner_Predictions_dark.png" alt="Moneyline Accuracy">
|
388 |
+
</div>
|
389 |
+
</div>
|
390 |
+
<div class="section">
|
391 |
+
<h3>Over/Under</h3>
|
392 |
+
<div class="content">
|
393 |
+
<img src="/Static/Over_Under_Predictions_dark.png" alt="Over/Under Model">
|
394 |
+
</div>
|
395 |
+
</div>
|
396 |
+
</div>
|
397 |
+
</div>
|
398 |
+
|
399 |
<p>🤗<a href="https://huggingface.co/spaces/BraydenMoore/MARCI-NFL-Betting/tree/main">See the Code</a></p>
|
400 |
|
401 |
|