Skip to content

Commit 63d306d

Browse files
authored
Merge pull request #1 from PreferredAI/more-datasets
2 parents e2541c2 + 965e1a5 commit 63d306d

File tree

14 files changed

+100029
-1
lines changed

14 files changed

+100029
-1
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.DS_Store
2+
3+
*.txt
4+
!hello_world.txt
5+
*.npy
6+
*.csv
7+
*.dat

.nojekyll

Whitespace-only changes.

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# static-data
1+
# Recommendation Systems Datasets for Cornac
2+
3+
This repository contains various recommendation systems datasets for [Cornac](https://github.com/PreferredAI/cornac) library. We migrated these datasets from Cornac's old Amazon S3 storage to this GitHub repository for easier access and maintenance.
4+
5+
## Available Datasets
6+
7+
* [x] Amazon:
8+
* clothing
9+
* digital_music
10+
* office
11+
* toy
12+
* [x] citeulike
13+
* [x] epinions (hosted on trustlet.org)
14+
* [x] filmtrust
15+
* [ ] gowalla
16+
* [x] movielens
17+
* [ ] netflix
18+
* [x] tafeng
19+
* [ ] tradesy
20+
* [ ] yoochoose
137 Bytes
Binary file not shown.

cornac/datasets/dummy/dummy.tar.gz

136 Bytes
Binary file not shown.

cornac/datasets/dummy/dummy.zip

204 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
I'm Cornac!
108 KB
Binary file not shown.

cornac/datasets/hello_world.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
I'm Cornac!

cornac/datasets/tafeng/basket.zip

7.82 MB
Binary file not shown.

0 commit comments

Comments
 (0)