James McCool
commited on
Commit
·
9a837a1
1
Parent(s):
505349b
Enhance freq_format in app.py to include 'Lineup Edge_Raw', improving data representation for portfolio management.
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ from global_func.exposure_spread import exposure_spread
|
|
29 |
from global_func.reassess_edge import reassess_edge
|
30 |
from global_func.recalc_diversity import recalc_diversity
|
31 |
|
32 |
-
freq_format = {'Finish_percentile': '{:.2%}', 'Lineup Edge': '{:.2%}', 'Win%': '{:.2%}'}
|
33 |
stacking_sports = ['MLB', 'NHL', 'NFL', 'LOL', 'NCAAF']
|
34 |
stack_column_dict = {
|
35 |
'Draftkings': {
|
|
|
29 |
from global_func.reassess_edge import reassess_edge
|
30 |
from global_func.recalc_diversity import recalc_diversity
|
31 |
|
32 |
+
freq_format = {'Finish_percentile': '{:.2%}', 'Lineup Edge': '{:.2%}', 'Lineup Edge_Raw': '{:.2%}', 'Win%': '{:.2%}'}
|
33 |
stacking_sports = ['MLB', 'NHL', 'NFL', 'LOL', 'NCAAF']
|
34 |
stack_column_dict = {
|
35 |
'Draftkings': {
|