Refactor database query logic to remove Team_count filtering; improve handling of empty DataFrame cases in lineup generation
e42f4a5
James McCoolcommited on
Fixing typeerror
13f323e
James McCoolcommited on
Okay lets try this again
555ed46
James McCoolcommited on
Adding an improved contest ID flow
27154c4
James McCoolcommited on
Fix lineup query filtering and syntax; ignore Python cache files
6192ee4
James McCoolcommited on
fixing min/max stack sizes variable
85555bf
James McCoolcommited on
reverting
440ae44
James McCoolcommited on
Aiming to fix exposure spread which can duplicate in showdown because of the captain flex designation
e425b59
James McCoolcommited on
Adding removal of 6-mn lineups from showdown pull
865281e
James McCoolcommited on
mlb_db, not nhl_db
2f186dd
James McCoolcommited on
fixing some object orientations in the projections import
b7b000d
James McCoolcommited on
sigh
f81a4d1
James McCoolcommited on
Final change for MLB support (I hope)
e31b534
James McCoolcommited on
fixing database queries call for MLB
6b46cd1
James McCoolcommited on
Add MLB salary data handling and update file loading logic
7fe0476
James McCoolcommited on
I'm so annoyed
2338765
James McCoolcommited on
had the wrong collection labeled in showdown selection for MLB
596e46e
James McCoolcommited on
more MLB support
8a0e906
James McCoolcommited on
Ping
8895d8d
James McCoolcommited on
Adding MLB support (for real this time)
957b0d6
James McCoolcommited on
implementing MLB support
c4537ca
James McCoolcommited on
Try/Except for opp map with MMA
507fcc5
James McCoolcommited on
adding optimization choice
fe8d5c8
James McCoolcommited on
Clean up of UI
94bc3a2
James McCoolcommited on
Okay optimize params added (I think)
8c24a32
James McCoolcommited on
Mismatch in length of optimized and original
e9fcadc
James McCoolcommited on
To add in specific players or specific avoidance for re-optimization
ca4bc86
James McCoolcommited on
need to make sure we can run the exposure player multiple times in the exposure spread
0367187
James McCoolcommited on
okay for real this time
8156892
James McCoolcommited on
Fix condition for checking specific exclusions in session state
3d82cca
James McCoolcommited on
Specific Exclusiions never added to session state
f3fbeca
James McCoolcommited on
rip
92e363c
James McCoolcommited on
Oops, didn't declare specific exclusions before use
47639b3
James McCoolcommited on
More work around locking exclusions
d8db5ad
James McCoolcommited on
Testing some forced excelusions with exposure management
97f8040
James McCoolcommited on
Making some adjustments to try to fix column swapping on reoptimization
0255ad7
James McCoolcommited on
Revert
7e69b6d
James McCoolcommited on
Add warning for NBA Late Slate database load issue
89869e9
James McCoolcommited on
fix index sort
0a046e1
James McCoolcommited on
Continuing to improve late swap
7a4ca61
James McCoolcommited on
Updaing for Cause: row comes from replace_rows.index and player_rows.index, so it’s a index label (e.g. 10, 11, 12 after a slice), not a positional index 0..n-1. The code was using working_frame.iloc[row], which is positional. If working_frame had a non‑contiguous or offset index (e.g. from a slice or after optimize_lineups), a label like 12 could be valid while iloc[12] was out of bounds for a shorter frame.
62d6c64
James McCoolcommited on
Aiming to make sure higher medians are maintained
2079507
James McCoolcommited on
Instead of using the previous lineup, we use if the lineup has been used.
3e1c4b7
James McCoolcommited on
Fixed out, man.
8a893da
James McCoolcommited on
Removing the MIP and cascading logic for a much simpler drop-one insert.
08b8947
James McCoolcommited on
reverting
54f4bd4
James McCoolcommited on
Okay, this should work now.Cascading optimal is implemented.