Continuing to adjust power scaling and ownership scaling.
e18d67f
James McCoolcommited on
Slight adjustment to ownership scaling
6dd271b
James McCoolcommited on
Enhanced ownership projection calculations by applying a conditional scaling factor for values exceeding the 90th percentile.
25d2acd
James McCoolcommited on
Updated power scaling in ownership projections from 1.25 to 1.33 for improved accuracy.
73768e2
James McCoolcommited on
Adding some power scaling to the ownership projections.
312eecc
James McCoolcommited on
Changing the optimization variable from medians to ceilings for NASCAR.
bc139e4
James McCoolcommited on
Adding secondary slate support for NASCAR functions.
7738e90
James McCoolcommited on
Adding contestType to Classic Generator for NASMAL.
4fed2ad
James McCoolcommited on
Fixed a binary_path issue.
58ff919
James McCoolcommited on
adding NASCAR update functionality
4ad4542
James McCoolcommited on
Adding MMA functionality to Dockerfile as well as adding any Go executables, change the database to grab from the MMA database, change the Streamlit app and the MMA_functions to add functionality.
61b5f4b
James McCoolcommited on
Adding PGA functionality, changed dockerfile, added Go executable, changed streamlit_app and PGA_functions.
df1fe2e
James McCoolcommited on
Changed both DK_seed_frame and FD_seed_frame functions to write player_data.json to the nfl_go/ directory (matching the local version)
8c6c2fc
James McCoolcommited on
adding some checks to the NFL ownership (I think?)
3f1ea7d
James McCoolcommited on
finishing up model merging
1539333
James McCoolcommited on
merged NHL stuff, now just need to merge NFL and add MMA/PGA
693740c
James McCoolcommited on
merging with local through NBA functions and GO scripts, need to do NHL and NFL as well and add MMA/PGA
Enhance player swapping logic to maintain team diversity by implementing constraints that ensure at least three teams are represented in the lineup, while also considering the current player's team during replacements.
ffe9064
James McCoolcommited on
Adding constraints to remove opposing teams against my goalie and forcing 3+ teams used
40f41b3
James McCoolcommited on
removing NHL ownership models
562db9f
James McCoolcommited on
removing logic model for ownershjip
c7777fc
James McCoolcommited on
I don't know what is happening here
2cca65e
James McCoolcommited on
Adding some prints and adjusting FD names
5752545
James McCoolcommited on
Adding NFL functionality
85eb84f
James McCoolcommited on
Added print statement to display top 10 team results in NHL function
9c0a74e
James McCoolcommited on
Add NBA showdown functionality and update Dockerfile
6146297
James McCoolcommited on
sighhhhhhh
fb969e4
James McCoolcommited on
More adjustments to directory stuff
f74e267
James McCoolcommited on
updating path stuff for go functionality
0ff17cc
James McCoolcommited on
removing prints from regressors
5a6e98e
James McCoolcommited on
more figdeting
d7354fe
James McCoolcommited on
moved regress models into sports dir
061ac9a
James McCoolcommited on
reoved func module call
503d4d3
James McCoolcommited on
Lots of additions and improvements to the NHL update functions and addition of the NBA functions
28226be
James McCoolcommited on
Enhance NHL data processing by filling NaN values in 'Line' and 'PP Unit' columns with zeros, ensuring complete data for player projections.
938de6b
James McCoolcommited on
Update NHL player data processing to strip whitespace from player names when mapping line and power play unit data, ensuring accurate data retrieval.
6eed0d4
James McCoolcommited on
Adding line and pp units for the player ROO
5abf7ac
James McCoolcommited on
adding some table prints and cleaning up UI
dc829eb
James McCoolcommited on
cleaing up some prints
e29f758
James McCoolcommited on
Refactor path handling in nhl_functions.py to clarify Go binary location, updating comments for better understanding of directory structure and ensuring correct binary execution from project root.
ad132ba
James McCoolcommited on
Refactor NHL lineup generation in streamlit_app.py by removing redundant variable initializations and updating player name mappings. Adjust path handling in nhl_functions.py to ensure correct binary execution from project root.
415709d
James McCoolcommited on
Update path determination for Go binary in NHL lineup generator to reflect new directory structure.
6bf2ff4
James McCoolcommited on
Enhance NHL functions module by adding necessary imports for data processing, including numpy, pandas, and time utilities. Suppress pandas warnings and set options for improved performance.
3344e99
James McCoolcommited on
clean up and moving functions to specific folder in dir