You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note on tuning NeuMF: our experience is that for small predictive factors, running NeuMF without pre-training can achieve better performance than GMF and MLP. For large predictive factors, pre-training NeuMF can yield better performance (may need tune regularization for GMF and MLP).
42
42
43
+
## Docker Quickstart
44
+
Docker quickstart guide can be used for evaluating models quickly.
***Note**: If you are using `zsh` and get an error like `zsh: no matches found: [64,32,16,8]`, should use `single quotation marks` for array parameters like `--layers '[64,32,16,8]'`.
77
+
43
78
### Dataset
44
79
We provide two processed datasets: MovieLens 1 Million (ml-1m) and Pinterest (pinterest-20).
45
80
@@ -56,4 +91,4 @@ test.negative
56
91
- Each line corresponds to the line of test.rating, containing 99 negative samples.
57
92
- Each line is in the format: (userID,itemID)\t negativeItemID1\t negativeItemID2 ...
0 commit comments