Spaces:
Sleeping
Sleeping
Commit History
Update src/streamlit_app.py
635585a
verified
Update TE VORP multiplier in Streamlit app from 2 to 4 to enhance accuracy in player ranking adjustments across formats.
c9a8444
James McCool
commited on
Update QB VORP index upper limit in Streamlit app from 36 to 48 to enhance player ranking accuracy across formats.
986a95b
James McCool
commited on
Adjust QB VORP limiter in Streamlit app from 0.75 to 0.5 to enhance accuracy in player ranking adjustments across formats.
ef40502
James McCool
commited on
Adjust VORP limiters in Streamlit app for RB, WR, and TE positions to improve accuracy in player ranking adjustments, ensuring consistent multipliers across different formats.
17f15cc
James McCool
commited on
Update VORP index calculations in Streamlit app to increase upper limit for QB multipliers from 30 to 36, ensuring more accurate player ranking adjustments.
9d34191
James McCool
commited on
Refine VORP index calculations in Streamlit app by replacing clip with min function for upper limits on QB, RB, WR, and TE multipliers, ensuring consistent accuracy in player ranking adjustments.
9771fe3
James McCool
commited on
Refine VORP index calculations in Streamlit app by adding upper limits for QB, RB, WR, and TE position multipliers, enhancing accuracy in player ranking adjustments.
7f87d3d
James McCool
commited on
Adjust VORP index calculations in Streamlit app to refine multipliers for RB, WR, and TE positions, enhancing accuracy in player ranking adjustments.
a513d03
James McCool
commited on
Update VORP difference calculation in Streamlit app to handle equal values, ensuring accurate rank adjustments for players based on halfPPR and custom VORP metrics.
39c94db
James McCool
commited on
Add wide layout configuration to Streamlit app for improved user experience
0e42ee2
James McCool
commited on
Refactor rank adjustment calculations in Streamlit app to utilize position-specific VORP limiters directly, improving accuracy in player ranking adjustments for QB, RB, WR, and TE positions.
0ea4aed
James McCool
commited on
Update base position requirements in Streamlit app to use default values, simplifying the calculation process for position requirements.
3c310fe
James McCool
commited on
Refactor position requirement functions in Streamlit app to simplify calculations for QB, RB, WR, and TE. Updated base position requirements to use fixed values and improved handling of league settings for accurate index calculations.
430efa4
James McCool
commited on
Refactor position requirement calculations in Streamlit app to streamline handling of flex multipliers. Consolidated logic for both user-defined and default configurations, ensuring accurate index calculations for QB, RB, WR, and TE positions.
680a352
James McCool
commited on
Update league settings in Streamlit app to adjust FLEX position from 2 to 1 and change scoring type from 'Superflex' to 'PPR'. Enhance VORP calculations to support 'TE Premium' scoring type.
6b35b8d
James McCool
commited on
Enhance dataframe display in Streamlit app by enabling container width for player rankings and position breakdowns, improving overall layout and usability.
926f186
James McCool
commited on
Update player rankings display in Streamlit app to show full dataframe and enhance position breakdowns with top 50 players for each position.
2c4b1a7
James McCool
commited on
Enhance position requirement calculations in the Streamlit app to support both user-defined (flat) and default (nested) configurations. Improved handling of flex percentiles for Superflex and non-Superflex cases, ensuring accurate index calculations for QB, RB, WR, and TE positions.
cbdeeca
James McCool
commited on
Refactor data loading and processing in the main function of the Streamlit app. Removed try-except block for data loading, streamlining the flow by directly loading projections and ranks data before creating position frames and calculating VORP metrics. Enhanced the display of player rankings and position breakdowns.
b985a1c
James McCool
commited on
Refactor user configuration for fantasy football settings to support default values for flex percentages, multipliers, and VORP limiters. Enhanced handling of both nested and flat dictionary structures for improved flexibility in league settings.
6a4d277
James McCool
commited on
Implement Fantasy Football VORP Calculator with user-configurable league settings and data loading from external APIs. Added functions for calculating player rankings, replacement values, and VORP metrics. Enhanced user interface for league configuration and data display.
3573b17
James McCool
commited on