Skip to content

Commit bde64cd

Browse files
authored
Update Recommender_System.py
1 parent 6053d82 commit bde64cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Recommender_System.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def readGz(f):
1111
for l in gzip.open(f):
1212
yield eval(l)
1313

14-
1514
test_set=[]
1615
training_set=[]
1716
allRatings_train = []

0 commit comments

Comments
 (0)