Skip to content
pmartin7 edited this page Aug 20, 2016 · 25 revisions

List of TODO in the Music Graph Explorer project, in no order of priority:

  1. Compute Artist relevance within a Genre.

  2. Add Artist relevance within a Genre in the DataAccess.GetArtistForSpotifyId method. This can only be done once we compute Artist relevance within a genre.

  3. Add Artist relevance within a Genre in the DataAccess.GetAllArtistsForGenres method. This can only be done once we compute Artist relevance within a genre.

  4. Figure out a way to speed up computation of relevance scores between artists and between artist and genre. Think of parallelizing the process.

  5. Find a way to implement full text search to search artists and genres by name

Clone this wiki locally