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

Move unweighing of low content artists into view #39

Closed macro1 closed 9 years ago

macro1 commented 9 years ago

Previously the weight was set to '0', disabling those results. This will both add those results back in, and remove the need for the adjustment for low-content cc artists to be done in the Similarity model.