LukeAMcSherry / CSE5914-SpotifyGroup

MIT License
4 stars 0 forks source link

Start implementing pairwise selection for second part of the algorithm #50

Open StevenEgnaczyk opened 5 months ago

StevenEgnaczyk commented 5 months ago

Now that we have 1,000 song recommendations based on the user's selected playlist, we need a way to pare it down to the top 50. This should be done in the form of a pairwise selection algorithm which takes in the output of multiple selection algorithms and ranks them accordingly.