ucalyptus / Spotify-Recommendation-Engine

Music Recommender System
https://ucalyptus.github.io/Spotify-Recommendation-Engine/
MIT License
233 stars 117 forks source link

Add sample data from last.fm #63

Closed BALaka-18 closed 4 years ago

BALaka-18 commented 4 years ago

Fixes issue : #35

Wish to add implicit data gathered from last.fm. File name : user_artist.dat File extension : .dat

Columns : user_id, artist_id, weights (Number of times a user played an artist's song)

ucalyptus commented 4 years ago

@BALaka-18 create a class or functionality to handle dat file and convert it into csv.

ucalyptus commented 4 years ago

@BALaka-18 any updates?

BALaka-18 commented 4 years ago

Please check new PR #65

@BALaka-18 any updates?