Spaces:
Running
Running
Commit
·
0f37677
1
Parent(s):
2b36ba0
Update Source/Predict/predict.py
Browse files
Source/Predict/predict.py
CHANGED
@@ -177,7 +177,7 @@ def predict(home,away,season,week,total):
|
|
177 |
'Probability': [ou_proba]}
|
178 |
except:
|
179 |
over_under = {'Over/Under': 'N/A',
|
180 |
-
'
|
181 |
|
182 |
return moneyline, over_under
|
183 |
|
|
|
177 |
'Probability': [ou_proba]}
|
178 |
except:
|
179 |
over_under = {'Over/Under': 'N/A',
|
180 |
+
'Probability': ['N/A']}
|
181 |
|
182 |
return moneyline, over_under
|
183 |
|