kyleskom / NBA-Machine-Learning-Sports-Betting

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

Update ColabNotebook.ipynb #347

Closed chriseling closed 1 year ago

chriseling commented 1 year ago

fix notebook

nkgilley commented 1 year ago

Maybe you could do this in bash so you don't have to manually update this notebook when requirements update. I haven't tested this but maybe something like:

for req in `cat requirements.txt`; do
pip3 install $req
done
kyleskom commented 1 year ago

Ya I think there should be a better way to do this thats cleaner but going to merge for now to avoid having to deal with people asking why collar isn't working.