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
ping
b4970a0
James McCoolcommited on
removed client close
fc60477
James McCoolcommited on
Update NHL button label in streamlit_app.py to use an emoji for improved visual appeal and user engagement.
f72e929
James McCoolcommited on
Refactor streamlit_app.py to replace sport selection with a segmented control for tab navigation, enhancing UI clarity. Update button functionality for NHL updates and add placeholders for NFL, NBA, and MLB updates.
346309d
James McCoolcommited on
ping
cd997d2
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
Add Discord webhook import to database.py for integration with Discord notifications
12e243d
James McCoolcommited on
Refactor streamlit_app.py by removing unused imports and cleaning up the code structure for improved readability and maintainability.
20e432f
James McCoolcommited on
clean up and moving functions to specific folder in dir
e334040
James McCoolcommited on
Implement multi-sport refactor with new module structure, updated UI for sport selection, and placeholder functions for NFL, NBA, and MLB. Fix critical indentation issue in NHL code and enhance routing logic for sport-specific pipelines.
9ce7dfc
James McCoolcommited on
Refactor Go binary execution in lineup generator to dynamically determine binary path and improve error handling.
d515342
James McCoolcommited on
Optimize Dockerfile and dependencies for faster build times; removed heavy ML packages and unnecessary file copies, simplified ownership prediction logic.