[go: up one dir, main page]

0% found this document useful (0 votes)
34 views5 pages

Bda Project Report

Uploaded by

Kshitij
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views5 pages

Bda Project Report

Uploaded by

Kshitij
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

DEPARTMENT OF COMPUTER

ENGINEERING
Project Report
Semester B.E. Semester VII – Computer Engineering

Subject BDA

Subject Professor In-


Prof. Pankaj Vanwari
charge

Assisting Teachers Prof. Pankaj Vanwari

Roll Number Name of Students

21102B0057 Kshitij Tripathi

21102B0047 Devraj Deshmukh

21102B0040 Rohan Menon

21102B0045 Nishant Mishra

Name of the Project: Analytics on Various Tournaments using R.

Project Details:

R: For data manipulation, analysis, and visualization.

Packages:

ggplot2: For creating beautiful plots and graphs.

dplyr: For data wrangling and manipulation.

Reshape2: For reshaping the data (though not heavily used in this project).

Why This Dataset?

This dataset offers meaningful insights into chess strategies and player performance. It allows us to:

 Evaluate game outcomes based on player skill.

 Analyze popular openings and their effectiveness.

 Compare Elo differences between players to see how rating impacts the result.

 Methodology

BDA- Semester VII – Computer Engineering


Data Preprocessing

1. Missing Values: Handled using na.rm = TRUE to ignore missing Elo values.

2. Elo Difference: Calculated as the difference between White and Black ratings.

3. Winner: Created a new feature indicating the winner of the game.

Analysis and Visualizations


Heatmap: Average Elo by Opening and Result

 Purpose: Identify how player ratings vary across different openings and outcomes.

 Insight: Which openings are favored by high-Elo players and how they impact results.

Boxplot: Elo Difference by Game Result

 Purpose: Examine whether a significant Elo gap favors one side.

 Insight: Outliers and patterns in rating differences between players.

Bar Plot: Top 10 Most Popular Openings

 Purpose: Identify the most frequently used chess openings.

 Insight: Helps understand trends in opening preferences.

Bar Plot: Top 10 Openings Leading to Black Wins

 Purpose: Identify the openings where Black wins the most.

 Insight: Helps understand the strategies that Black players use effectively.

Conclusion and Insights

This project provides multiple insights into chess strategies and player performance:

 Opening Strategy: Certain openings are more favorable for White, while others are preferred by Black.

 Impact of Elo Difference: Games with larger Elo differences are less likely to end in a draw.

 Rating Trends: There is a positive correlation between White and Black Elo ratings in many games.

 Player Preferences: The data shows clear trends in popular openings and how they affect the game
outcome.

GitHub Repository Link (Public): GITHUB-LINK

DATA-SET LINK(PUBLIC): KAGGLE / GOOGLE DRIVE

BDA- Semester VII – Computer Engineering


Output Screenshots:

BDA- Semester VII – Computer Engineering


BDA- Semester VII – Computer Engineering
BDA- Semester VII – Computer Engineering

You might also like