Commit History

Enhance app.py to include F1 in sport selection and implement position and team variable assignments based on selected sport. Update projections to reflect these variables for GOLF, TENNIS, MMA, NASCAR, and F1, improving data handling for player eligibility.
b9049ff

James McCool commited on

Refactor app.py to enhance user interface by updating form button labels to "Portfolio" and "Export" for clarity. Introduce informative messages to guide users on the functionality of each button, improving overall user experience in data submission processes.
fba063e

James McCool commited on

Update app.py to correct data assignment by replacing 'working_frame' with 'export_base' for parsed_frame. This change ensures accurate filtering based on duplication and salary criteria, enhancing data integrity in the export process.
c618f4d

James McCool commited on

Refactor app.py to streamline data handling by removing 'display_frame_source' checks. Update working_frame and export_merge assignments to ensure consistent data processing across functionalities, including filtering, trimming, and exposure management, enhancing overall code clarity and maintainability.
4f967b3

James McCool commited on

Enhance app.py to differentiate data handling based on 'display_frame_source'. Implement conditional logic for working_frame and export_merge updates in various functionalities, including filtering, trimming, and exposure management, ensuring accurate data processing for both Portfolio and Base sources.
fa35534

James McCool commited on

Refactor display frame handling in app.py to use a unified session state variable. Update references to 'display_frame' to ensure consistency and improve data management across various functionalities, including player and stack analysis.
57d6a24

James McCool commited on

Update default target exposure value in exposure management form from 0.25 to 0.50 for improved user experience.
d148196

James McCool commited on

Add salary, median, and ownership calculations for Classic and Showdown types in exposure_spread function
1e4e9b8

James McCool commited on

Enhance exposure_spread function by adding salary_max parameter for improved salary filtering and adjusting lineups_to_remove calculation to a 125% factor, refining player selection logic and ensuring existing players are excluded from comparable options.
87bb04e

James McCool commited on

Enhance exposure_spread function to include an option for removing specified teams, improving flexibility in player comparison and exposure calculations.
1b89d01

James McCool commited on

Refactor dupes calculation in predict_dupes function to incorporate ownership ratio adjustment based on Contest_Size, enhancing the accuracy of duplicate predictions. Additionally, modify the calculation to use a salary ratio of 50 for improved precision.
70c1c8d

James McCool commited on

Refactor captain ownership calculation in app.py to simplify logic by removing unnecessary type variable check, ensuring accurate ownership adjustments when captain ownership data is missing.
61dd8c5

James McCool commited on

Remove type conversion for 'Own' column in predict_dupes function and add debug print statement to display the first 10 rows of the working frame, aiding in data verification.
43f4453

James McCool commited on

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

Update exposure selection logic in app.py to conditionally display stack maintenance option based on the presence of 'Stack' column in the working frame, defaulting to 'No' if absent.
01c1482

James McCool commited on

ping
ac28920

James McCool commited on

Refactor player statistics calculation in exposure_spread function to handle GOLF sport-specific logic, ensuring accurate lineup counts and averages for players across Captain and FLEX positions.
9682eff

James McCool commited on

Update exposure_spread function call in app.py to include type_var parameter, ensuring sport-specific logic is applied during player eligibility checks and enhancing the accuracy of player replacements.
13bd645

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

fixed exposure_player default var
7716142

James McCool commited on

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

James McCool commited on

Add stratification functionality and enhance portfolio handling in app.py
2e3cd9d

James McCool commited on

Update MLB player name mappings in app.py to include 'Temi Fágbénlé' and 'Temi Fagbenle', improving accuracy in player recognition.
dd94c84

James McCool commited on

Add player combination analysis feature in app.py and implement analyze_player_combos function. This update introduces a new tab for analyzing player combinations, allowing users to select combo sizes and view statistics on the most common player pairings or triplets, enhancing the analytical capabilities of the application.
68208b0

James McCool commited on

Update player name mappings in app.py for MLB to include 'Jakob Bauers' and 'Jake Bauers', enhancing accuracy in name recognition.
9cec9e7

James McCool commited on

Remove NASCAR table display from app.py to streamline portfolio presentation and improve user experience. Update name mapping logic in load_dk_fd_file.py to enhance ID handling and ensure cleaner data output.
b6cd6af

James McCool commited on

Add table display for NASCAR portfolios in app.py to enhance data visibility for NASCAR users.
5a83748

James McCool commited on

