Skip to content

Enhancing User Experience in PS5 Gaming Through Predictive Analysis

Notifications You must be signed in to change notification settings

naveen-98/ML_Mini_Project

Repository files navigation

ML_Mini_Project

Enhancing User Experience in PS5 Gaming Through Predictive Analysis

Problem: -

Optimizing the user enjoy in gaming systems is critical for each game enthusiasts and publishers. Leveraging the PS5 Games Dataset: 2024 Update from Kaggle, the venture is to pick out and expect elements that make contributions to a sport's achievement and person pride. The aim is to increase a model that may forecast a game's recognition, taking into account diverse capabilities together with release date, publisher, age restrictions, and user scores.

Full Video For Mini project

2024-05-19.21-57-09.mp4

Data Preparation and Analysis

  1. Loading and Inspecting the Dataset The first step involves loading the dataset and performing an initial inspection to understand its structure and contents:

1

• Displaying the first few rows and summary statistics: This helps understand the dataset's features and data types, providing an initial overview of the data. • Checking for missing values: This ensures the dataset is complete and ready for analysis. Missing values can impact the model's performance and need to be addressed.

  1. Handling Missing Values and Duplicates To ensure data quality, missing values, and duplicates are addressed:

2

• Dropping or filling lacking values: This keeps the integrity of the dataset via ensuring that no incomplete records is used in the evaluation. • Removing duplicates: This prevents any redundant information from skewing the analysis.

  1. Converting Data Types and Feature Engineering

The release date column is converted to a Date Time format, and additional features such as the release year and month are extracted:

3

• Converting releaseDate to datetime: Ensures the date values are in the correct format for analysis. • Extracting year and month: Provides additional temporal features that can be useful in understanding trends and patterns over time.

Data Visualization

  1. User Ratings Over the Years and Distribution of User Ratings by Release Month A line plot visualizes user scores over time to perceive developments:

4

• User Ratings Over the Years: This visualization enables tune changes in user scores over the years, offering insights into how sport rankings have developed. • Distribution of User Ratings by Release Month: This analysis exhibits the impact of release timing on consumer delight, assisting to become aware of capacity seasonality consequences.

  1. Top Publishers by Average Rating Identifying top publishers by average rating provides insights into industry leaders:

5

• Top Publishers with the aid of Average Rating: This highlights publishers who always produce highly-rated video games, guiding strategic decisions for game improvement and publishing.

Machine Learning Prediction

  1. Loading the Pre-Trained Model The pre-trained machine learning model is loaded to make predictions:

6

  1. Preparing New Data for Prediction New data is prepared by dropping irrelevant columns and ensuring correct data types:

7

• Preparing New Data: This entails formatting the new recreation records to in shape the structure of the training statistics, ensuring that the version can method it effectively.

  1. Making Predictions The model is used to predict the average rating for the new game:

8

Making Predictions: The version makes use of the organized statistics to forecast the game's common score, imparting an estimate of its capability success.

About

Enhancing User Experience in PS5 Gaming Through Predictive Analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published