Spaces:
Running
Running
BraydenMoore
commited on
Commit
•
6d7f5b3
1
Parent(s):
33190dc
Update OU prediction model
Browse files
Source/Predict/__pycache__/predict.cpython-311.pyc
CHANGED
Binary files a/Source/Predict/__pycache__/predict.cpython-311.pyc and b/Source/Predict/__pycache__/predict.cpython-311.pyc differ
|
|
Source/Predict/predict.py
CHANGED
@@ -120,7 +120,7 @@ def predict(home,away,season,week,total):
|
|
120 |
'Result': moneyline_result}
|
121 |
|
122 |
# over/under
|
123 |
-
model = '
|
124 |
file_path = os.path.join(model_directory, f'{model}.json')
|
125 |
xgb_ou = xgb.Booster()
|
126 |
xgb_ou.load_model(file_path)
|
|
|
120 |
'Result': moneyline_result}
|
121 |
|
122 |
# over/under
|
123 |
+
model = 'xgboost_OU_no_odds_58.3%'
|
124 |
file_path = os.path.join(model_directory, f'{model}.json')
|
125 |
xgb_ou = xgb.Booster()
|
126 |
xgb_ou.load_model(file_path)
|