Spaces:
Running
Running
BraydenMoore
commited on
Commit
•
d949b9a
1
Parent(s):
ffe8e56
New ML model training run
Browse files
Source/Pickles/test_games_ML_no_odds.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0463f8b50bdf1b8aaa02d878b2bdb5e1a9a5c1e0c755f0ad58bcfd23004c3ce
|
3 |
+
size 7367
|
Source/Pickles/train_games_ML_no_odds.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15c039343bc957a12a30422cb037e2256fb24711ec58ae7d0ae57eeea8f34a97
|
3 |
+
size 60506
|
Source/Test/xgboost_ML.py
CHANGED
@@ -4,7 +4,7 @@ import pickle as pkl
|
|
4 |
import numpy as np
|
5 |
import os
|
6 |
|
7 |
-
model = '
|
8 |
|
9 |
current_directory = os.path.dirname(os.path.abspath(__file__))
|
10 |
parent_directory = os.path.dirname(current_directory)
|
|
|
4 |
import numpy as np
|
5 |
import os
|
6 |
|
7 |
+
model = 'xgboost_ML_no_odds_71.4%'
|
8 |
|
9 |
current_directory = os.path.dirname(os.path.abspath(__file__))
|
10 |
parent_directory = os.path.dirname(current_directory)
|
Source/Test/xgboost_ML_no_odds_71.4%_dark.png
ADDED
Static/xgboost_ML_no_odds_71.4%_dark.png
ADDED
Templates/index.html
CHANGED
@@ -197,9 +197,9 @@
|
|
197 |
<body>
|
198 |
<h1>M A R C I</h1>
|
199 |
<div class="info">
|
200 |
-
Predictions will begin Week 2 (no season data yet)<br><br>
|
201 |
<span class="label">Winners:</span> 0-0<br>
|
202 |
<span class="label">Over/Unders:</span> 0-0<br>
|
|
|
203 |
|
204 |
<table id="gameTable">
|
205 |
<tr>
|
@@ -223,9 +223,9 @@
|
|
223 |
<div class="section-container">
|
224 |
<div class="section">
|
225 |
<h3>Moneyline</h3>
|
226 |
-
<div class="info"></h3><span class="label">Test Accuracy:</span>
|
227 |
<div class="content">
|
228 |
-
<img src="/Static/
|
229 |
<div class="info">
|
230 |
<span class="label">Model:</span> XGBoost<br>
|
231 |
<span class="label">Train/Test Split:</span> 1782/199<br>
|
|
|
197 |
<body>
|
198 |
<h1>M A R C I</h1>
|
199 |
<div class="info">
|
|
|
200 |
<span class="label">Winners:</span> 0-0<br>
|
201 |
<span class="label">Over/Unders:</span> 0-0<br>
|
202 |
+
Predictions will begin Week 2 (no season data yet)<br><br>
|
203 |
|
204 |
<table id="gameTable">
|
205 |
<tr>
|
|
|
223 |
<div class="section-container">
|
224 |
<div class="section">
|
225 |
<h3>Moneyline</h3>
|
226 |
+
<div class="info"></h3><span class="label">Test Accuracy:</span> 71.4%<br></div>
|
227 |
<div class="content">
|
228 |
+
<img src="/Static/xgboost_ML_no_odds_71.4%25_dark.png" alt="Moneyline Model">
|
229 |
<div class="info">
|
230 |
<span class="label">Model:</span> XGBoost<br>
|
231 |
<span class="label">Train/Test Split:</span> 1782/199<br>
|