kyleskom / NBA-Machine-Learning-Sports-Betting

NBA sports betting using machine learning
1.23k stars 443 forks source link

Colorada error #294

Closed Sausalitos closed 1 year ago

Sausalitos commented 1 year ago

Please Review, give colorama error

Baaios commented 1 year ago

I would advise you to check the most recent closed issues.

Sausalitos commented 1 year ago

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.

Baaios commented 1 year ago

I understand you're scared because you cannot get it to work, so did i. Don't worry, to work, replace on your ColabNotebook:

Bootstrap Files

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.

Sausalitos commented 1 year ago

If it works now, thank you very much! You are very kind.

Sausalitos commented 1 year ago

Thanks

Baaios commented 1 year ago

You're welcome.

Baaios commented 1 year ago

If you want the latest version, replace the Bootsrap Model with the following:

Remove Preexisting Files

! rm -rf NBA-Machine-Learning-Sports-Betting ! rm -rf *

Bootstrap Files

! 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

Clear Bootstrap Logs

from IPython.display import clear_output clear_output()

print("Successful Bootstrap!!!")

Sausalitos commented 1 year ago

What are the differences? Could you also tell me a little bit how you do to decide the best bets? Thank you