Update README.md
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ Features may be integrated into any ML model, specifically RecSys models, to eva
|
|
| 43 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 44 |
|
| 45 |
This dataset has three atomic files, all of which use tabs as field separators:
|
| 46 |
-
- lastfm_recbole.inter - Contains user-track interactions organized in:
|
| 47 |
- user_id: User ID.
|
| 48 |
- track_id: Track ID.
|
| 49 |
- rating: Rating assigned to the track based on the type of interaction of the user, keeping the highest if more than one.
|
|
|
|
| 43 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 44 |
|
| 45 |
This dataset has three atomic files, all of which use tabs as field separators:
|
| 46 |
+
- lastfm_recbole.inter - Contains user-track interactions, organized in:
|
| 47 |
- user_id: User ID.
|
| 48 |
- track_id: Track ID.
|
| 49 |
- rating: Rating assigned to the track based on the type of interaction of the user, keeping the highest if more than one.
|