Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAccTRec 2020 paper added and experiment script initial commit. #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions experiments/facctrec/data/test_data/factorization.json

Large diffs are not rendered by default.

385 changes: 385 additions & 0 deletions experiments/facctrec/data/test_data/movies.csv

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions experiments/facctrec/data/test_data/ratings.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
userId,movieId,rating,timestamp
0,1104,5,978300760
0,639,3,978302109
0,853,3,978301968
0,3177,4,978300275
0,2162,5,978824291
0,1107,3,978302268
0,1195,5,978302039
0,2599,5,978300719
0,580,4,978302268
20 changes: 20 additions & 0 deletions experiments/facctrec/data/test_data/users.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
userId
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
1 change: 1 addition & 0 deletions experiments/facctrec/data/train_data/factorization.json

Large diffs are not rendered by default.

385 changes: 385 additions & 0 deletions experiments/facctrec/data/train_data/movies.csv

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions experiments/facctrec/data/train_data/ratings.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
userId,movieId,rating,timestamp
0,1104,5,978300760
0,639,3,978302109
0,853,3,978301968
0,3177,4,978300275
0,2162,5,978824291
0,1107,3,978302268
0,1195,5,978302039
0,2599,5,978300719
0,580,4,978302268
Loading