kyleskom / NBA-Machine-Learning-Sports-Betting

NBA sports betting using machine learning
1.12k stars 422 forks source link

Getting new data and training models #388

Open evgenylutay opened 5 months ago

evgenylutay commented 5 months ago

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!")

2) 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 commented 4 months ago

+1