Skip to content

Commit 0eca959

Browse files
author
Immanuel Bayer
committed
rm comment
1 parent f2fb582 commit 0eca959

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/warm_start_mcmc.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
offset = '../../fastFM-notes/benchmarks/'
1212
train_path = offset + "data/ml-100k/u1.base.libfm"
1313
test_path = offset + "data/ml-100k/u1.test.libfm"
14-
#test_path = train_path
1514

1615
from sklearn.datasets import load_svmlight_file
1716
X_train, y_train = load_svmlight_file(train_path)

0 commit comments

Comments
 (0)