We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fb582 commit 0eca959Copy full SHA for 0eca959
examples/warm_start_mcmc.py
@@ -11,7 +11,6 @@
11
offset = '../../fastFM-notes/benchmarks/'
12
train_path = offset + "data/ml-100k/u1.base.libfm"
13
test_path = offset + "data/ml-100k/u1.test.libfm"
14
- #test_path = train_path
15
16
from sklearn.datasets import load_svmlight_file
17
X_train, y_train = load_svmlight_file(train_path)
0 commit comments