Update projection calculations in app.py to ensure accurate ownership metrics. Adjusted 'Proj Own' calculations for both 'cpt_working' and 'flex_working' DataFrames by dividing by 100, enhancing the precision of player ownership projections.
1052082
James McCoolcommited on
Enhance projection calculations by adding 'cpt_Own_map' to mapping logic in app.py. Updated 'Proj Own' calculations for both 'cpt_working' and 'flex_working' DataFrames to utilize the new mapping, improving accuracy in player ownership projections.
a2dd3d5
James McCoolcommited on
Refactor projection logic in sim_contest function to improve clarity and performance. Updated handling of the first column using 'vec_cpt_projection_map' and adjusted the application of 'vec_projection_map' for remaining columns, ensuring consistent simulation calculations.
9948927
James McCoolcommited on
Fix typo in vectorization of 'cpt_projection_map' in sim_contest function for consistency in simulation calculations.
e33b3d7
James McCoolcommited on
Added vectorization for 'cpt_Projection_map' in sim_contest function to enhance performance and maintain consistency in simulation calculations.
fa88775
James McCoolcommited on
Enhance player median calculations and projections in init_baselines and sim_contest functions. Added 'cpt_Median' field to raw_display DataFrame for both DraftKings and FanDuel, and updated projection logic to utilize 'cpt_projection_map' for improved accuracy in simulations.
e4db190
James McCoolcommited on
replacing first 7 columns of lineup export with player_ids
711af0e
James McCoolcommited on
maybe not an array in export L471
1c9fc6e
James McCoolcommited on
yeah wasn't an array
022b419
James McCoolcommited on
referenced the wrong frame, this might break if not an array
1042eeb
James McCoolcommited on
aiming to export player IDs
0afef81
James McCoolcommited on
removed use of gspread and transferred to mongo
644d661
James McCoolcommited on
added some keys to variables
57077e4
James McCoolcommited on
added var for init baselines
317e6a2
James McCoolcommited on
Aimed to add NBA as an option for the seed frame source