DFS_Portfolio_Manager / global_func /distribute_preset.py

Commit History

Update preset label in app.py for clarity and consistency
84a7686

James McCool commited on

Update debug print statement in distribute_preset function to display only the top 10 entries of the working portfolio for improved clarity during execution.
f054296

James McCool commited on

Add debug print statement in distribute_preset function to output working portfolio for better traceability during execution.
3a91762

James McCool commited on

Refactor filtering logic in distribute_preset function to improve handling of 'Finish_percentile' thresholds. Introduced a variable for finish threshold to enhance code readability and maintain accurate portfolio selection across all finishing ranges.
f0036dd

James McCool commited on

Fix variable reference in distribute_preset function to correctly use 'Weighted Own' for filtering logic, ensuring accurate portfolio selection based on ownership thresholds.
b529706

James McCool commited on

Refactor distribute_preset function to improve filtering logic for 'Finish_percentile' by handling edge cases for the first and last finishing ranges, ensuring accurate portfolio selection and maintaining sorting by 'median' in descending order.
746f258

James McCool commited on

Update sorting logic in distribute_preset function to sort 'median' in descending order for improved portfolio selection accuracy
b9ea55a

James McCool commited on

Add distribute_preset function and update app.py for preset selection
5a5c5db

James McCool commited on