James McCool commited on
Commit
bd1099f
·
1 Parent(s): e8d2e1f

Update position limiters for RB, WR, and QB in Streamlit app to improve accuracy in player evaluations for Superflex formats. Adjust percentage values to ensure consistent scaling across all positions.

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +6 -6
src/streamlit_app.py CHANGED
@@ -48,14 +48,14 @@ pos_vorp_limiters = {
48
  },
49
  'Standard': {
50
  'QB': .27,
51
- 'RB': .440,
52
- 'WR': .460,
53
  'TE': .27,
54
  },
55
  'Superflex': {
56
- 'QB': .27,
57
- 'RB': .440,
58
- 'WR': .460,
59
  'TE': .27,
60
  },
61
  'TE Premium': {
@@ -92,7 +92,7 @@ flex_multipliers = {
92
  'TE': 1,
93
  },
94
  'Superflex': {
95
- 'QB': 2,
96
  'RB': 1,
97
  'WR': 1,
98
  'TE': 1,
 
48
  },
49
  'Standard': {
50
  'QB': .27,
51
+ 'RB': .50,
52
+ 'WR': .50,
53
  'TE': .27,
54
  },
55
  'Superflex': {
56
+ 'QB': .75,
57
+ 'RB': .27,
58
+ 'WR': .27,
59
  'TE': .27,
60
  },
61
  'TE Premium': {
 
92
  'TE': 1,
93
  },
94
  'Superflex': {
95
+ 'QB': 4,
96
  'RB': 1,
97
  'WR': 1,
98
  'TE': 1,