-
Notifications
You must be signed in to change notification settings - Fork 0
TODOs
pmartin7 edited this page Aug 12, 2016
·
25 revisions
List of TODO in the Music Graph Explorer project, in no order of priority:
-
In
DataAccess, cleanup connection properties to read from a config file -
Compute Artist relevance within a Genre.
-
Add
Artistrelevance within aGenrein theDataAccess.GetArtistForSpotifyIdmethod. This can only be done once we compute Artist relevance within a genre. -
Add
Artistrelevance within aGenrein theDataAccess.GetAllArtistsForGenresmethod. This can only be done once we compute Artist relevance within a genre. -
Figure out a way to speed up computation of relevance scores between artists and between artist and genre. Think of parallelizing the process.