DFS_Portfolio_Manager / global_func /exposure_spread.py

Commit History

Add support for LOL in app.py and related functions, updating sport selection and eligibility checks across multiple modules to include League of Legends, enhancing overall functionality and user experience.
05f2b9c

James McCool commited on

ping
72c43b1

James McCool commited on

Refactor exposure_spread function to include a new parameter for type_var, enabling sport-specific logic for player eligibility checks and enhancing the accuracy of player replacements based on game type.
9c0b8c6

James McCool commited on

Enhance exposure_spread function to include sport-specific position eligibility checks, ensuring accurate player replacements based on their eligible positions across various sports.
8e462c9

James McCool commited on

Reset index for comparable players in exposure_spread function to ensure consistent DataFrame structure, improving accuracy in player comparisons.
aef223f

James McCool commited on

Update exposure_spread function to correct stack comparison logic by using the 'team' column instead of 'Stack', ensuring accurate filtering of player rows based on stacking criteria.
170fe18

James McCool commited on

Add debug print statement to exposure_spread function to log player rows, aiding in troubleshooting and ensuring accurate filtering of player data.
1a1e2d1

James McCool commited on

Enhance exposure_spread function to include stack comparison for player rows, ensuring accurate filtering based on stacking criteria, similar to the logic applied for comparable players.
761d7bd

James McCool commited on

Add stack comparison logic in exposure_spread function to filter out comparable players based on stacking, enhancing the accuracy of player comparisons.
0725b32

James McCool commited on

Reset index for comparable players in exposure_spread function to ensure consistent DataFrame structure, improving subsequent calculations for player comparisons.
6e04e5f

James McCool commited on

Add position eligibility check in exposure_spread function to filter comparable players based on overlapping positions, improving accuracy in player comparisons.
abd4533

James McCool commited on

Update comp_projection_low calculation in exposure_spread function to use a 75% reduction instead of 90%, refining the logic for comparable player projections.
8fd7943

James McCool commited on

Implement change counter in exposure_spread function to limit player replacements based on lineups_to_remove, enhancing control over lineup adjustments.
6029c0b

James McCool commited on

Fix indentation in exposure_spread function to ensure proper flow control during player replacement, enhancing the logic for lineup adjustments.
8a49e0f

James McCool commited on

Refactor exposure_spread function to adjust the iteration order for player replacements, ensuring that all player rows are processed before making changes, which enhances the logic for lineup adjustments.
a44a243

James McCool commited on

Refactor player location retrieval in exposure_spread function to iterate over columns for locating exposure_player, enhancing accuracy in player replacement logic.
627d23a

James McCool commited on

Add debug print statements in exposure_spread function to log player rows and working frame, enhancing troubleshooting capabilities during player replacement process.
8a5b292

James McCool commited on

Refactor exposure_spread function to iterate over player rows for replacements, enhancing the logic for player adjustments and ensuring all relevant lineups are updated with comparable players.
f9fb038

James McCool commited on

Add debug print statement in exposure_spread function to log player assignments, aiding in troubleshooting during player replacement process.
efac5fb

James McCool commited on

Refactor exposure_spread function to simplify player assignment by using the .at method for direct access to player locations, enhancing code readability and performance.
0f7b331

James McCool commited on

Enhance exposure_spread function to assign the selected comparable player to both the player location and a new 'player_change' column, improving tracking of player adjustments in lineups.
c99fc4d

James McCool commited on

Refactor player location retrieval in exposure_spread function to use list index method, improving clarity and ensuring accurate player replacement from the comparable player list.
4e5f9a7

James McCool commited on

Refactor exposure_spread function to improve player replacement logic by directly accessing player locations using column indices, enhancing code clarity and performance.
268badd

James McCool commited on

Update exposure_spread function to ensure the number of lineups to remove is rounded up using math.ceil, enhancing the accuracy of player replacement from the comparable player list.
67af571

James McCool commited on

Refactor exposure_spread function to iterate over the number of lineups to remove, ensuring correct player replacement from the comparable player list. This change improves the logic for player adjustments in lineups.
db663df

James McCool commited on

Add debug print statements in exposure_spread function to log player rows and locations for improved troubleshooting during player replacement process.
3c80a10

James McCool commited on

Update exposure_spread function to utilize numpy for player location identification, enhancing accuracy in lineup adjustments by ensuring the correct player is replaced with a comparable player from the list.
18eaa68

James McCool commited on

Refactor exposure_spread function to access salary and median values directly from the first row of comparable players, improving clarity and ensuring correct data retrieval for player comparisons.
7dd1418

James McCool commited on

Refactor exposure_spread function to use median projections instead of raw projections for better accuracy in player comparisons. Update comparable player list to reference 'player_names' for consistency.
1f65761

James McCool commited on

Add exposure management feature in app.py and implement exposure_spread function
158eaa8

James McCool commited on