Skip to content

boluwatifeoluwaseun/Linear-Regression---Anime-Rating-Case-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear-Regression---Anime-Rating-Case-Study

alt text

# Anime Rating Prediction

Business Context

Streamist is a streaming company that streams web series and movies for a worldwide audience. Every content on their portal is rated by the viewers, and the portal also provides other information for the content like the number of people who have watched it, the number of people who want to watch it, the number of episodes, duration of an episode, etc.

They are currently focusing on the anime available in their portal, and want to identify the most important factors involved in rating an anime. Tasked with identifying the important factors and building a predictive model to predict the rating on an anime.


Objective

To analyze the data and build a linear regression model to predict the ratings of anime.


Key Questions

  1. What are the key factors influencing the rating of an anime?

  2. Is there a good predictive model for the rating of an anime? What does the performance assessment look like for such a model?


Approach

  1. Data Collection & Preparation

    • Imported the anime dataset.
    • Cleaned missing data and standardized feature formats.
    • Encoded categorical variables and scaled numerical values.
  2. Exploratory Data Analysis (EDA)

    • Visualized distributions of ratings, genres, and episode counts.
    • Generated correlation heatmaps to identify relationships between features.
    • Detected outliers and anomalies.
  3. Model Development

  4. Model Evaluation

    • Assessed performance using RMSE (Root Mean Square Error), MAE (Mean Absolute Error), and R² score.

Key Insights


Recommendations


Contributing

Contributions, issues, and feature requests are welcome!
Feel free to open a pull request or issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published