Skip to content

Commit

Permalink
Update sbrscrape version in ColabNotebook.ipynb (kyleskom#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgomez14 authored Nov 28, 2023
1 parent cce6f4e commit c866111
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions ColabNotebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"cells": [
{
"cell_type": "markdown",
"source": [
"You could use this notebook on [Google Colab](https://colab.research.google.com/) with a GPU Hardware Accelerator runtype."
],
"metadata": {
"id": "84FCh7pFCA2U"
}
},
"source": [
"You could use this notebook on [Google Colab](https://colab.research.google.com/) with a GPU Hardware Accelerator runtype."
]
},
{
"cell_type": "markdown",
"source": [
"# Bootstrap Model\n"
],
"metadata": {
"id": "aBeeVTbb_WLL"
}
},
"source": [
"# Bootstrap Model\n"
]
},
{
"cell_type": "code",
Expand All @@ -36,31 +36,31 @@
"\n",
"#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 sbrscrape==0.0.10\n",
"! pip3 install pandas==2.1.1\n",
"! pip3 install tensorflow==2.14.0\n",
"! pip3 install xgboost==2.0.0\n"
]
},
{
"cell_type": "markdown",
"source": [
"# Run Model\n"
],
"metadata": {
"id": "Wurq7KgC_ckH"
}
},
"source": [
"# Run Model\n"
]
},
{
"cell_type": "code",
"source": [
"! python3 main.py -xgb -odds=fanduel"
],
"execution_count": null,
"metadata": {
"id": "QBu_ZuXvNgqR"
},
"execution_count": null,
"outputs": []
"outputs": [],
"source": [
"! python3 main.py -xgb -odds=fanduel"
]
}
],
"metadata": {
Expand Down

0 comments on commit c866111

Please sign in to comment.