Skip to content

Commit 1023fc5

Browse files
authored
Fix the references (#161)
1 parent 64ba34d commit 1023fc5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/datasets/graphs/movielens.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,12 @@ score = g.edge_data[("movie", "score", "tag")][:score]
114114
115115
## References
116116
117-
[1] [GroupLens Website](https://grouplens.org/datasets/movielens/)
117+
[1] [GroupLens Website](https://grouplens.org/datasets/movielens/)
118+
118119
[2] [TensorFlow MovieLens Implementation](https://www.tensorflow.org/datasets/catalog/movielens)
120+
119121
[3] Jesse Vig, Shilad Sen, and John Riedl. 2012. The Tag Genome: Encoding Community Knowledge to Support Novel Interaction. ACM Trans. Interact. Intell. Syst. 2, 3, Article 13 (September 2012), 44 pages. https://doi.org/10.1145/2362394.2362395.
122+
120123
[4] F. Maxwell Harper and Joseph A. Konstan. 2015. The MovieLens Datasets: History and Context. ACM Trans. Interact. Intell. Syst. 5, 4, Article 19 (January 2016), 19 pages. https://doi.org/10.1145/2827872
121124
"""
122125
struct MovieLens

0 commit comments

Comments
 (0)