Commit History

Refactor session state management by removing unnecessary copy operations for origin and working portfolios.
d4f6599

James McCool commited on

Add smart memory management to optimize session state handling and include psutil in requirements
d5219a8

James McCool commited on

Refine position replacement logic in CSV loading process to apply only when site_var is 'Fanduel'.
c058449

James McCool commited on

ping
8988bbf

James McCool commited on

ping
326fa3b

James McCool commited on

ping
7df7a3b

James McCool commited on

Added replacement for 'D' to 'DST' in Roster Position column of CSV template and included a print statement for verification.
2625c2f

James McCool commited on

finalized dupe math, maintaining on staging
24bf5c9

James McCool commited on

ping
474ac04

James McCool commited on

Remove table display in 'app.py' and adjust dupes calculation in 'predict_dupes.py' to include a new scaling factor for CPT_Own_percent_rank, enhancing prediction accuracy.
eaaec23

James McCool commited on

printing a check frame
520ddc7

James McCool commited on

removing Fanduel specific logic from Predict Dupes
5481883

James McCool commited on

checking a debug
144cddf

James McCool commited on

ping
57b2b2b

James McCool commited on

Refactor multiselect options in 'Manage Portfolio' section of 'app.py' to remove unnecessary sorting, improving performance and clarity in player and team selection.
15b2912

James McCool commited on

extending display frame
fbd7505

James McCool commited on

Remove debug print statements from 'app.py' to streamline data loading process and enhance code clarity, while retaining essential data validation steps in 'load_ss_file.py'.
d6a9410

James McCool commited on

Remove redundant NaN logging from 'Data Load' section of 'app.py' and add initial data load debug statements in 'load_ss_file.py' to enhance data validation and transparency during file loading.
067a5e7

James McCool commited on

Add additional logging in 'Data Load' section of 'app.py' to display total rows, NaN counts per column, and samples of rows with NaN values, enhancing data validation during file loading.
baba885

James McCool commited on

Add debug print statements in 'Data Load' section of 'app.py' to log the count of missing values in the portfolio for improved data validation during file loading.
aef84d9

James McCool commited on

Add debug print statement in 'Data Load' section of 'app.py' to log the count of missing values in the portfolio, aiding in data validation during file loading.
42ebd1d

James McCool commited on

Add comment in 'Manage Portfolio' section of 'app.py' regarding potential changes to Showdown position handling, indicating future considerations for CPT/FLEX options.
388f2db

James McCool commited on

Update 'Manage Portfolio' section in 'app.py' to source specific positions from 'player_columns' instead of 'working_frame', improving data accuracy for user selections.
84f3f0b

James McCool commited on

testing exposure management with specific column selections
8913211

James McCool commited on

Enhance player filtering logic in 'Manage Portfolio' section of 'app.py' by implementing conditional checks for both alpha and beta players, improving the accuracy of row selection based on user-defined criteria.
dce062f

James McCool commited on

Refactor player presence logic in 'Manage Portfolio' section of 'app.py' to improve clarity by using direct row value checks instead of row values array, enhancing code readability.
439e0ac

James McCool commited on

Update 'Manage Portfolio' section in 'app.py' to include unique keys for CPT/FLEX selection boxes, enhancing state management and user experience.
e7a0def

James McCool commited on

Add CPT/FLEX selection options in 'Manage Portfolio' section of 'app.py' to enhance player filtering capabilities based on slot type.
9b90f9a

James McCool commited on

Enhance min/max input constraints in 'Manage Portfolio' section of 'app.py' for better user guidance and validation.
4166ef5

James McCool commited on

More fine grained min/max filters in macro
b88e69e

James McCool commited on

Adjust column widths in 'Manage Portfolio' section of 'app.py' to improve layout and enhance user interaction with the reset portfolio button.
851f97e

James McCool commited on

Update row selection logic in 'Manage Portfolio' section of 'app.py' to use 'display_frame' for adding selected rows to custom export, improving data handling and user experience.
11d73be

James McCool commited on

Refactor column layout in 'Manage Portfolio' section of 'app.py' to enhance user interface by adjusting column definitions and improving button placements for better functionality.
8ae5fd1

James McCool commited on

ping
409a345

James McCool commited on

Refactor 'Manage Portfolio' section in 'app.py' to improve layout and functionality by adding buttons for recalculating diversity, adding/removing rows from custom export, and adjusting column configurations for better user interaction.
a589040

James McCool commited on

ping
add3552

James McCool commited on

ping
164ab82

James McCool commited on

Update row selection method in 'app.py' for custom export by replacing number input with multiselect, enhancing user experience and flexibility in managing portfolio exports.
1fe7139

James McCool commited on

ping
9251b5c

James McCool commited on

Enhance player and team filtering logic in 'app.py' for Showdown mode by implementing CPT/FLEX/Overall focus handling, improving clarity and consistency while maintaining performance.
7ac9771

James McCool commited on

Refactor team filtering logic in 'app.py' to utilize mapping for team names, improving clarity and consistency in Showdown mode while maintaining performance.
fa47128

James McCool commited on

Refactor player and team filtering logic in 'app.py' to use iloc for row selection, enhancing code clarity and maintaining performance in Showdown mode.
6a37505

James McCool commited on

Refactor player filtering logic in 'app.py' to use direct row slicing instead of session state columns, improving performance and simplifying code for player and team management in Showdown mode.
ad29ee6

James McCool commited on

Add CPT/FLEX/Overall focus selection for player locking and removal in Showdown mode in 'app.py', enhancing lineup customization options.
3daeb17

James McCool commited on

Initialize player columns in session state upon loading working frame in 'app.py', ensuring consistent player filtering and enhancing overall functionality.
642b27d

James McCool commited on

Refactor player column handling in 'app.py' to utilize session state for dynamic column management, improving consistency in player filtering and analysis across various operations.
00b2e24

James McCool commited on

introduced a button to recalculate diversity
872a007

James McCool commited on

ping
d01aca2

James McCool commited on

Enhance stacking column dictionary in 'app.py' to include 'Classic' and 'Showdown' formats for Draftkings and Fanduel, improving flexibility in player stacking calculations across multiple sports.
291f3d7

James McCool commited on

Refactor stack column dictionary in 'app.py' to support multiple sites, enhancing flexibility in player stacking calculations for Draftkings and Fanduel.
d1401a0

James McCool commited on