Skip to content

Commit

Permalink
Update ColabNotebook.ipynb (#347)
Browse files Browse the repository at this point in the history
fix notebook
  • Loading branch information
chriseling committed Nov 10, 2023
1 parent b0e3a6f commit 1fdf2f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ColabNotebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"#Bootstrap Files\n",
"! git clone https://github.com/kyleskom/NBA-Machine-Learning-Sports-Betting.git\n",
"! mv -v ./NBA-Machine-Learning-Sports-Betting/* .\n",
"! pip3 install -r requirements.txt\n",
"\n",
"#Clear Bootstrap Logs\n",
"from IPython.display import clear_output \n",
"clear_output()\n",
"\n",
"print(\"Successful Bootstrap!!!\")"
"#For some reason pip3 install -r requirements.txt doesn't work on Colab\n",
"! pip3 install colorama==0.4.6\n",
"! pip3 install sbrscrape==0.0.9\n",
"! pip3 install pandas==2.1.1\n",
"! pip3 install tensorflow==2.14.0\n",
"! pip3 install xgboost==2.0.0\n"
]
},
{
Expand Down

0 comments on commit 1fdf2f7

Please sign in to comment.