Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Multichem-PD
/
DFS_Portfolio_Manager
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ef7a8b2
DFS_Portfolio_Manager
/
global_func
Ctrl+K
Ctrl+K
2 contributors
History:
120 commits
James McCool
Add team lineup filtering in hedging_preset.py to enhance lineup generation. Introduced logic to separate teams and calculate removed lineups, improving the accuracy of team-based strategies.
ef7a8b2
8 days ago
clean_player_name.py
Safe
423 Bytes
Initial Commit
3 months ago
find_csv_mismatches.py
Safe
4.28 kB
Initial Commit
3 months ago
find_name_mismatches.py
Safe
4.36 kB
Initial Commit
3 months ago
get_portfolio_names.py
Safe
864 Bytes
Add portfolio name extraction and matching in app.py: implement a new function to retrieve unique player names from the portfolio, enhance name matching logic, and update session state with matched names for improved data consistency and analysis.
about 1 month ago
hedging_preset.py
Safe
3.16 kB
Add team lineup filtering in hedging_preset.py to enhance lineup generation. Introduced logic to separate teams and calculate removed lineups, improving the accuracy of team-based strategies.
8 days ago
highlight_rows.py
Safe
971 Bytes
Initial Commit
3 months ago
large_field_preset.py
Safe
1.68 kB
Update sorting and ownership calculations in large_field_preset.py to use 'median' instead of 'Finish_percentile' and 'Own'. This change improves accuracy in lineup generation by aligning calculations with the updated data structure.
8 days ago
load_csv.py
Safe
683 Bytes
Initial Commit
3 months ago
load_dk_fd_file.py
Safe
1.33 kB
Refactor file type checks in load_file.py and load_ss_file.py: streamline file extension validation using endswith method for improved readability. Update app.py to handle salary conversion more robustly by removing unnecessary exception handling.
25 days ago
load_file.py
1.26 kB
Remove unnamed columns from uploaded DataFrame in load_file.py: enhance data cleanliness by dropping columns with 'Unnamed' in their names before further processing.
11 days ago
load_ss_file.py
Safe
1.14 kB
Refactor file type checks in load_file.py and load_ss_file.py: streamline file extension validation using endswith method for improved readability. Update app.py to handle salary conversion more robustly by removing unnecessary exception handling.
25 days ago
optimize_lineup.py
Safe
3.19 kB
Initial Commit
3 months ago
predict_dupes.py
22.3 kB
Optimize player similarity score calculation in predict_dupes function
8 days ago
small_field_preset.py
1.68 kB
Replace distribute_preset with hedging_preset to manage player exposure in lineup generation. Update app.py to reflect the new preset option and remove the obsolete distribute_preset function. This change enhances the flexibility of lineup strategies by allowing users to hedge against high-exposure players while maintaining performance metrics.
8 days ago
trim_portfolio.py
2.05 kB
Enhance portfolio trimming logic in trim_portfolio.py by adding calculation for maximum ownership type value when conditions are not met. This adjustment improves the accuracy of the trimming process by ensuring all relevant ownership metrics are considered.
8 days ago