Some more introduction of NASCAR stuff including different function calls.
5307518
James McCoolcommited on
Adding some NASCAR support including database_queries and positional stuff.
99e3301
James McCoolcommited on
ping
0dd31f2
James McCoolcommited on
Add data load tab functions to app.py and adjust GOLF flex rank calculation in predict_dupes.py for accurate portfolio predictions.
4b49951
James McCoolcommited on
Refine dupe calculation for GOLF and CPT by incorporating FLEX1 and CPT ownership percentages, improving accuracy in portfolio predictions.
fb18971
James McCoolcommited on
ping
b4fedd4
James McCoolcommited on
fixing some PGA showdown stuff
848c292
James McCoolcommited on
addressing a reoptimization issue
998e096
James McCoolcommited on
removing captain ownership from dupe calc for PGA showdown
d8888d9
James McCoolcommited on
This is a script error, not a display error
fa76eda
James McCoolcommited on
Comment out salary filtering in Manage Portfolio section of app.py for debugging purposes.
f9e2783
James McCoolcommited on
ping
227cb83
James McCoolcommited on
more prints
2b5b7ed
James McCoolcommited on
printing some things
627322d
James McCoolcommited on
fixing GOLF designation instead of PGA in player info pull
d0750e0
James McCoolcommited on
Reverting
b3e1257
James McCoolcommited on
checking
4223654
James McCoolcommited on
Add initial load info and filters in app.py; refine slate filtering in database queries for NBA and NHL baselines to enhance data accuracy.
a477dfc
James McCoolcommited on
Refactor ownership baseline calculations in predict_dupes.py to use set for unique team mapping, improving accuracy and performance.
5009816
James McCoolcommited on
Add Data Load Tab enhancements with Portfolio File upload section
d5aacce
James McCoolcommited on
more printing
f0be5e9
James McCoolcommited on
printing debug
3d088d5
James McCoolcommited on
fixing predict_dupes
06d7e54
James McCoolcommited on
Refactor app logic by removing redundant comments and enhancing data filtering in database queries for NBA and NHL baselines. Updated slate filtering to ensure accurate data retrieval based on the selected slate variable.
38c37f0
James McCoolcommited on
Refactor player update logic in projections management by removing redundant comments and enhancing ownership baseline calculations for NFL, NBA, and NHL sports. Adjusted baseline formulas to improve accuracy based on team mapping.
474a28d
James McCoolcommited on
Enhance lineup optimization by adding cascading constraints and new parameters for objective value tracking. The optimize_single_lineup function now returns both the optimized row and the achieved objective value, allowing for more refined control over lineup adjustments. Additionally, the optimize_lineup function incorporates cascading optimization logic to ensure each row's objective is constrained by the previous row's performance.
211cc48
James McCoolcommited on
ping
b21657e
James McCoolcommited on
Refactor database queries to remove unnecessary 'Team_count' filtering, ensuring valid lineup retrieval across multiple sports
b60f2be
James McCoolcommited on
Update database queries to correct 'Team_count' filtering syntax for valid showdown lineups
c844a90
James McCoolcommited on
Refine database queries to restrict 'Team_count' to a maximum of 2 for valid showdown lineups
a31482b
James McCoolcommited on
Fixing database queries to return only valid showdown lineups
9d65b2e
James McCoolcommited on
Update ignore_rename list to include 'Nikola Jovic'
b301954
James McCoolcommited on
funny issue where a name is matching another name without need
3111836
James McCoolcommited on
okay this is working now
cf86397
James McCoolcommited on
ping?
e2128da
James McCoolcommited on
wait maybe this will work
9ddebcf
James McCoolcommited on
Add position parsing options for player stats based on selected type
6562841
James McCoolcommited on
okay fine fuck it
3160bd1
James McCoolcommited on
okay last try here
4d615ec
James McCoolcommited on
oops, wrong session state varaible for position designations
db3a8e8
James McCoolcommited on
okay lets try it this way
f5058ea
James McCoolcommited on
trying to add a position parse argument for the player stats
dadc802
James McCoolcommited on
flex rpojected ownership needs to be overall - captain
19b70e3
James McCoolcommited on
adding captain ownership designation in player stats
d6dcd11
James McCoolcommited on
Refactor player names handling in portfolio_inc_proj to eliminate duplicates and streamline data processing.
bff5639
James McCoolcommited on
using the portfolio management projections instead of the projections_df
e706ae9
James McCoolcommited on
Refactor projections management to use 'portfolio_inc_proj' for editing and optimize lineup filtering by excluding locked players. Cleaned up player pool logic to prevent duplicates.