Commit History

Update position lock mapping in Streamlit app to use scoring ranks instead of position designations, enhancing accuracy in player evaluations and ensuring correct player rankings are displayed.
b9c17d0

James McCool commited on

Enhance VORP scoring in Streamlit app by returning an additional original rank dictionary, improving player ranking accuracy and enabling better mapping of scoring ranks in the final output.
9628f53

James McCool commited on

Refactor VORP roster assignment in Streamlit app by removing position lock dictionaries from the return values, simplifying the output structure and enhancing clarity in player evaluations.
e8f9f9f

James McCool commited on

Refactor VORP calculation in Streamlit app by removing unnecessary intermediate calculations and streamlining the ranking process, enhancing clarity and performance in player evaluations.
abc57c8

James McCool commited on

Refactor VORP scoring logic in Streamlit app to include league type conditions and enhance player ranking calculations, improving accuracy and output structure for halfPPR and custom scoring formats.
4e0ef71

James McCool commited on

Refactor VORP calculation in Streamlit app to use correct player values for halfPPR and custom rankings, improving accuracy in evaluations and ensuring consistency in output structure.
edd8d5b

James McCool commited on

Refactor VORP calculation in Streamlit app to utilize adjusted values for halfPPR and custom rankings, enhancing accuracy in player evaluations and ensuring consistency across league types.
d2882a7

James McCool commited on

Refactor VORP calculation in Streamlit app to use adjusted values for halfPPR and custom rankings, improving accuracy in player evaluations and maintaining consistency across league types.
4e04e05

James McCool commited on

Refactor QB rank adjustment logic in VORP calculation to use vectorized operations, improving performance and maintaining accuracy for Standard and PPR league types.
284c743

James McCool commited on

Implement conditional rank adjustments for QBs based on league type in VORP calculation, enhancing player ranking accuracy for Standard and PPR formats.
50b29bb

James McCool commited on

Enhance VORP calculation in Streamlit app by adding position lock logic and refining output structure, improving player ranking accuracy and clarity in displayed results.
05de3b7

James McCool commited on

Refactor VORP calculation in Streamlit app by removing position lock logic and adjusting output format, streamlining player ranking process and enhancing clarity in displayed results.
f7eb000

James McCool commited on

Enhance VORP calculations in Streamlit app by introducing adjusted rankings and position locks for players, improving accuracy in player evaluations and rankings across positions.
c7bda3f

James McCool commited on

Update src/streamlit_app.py
4c9a2aa
verified

Multichem commited on

Update src/streamlit_app.py
489aed1
verified

Multichem commited on

Update src/streamlit_app.py
635585a
verified

Multichem commited on

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

Duplicate from streamlit/streamlit-template-space
c02822e
verified

Multichem FranckAbgrall HF Staff commited on