Spaces:
Running
Running
James McCool
commited on
Commit
·
e867bc9
1
Parent(s):
12a7501
more changes from type to Type
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ prop_format = {'L5 Success': '{:.2%}', 'L10_Success': '{:.2%}', 'L20_success': '
|
|
57 |
'Implied Over': '{:.2%}', 'Implied Under': '{:.2%}', 'Over Edge': '{:.2%}', 'Under Edge': '{:.2%}'}
|
58 |
all_sim_vars = ['NHL_GAME_PLAYER_SHOTS_ON_GOAL', 'NHL_GAME_PLAYER_POINTS', 'NHL_GAME_PLAYER_BLOCKED_SHOTS', 'NHL_GAME_PLAYER_ASSISTS']
|
59 |
pick6_sim_vars = ['Points', 'Shots on Goal', 'Assists', 'Blocks']
|
60 |
-
sim_all_hold = pd.DataFrame(columns=['Player', 'Prop
|
61 |
|
62 |
@st.cache_resource(ttl=300)
|
63 |
def pull_baselines():
|
|
|
57 |
'Implied Over': '{:.2%}', 'Implied Under': '{:.2%}', 'Over Edge': '{:.2%}', 'Under Edge': '{:.2%}'}
|
58 |
all_sim_vars = ['NHL_GAME_PLAYER_SHOTS_ON_GOAL', 'NHL_GAME_PLAYER_POINTS', 'NHL_GAME_PLAYER_BLOCKED_SHOTS', 'NHL_GAME_PLAYER_ASSISTS']
|
59 |
pick6_sim_vars = ['Points', 'Shots on Goal', 'Assists', 'Blocks']
|
60 |
+
sim_all_hold = pd.DataFrame(columns=['Player', 'Prop Type', 'Prop', 'Mean_Outcome', 'Imp Over', 'Over%', 'Imp Under', 'Under%', 'Bet?', 'Edge'])
|
61 |
|
62 |
@st.cache_resource(ttl=300)
|
63 |
def pull_baselines():
|