Update sport selection in app.py to include 'NASCAR' in the options, enhancing user choice for sports selection.
ad9faf9

James McCool commited on

Change dataframe display from table to interactive dataframe in app.py for enhanced user experience and improved data visualization. This update maintains the existing styled formatting and background gradients.
23ffbed

James McCool commited on

Enhance dataframe display in app.py by applying styled formatting and column configurations for improved visual representation. This update includes background gradients and custom number columns to better convey statistical data in the user interface.
85260c1

James McCool commited on

Replace dataframe display with table in app.py for improved performance and simplicity. This change enhances the user interface by streamlining the presentation of paginated data.
db75e00

James McCool commited on

Enhance stack summary management in app.py by introducing session state checks for 'origin_stack_exposures'. This update ensures accurate stack statistics are displayed based on user settings and improves data handling for stack summaries during portfolio interactions.
6b711fb

James McCool commited on

Refactor name matching analysis in app.py to streamline the process of matching portfolio and projection names. This update enhances the accuracy of name matching, improves session state management, and ensures proper handling of unmatched names during user interactions.
680a8ac

James McCool commited on

Refactor name matching analysis in app.py to ensure execution only occurs when 'origin_portfolio' is absent. This update improves the accuracy of player name matching and enhances session state management for portfolio and projections, ensuring proper data handling during user interactions.
db65076

James McCool commited on

ping
110d58b

James McCool commited on

Update session state condition in app.py to prevent analysis execution when 'origin_portfolio' is present. This change enhances the accuracy of the name matching analysis by ensuring proper data handling based on user interactions.
bf942c2

James McCool commited on

Update player name lists in app.py to include additional entries for MLB, enhancing accuracy in player identification and lineup generation.
8976120

James McCool commited on

Refactor import statements across multiple files to replace 'fuzzywuzzy' with 'rapidfuzz' for improved performance and consistency in string matching functionality. Additionally, clean up unused imports in app.py and related global functions to enhance code clarity and maintainability.
d9db89f

James McCool commited on

Refine session state condition in app.py to ensure player summary assignment only occurs when the display source is 'Portfolio'. This change enhances the accuracy of player statistics management during user interactions.
29377be

James McCool commited on

Add session state management for 'settings_base' in app.py to improve portfolio handling during user interactions. This change ensures the correct initialization of session state when working with the portfolio, enhancing overall user experience.
ba4c85f

James McCool commited on

Refactor session state management in app.py to enhance portfolio reset functionality and streamline player summary assignment. Introduce logic to toggle 'settings_base' state during form submissions, ensuring accurate handling of player exposures and improving user experience.
379368b

James McCool commited on

Update session state key in app.py from 'origin_player_exposures' to 'player_summary' to improve player statistics management and ensure accurate data handling during lineup generation.
5628499

James McCool commited on

Update player summary management in app.py to ensure accurate session state handling. On portfolio reset, copy player exposures to maintain consistency. Refactor player summary assignment logic to streamline data flow and enhance user experience.
26efe66

James McCool commited on

Refactor player statistics calculation in app.py to streamline logic for 'Showdown' and 'Classic' formats. Introduce session state management for player exposures when the source is 'Portfolio', enhancing lineup generation accuracy and user experience.
e43f97d

James McCool commited on

Enhance preset functions in app.py and related modules to include 'sport' parameter for improved flexibility in lineup management. This update modifies the small_field_preset, large_field_preset, volatility_preset, hedging_preset, and reduce_volatility_preset functions to accommodate sport-specific logic, enhancing user experience and accuracy in lineup strategies.
206da8c

James McCool commited on

Update player name lists in app.py to include 'Joseph Cantillo' and 'Joey Cantillo' for improved accuracy in lineup management. This change ensures correct player identification in the MLB context.
ec67dfb

James McCool commited on

Remove 'Reduce Volatility' option from preset selection in app.py to streamline user choices. This change simplifies the interface for lineup management, focusing on the most relevant presets for users.
eb50f14

James McCool commited on

Add 'Reduce Volatility' preset option in app.py and implement reduce_volatility_preset function. This update enhances user options for lineup management by allowing users to manage volatility in their selections, improving overall portfolio strategy.
1c0e798

James McCool commited on

Similarity Score > Diversity
efb1867

James McCool commited on

Update sorting variable options in app.py to include 'Own' and 'Weighted Own' for enhanced user selection. This change improves the flexibility of variable sorting, allowing for more tailored data analysis.
ff85862

James McCool commited on