Skip to content

Commit 6df90ff

Browse files
authored
Merge pull request #399 from yinhaofeng/dataset
expand dataset
2 parents 623e14d + 3046223 commit 6df90ff

File tree

11 files changed

+38
-1
lines changed

11 files changed

+38
-1
lines changed

datasets/Anime/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
wget https://paddlerec.bj.bcebos.com/datasets/Anime/archive.zip
2+
unzip archive.zip -d anime

datasets/Douban/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wget https://paddlerec.bj.bcebos.com/datasets/Douban/DMSC.csv

datasets/FourSquare/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
wget https://paddlerec.bj.bcebos.com/datasets/FourSquare/FourSquare.zip
2+
unzip FourSquare.zip -d FourSquare

datasets/Jester/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
wget https://paddlerec.bj.bcebos.com/datasets/Jester/Dataset3JokeSet.zip
2+
wget https://paddlerec.bj.bcebos.com/datasets/Jester/JesterDataset3.zip
3+
unzip Dataset3JokeSet.zip -d JokeSet
4+
unzip JesterDataset3.zip -d JesterDataset

datasets/LFM_1b/run.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
wget https://paddlerec.bj.bcebos.com/datasets/LFM_1b/LFM-1b.zip
2+
unzip LFM-1b.zip
3+
wget https://paddlerec.bj.bcebos.com/datasets/LFM_1b/LFM-1b_LEs.z01
4+
wget https://paddlerec.bj.bcebos.com/datasets/LFM_1b/LFM-1b_LEs.z02
5+
wget https://paddlerec.bj.bcebos.com/datasets/LFM_1b/LFM-1b_LEs.zip
6+
cat LFM-1b_LEs.* > LFM-1b_LEs_full.zip
7+
unzip LFM-1b_LEs_full.zip

datasets/LFM_1b_UGP/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
wget https://paddlerec.bj.bcebos.com/datasets/LFM_1b_UGP/LFM-1b_UGP.zip
2+
unzip LFM-1b_UGP.zip

datasets/Netflix/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
wget https://paddlerec.bj.bcebos.com/datasets/Netflix/Netflix.zip
2+
unzip Netflix.zip -d Netflix

datasets/Retailrocket/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
wget https://paddlerec.bj.bcebos.com/datasets/Retailrocket/Retailrocket.zip
2+
unzip Retailrocket.zip -d Retailrocket

datasets/Steam/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
wget https://paddlerec.bj.bcebos.com/datasets/steam/steam_games.json.gz
2+
wget https://paddlerec.bj.bcebos.com/datasets/steam/steam_reviews.json.gz
3+
gunzip steam_games.json.gz
4+
gunzip steam_reviews.json.gz

datasets/TaFeng/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wget https://paddlerec.bj.bcebos.com/datasets/tafeng/ta_feng_all_months_merged.csv

0 commit comments

Comments
 (0)