Git Product home page Git Product logo

studioshaft_analysis_project's Introduction

Analyzing Data of Animes From Studio SHAFT & Building a Model to Try predict User Ratings/Scores

I analyzed data of 130 animes from studio SHAFT scraped from Myanimelist.net and built a linear model to try and predict user ratings/scores of future SHAFT animes.

Resources Used

R packages:

  • core tidyverse
  • gridExtra
  • rvest

Data Source: https://myanimelist.net/anime/producer/44/Shaft

Dataset Descriptions

processed_data.csv columns:

  • Title (Anime title)
  • Eps (Number of Episodes)
  • Src (Original Source of Anime)
  • Genres (Genres, Separated by Comma)
  • Members (Number of People with The Anime in Their MAL List)
  • Score (User Rating from MAL Users)

Findings

Here are some results of the exploratory data analysis. The full analysis can be seen [here]. top 10 genres members against score

Model Building

Because of the moderate positive correlation between the number of members and the user score, I tried a linear regression model. I also split the data into training and testing set with a 80:20 ratio. I tried 2 models, 1 with a log-transformed Members variable and 1 without. Here are the performances of the models:

Without transformation: MAPE = 8.51 %

With transformation: MAPE = 7.50 %

studioshaft_analysis_project's People

Contributors

rmrt1n avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.