Skip to content

Statistical analysis in determining if White has a consistent advantage in Chess

Notifications You must be signed in to change notification settings

labib-c/first-move-advantage-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First Move Advantage Analysis

Statistical analysis in determining if White has a consistent advantage in Chess

Table of Contents


Data

https://www.kaggle.com/datasnaek/chess

To produce the cleaned data needed to run the analysis, do the following:

  1. Set the working dir to the root of this repo
setwd(<< path to root of repo>>)
  1. Download data from the link above

  2. Make a new directory data in the root of this project

  3. Move games.csv into the data directory (games.csv is the data downloaded from step 2.)

  4. Run model/clean_data.R

This will create the clean_games.csv dataset used in the analysis.

About

Statistical analysis in determining if White has a consistent advantage in Chess

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages