Spaces:
Sleeping
Sleeping
James McCool commited on
Commit ·
ef40502
1
Parent(s): 17f15cc
Adjust QB VORP limiter in Streamlit app from 0.75 to 0.5 to enhance accuracy in player ranking adjustments across formats.
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -53,7 +53,7 @@ pos_vorp_limiters = {
|
|
| 53 |
'TE': .5,
|
| 54 |
},
|
| 55 |
'Superflex': {
|
| 56 |
-
'QB': .
|
| 57 |
'RB': .5,
|
| 58 |
'WR': .5,
|
| 59 |
'TE': .5,
|
|
|
|
| 53 |
'TE': .5,
|
| 54 |
},
|
| 55 |
'Superflex': {
|
| 56 |
+
'QB': .5,
|
| 57 |
'RB': .5,
|
| 58 |
'WR': .5,
|
| 59 |
'TE': .5,
|