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...
1fe4ec0
DFS_Portfolio_Manager
/
global_func
Ctrl+K
Ctrl+K
2 contributors
History:
87 commits
James McCool
Refactor player similarity score calculation in predict_dupes function
1fe4ec0
6 days ago
clean_player_name.py
Safe
423 Bytes
Initial Commit
3 months ago
distribute_preset.py
2.25 kB
Limit concatenation in distribute_preset function to the top 10 entries of the working portfolio, removing debug print statements for cleaner output and improved performance in portfolio processing.
6 days 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
highlight_rows.py
Safe
971 Bytes
Initial Commit
3 months ago
large_field_preset.py
1.43 kB
Refactor large_field_preset function to streamline player removal logic by eliminating unnecessary iterations and simplifying the exposure tracking process. Ensure sufficient lineups are generated before finalizing selections, enhancing overall efficiency and accuracy.
6 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.
23 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.
8 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.
23 days ago
optimize_lineup.py
Safe
3.19 kB
Initial Commit
3 months ago
predict_dupes.py
22.1 kB
Refactor player similarity score calculation in predict_dupes function
6 days ago
small_field_preset.py
1.47 kB
Enhance small_field_preset and large_field_preset functions to accept an additional parameter for excluded columns, improving filtering capabilities and lineup accuracy. Update app.py to reflect these changes in preset selections.
6 days ago
trim_portfolio.py
Safe
1.37 kB
Fix calculation of current ownership type maximum in trim_portfolio.py to use the correct row's own type value, improving accuracy in portfolio trimming logic.
21 days ago