I am trying to use Spark MLib ALS for collaborative filtering for Music Recommendation. Input data has several fields including userId, songId, artist etc. I have no ratings field in my data. ALS needs rating as its one of the parameter. I have looked around a lot but couldn't get any help. How can I proceed with this? Will it be fine to take listen_count (number of times user has listen to a particular song)
My dataset:
user_id song_id songtitle artist language music_director
123 1 abc artist1 English NULL
345 2 xyz artist2 English NULL
456 3 abc artist3 English NULL
567 4 xyz artist4 English NULL
678 5 xyz artist5 English NULL
789 6 abc artist6 English NULL