Hi
I'm writing an oryx modification to fetch all user ids in the model.
I've referenced https://github.com/cloudera/oryx/commit/1df9c177d4087114c2cc391a085e1d61d16b577c commit to implement the functionality.
Now I'm trying to add in some test cases in the SimpleIT, but I cannot figure out where the test data set is.
https://github.com/cloudera/oryx/blob/1df9c177d4087114c2cc391a085e1d61d16b577c/als-computation/src/i...
references grouplens100k, but where do you get the file? I can't seem to find it in the code base.
What am I missing here?