FreeMusicNinja / api.freemusic.ninja

Django-powered API for Free Music Ninja
http://api.freemusic.ninja/
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Make similarity weight fields floats #1

Closed treyhunner closed 9 years ago

treyhunner commented 9 years ago

Storing averages as integers doesn't make sense.

This would also allow more granularity in the sorting of Echo Nest recommendations (artists could be weighted based on their placement out of the 100 artist similarity list).

Based on FreeMusicNinja/freemusic.ninja#31

treyhunner commented 9 years ago

I think this is the highest priority issue right now because it affects the current website.

Jonathan Coulton should appear near the top of this list: http://api.freemusic.ninja/artists/?name=They+Might+Be+Giants

He appears near the bottom of the list for me (the sorting is random).