Closed Sausalitos closed 1 year ago
I would advise you to check the most recent closed issues.
Thanks for the answer, I have reviewed but I do not see anything related to this error, it is rare because before yesterday if it worked without problem.
I understand you're scared because you cannot get it to work, so did i. Don't worry, to work, replace on your ColabNotebook:
Where it says:
! git clone https://github.com/kyleskom/NBA-Machine-Learning-Sports-Betting.git
To:
! git clone https://github.com/chriseling/NBA-Machine-Learning-Sports-Betting.git
This is the version on 30 April.
If it works now, thank you very much! You are very kind.
Thanks
You're welcome.
If you want the latest version, replace the Bootsrap Model with the following:
! rm -rf NBA-Machine-Learning-Sports-Betting ! rm -rf *
! git clone https://github.com/kyleskom/NBA-Machine-Learning-Sports-Betting.git ! mv -v ./NBA-Machine-Learning-Sports-Betting/* . ! pip3 install -r requirements.txt ! pip3 install colorama==0.4.6 ! pip3 install pandas==2.1.1 ! pip3 install sbrscrape==0.0.9 ! pip3 install tensorflow==2.14.0 ! pip3 install tensorflow-metal==1.1.0 ! pip3 install xgboost==2.0.0 ! pip3 install tqdm==4.66.1 ! pip3 install flask==3.0.0 ! pip3 install scikit-learn==1.3.1
from IPython.display import clear_output clear_output()
print("Successful Bootstrap!!!")
What are the differences? Could you also tell me a little bit how you do to decide the best bets? Thank you
Please Review, give colorama error