platers / MAL-Map

Cluster and visualize relationships between anime on MyAnimeList
https://www.malmap.net/
231 stars 14 forks source link

More data sources #2

Closed platers closed 2 years ago

platers commented 2 years ago

AnimePlanet: Might have higher quality data. Currently no API. AniList: Has graphQL API, much more recs than MAL

BradKML commented 2 years ago

Taking a look at https://github.com/manami-project/anime-offline-database

BradKML commented 2 years ago

Also how is the aggregation, since for multi-layer networks can be useful fore Community Detection and Node Embedding? https://github.com/platers/MAL-Map/issues/3 https://github.com/platers/MAL-Map/issues/15

platers commented 2 years ago

https://github.com/platers/MAL-Map/blob/dev/data-collection/recs.ts#L18

This is the function to create the edges. Each node contributes a total of 1 weight to its edges.