Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting new data and training models #388

Open
evgenylutay opened this issue Jan 25, 2024 · 2 comments
Open

Getting new data and training models #388

evgenylutay opened this issue Jan 25, 2024 · 2 comments

Comments

@evgenylutay
Copy link

evgenylutay commented Jan 25, 2024

  1. Is it necessary to include code for update to train the model for the 23/24 season? Between which lines is it correct to place this code?

cd src/Process-Data
python -m Get_Data
python -m Get_Odds_Data
python -m Create_Games

cd ../Train-Models
python -m XGBoost_Model_ML
python -m XGBoost_Model_UO

Now, I have this one

! rm -rf NBA-Machine-Learning-Sports-Betting
! rm -rf *
! git clone https://github.com/kyleskom/NBA-Machine-Learning-Sports-Betting.git
! mv -v.NBA/NBA-Machine-Learning-Sports-Betting/*
! pip3 install -r requirements.txt
%cd NBA-Machine-Learning-Sports-Betting
from IPython.display import clear_output
clear_output()
print("YEAH!")

  1. If the answer to the first question is yes, then is there anything that can be done to speed up the learning process for Season 23/24? Too much time is wasted every day waiting for this learning process...
@LLaMA-Builder
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@LLaMA-Builder @evgenylutay and others