该数据集包含来自 12,294 部动漫的 73,516 名用户的用户偏好数据信息。每个用户都可以将动漫添加到他们完成的列表中并给它一个评级,这个数据集是这些评级的汇编。
Content
Anime.csv
anime_id - myanimelist.net's unique id identifying an anime.
name - full name of anime.
genre - comma separated list of genres for this anime.
type - movie, TV, OVA, etc.
episodes - how many episodes in this show. (1 if movie).
rating - average rating out of 10 for this anime.
members - number of community members that are in this anime's
"group".
Rating.csv
user_id - non identifiable randomly generated user id.
anime_id - the anime that this user has rated.
rating - rating out of 10 this user has assigned (-1 if the user watched it but didn't assign a rating).
Acknowledgements
Thanks to myanimelist.net API for providing anime data and user ratings.
Inspiration
Building a better anime recommendation system based only on user viewing history.