Skip to content

A couple of simple models utilizing a chess dataset.

License

Notifications You must be signed in to change notification settings

deploifai/lichess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The dataset used in this project is a chess dataset.

The original dataset can be accessed here: https://www.kaggle.com/datasets/datasnaek/chess

There are 2 models, Naive Bayes, and Random Forest with accuracy of 60-70%.

The models are predictors to predict the outcome of a match.

Sample input:

{
    "input": {
        "rated": true,
        "turns": 60,
        "white_rating": 3500,
        "black_rating": 2600,
        "opening_ply": 7,
        "time": 20,
        "increment": 2
    }, 
    "input_type": "dict"
}

Sample output:

{
    "output": "draw"
}

About

A couple of simple models utilizing a chess dataset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •