added Dockerfile setup

This commit is contained in:
Aladdin Persson
2023-12-08 14:12:21 +01:00
parent 5280b33a5c
commit 1b310a3422
5 changed files with 48 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
"metadata": {},
"outputs": [],
"source": [
"import os \n",
"import os\n",
"\n",
"if os.path.exists('movielens_small.zip'):\n",
" !wget https://files.grouplens.org/datasets/movielens/ml-latest-small.zip \n",

View File

@@ -0,0 +1,6 @@
# TF-IDF from scratch
import numpy as np
import pandas as pd