Matthew Franglen commited on
Commit ·
e7b856c
1
Parent(s): 6a5998d
Update dataset to remove ambiguous rows
Browse files- README.md +3 -1
- test.gz.parquet +2 -2
- train.gz.parquet +2 -2
- 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 |
-
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbfd4cff6d79f53271634ba0e09f0365dd206df1d5d2c1ca4ae96fa85106afd8
|
| 3 |
+
size 41414275
|