Skip to content

Commit

Permalink
assgnmt colab
Browse files Browse the repository at this point in the history
  • Loading branch information
kldarek committed Aug 10, 2023
1 parent 4105db8 commit 3ab51f3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions decision-opt-course/assignment/start_here.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@
"# Data"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Uncomment if you're on Google Colab\n",
"# !mkdir data\n",
"# !wget -P data https://raw.githubusercontent.com/wandb/edu/main/decision-opt-course/assignment/data/train.csv\n",
"# !pip install wandb -qqq\n",
"# !pip install scikit-learn==1.1.3 -qqq"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 3ab51f3

Please sign in to comment.