Matthew Franglen commited on
Commit
e7b856c
·
1 Parent(s): 6a5998d

Update dataset to remove ambiguous rows

Browse files
Files changed (4) hide show
  1. README.md +3 -1
  2. test.gz.parquet +2 -2
  3. train.gz.parquet +2 -2
  4. valid.gz.parquet +2 -2
README.md CHANGED
@@ -33,10 +33,12 @@ Training a model to generate high quality recommendations is hard because most u
33
 
34
  This dataset contains the user, artist, play count records. The user may have provided additional details such as their gender, age and location. These additional details are both optional and unverified.
35
 
36
- Where possible the musicbrainz ids for the artist has been provided for disambiguation.
37
 
38
  The train, validation and test splits have separate users with no overlap.
39
 
 
 
40
  ### Dataset Source
41
 
42
  The original data was collected by [Òscar Celma @ MTG/UPF](http://ocelma.net/MusicRecommendationDataset/lastfm-360K.html).
 
33
 
34
  This dataset contains the user, artist, play count records. The user may have provided additional details such as their gender, age and location. These additional details are both optional and unverified.
35
 
36
+ Last.fm provides a service known as scrobbling where you can submit tracks you have listened to in other apps. When you submit these you do not have to provide musicbrainz ids and as such these can be ambiguous. To make this dataset easier to use I have removed rows where the musicbrainz identifiers are missing.
37
 
38
  The train, validation and test splits have separate users with no overlap.
39
 
40
+ To make training on this dataset easier I have added the user_index and artist_index columns. These are integer columns that uniquely identify every user and artist.
41
+
42
  ### Dataset Source
43
 
44
  The original data was collected by [Òscar Celma @ MTG/UPF](http://ocelma.net/MusicRecommendationDataset/lastfm-360K.html).
test.gz.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c068b26668bdbaf83437dd423728dc419c40ba89b05e9c81588ba9cb59247db5
3
- size 38360632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:197ef7aae83c72e020458f7679885069aa93f76ed80491bdb58a401cfc844dd7
3
+ size 39975459
train.gz.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3d442df9a6a791b2c49569868d29c8977071f56c4d9900e8c90551298fbcae6
3
- size 311817266
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff6423995571b7dfc66f341c3235448b2b8c4f0af9384a00370a9e2e23805051
3
+ size 328916501
valid.gz.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57e654542fed24c256576ea6c6390cc99fa4b15edbde43a0db4835d25e6c9c69
3
- size 39309451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbfd4cff6d79f53271634ba0e09f0365dd206df1d5d2c1ca4ae96fa85106afd8
3
+ size 41414275