File size: 979 Bytes
c416a75
 
 
95f1a74
 
 
 
 
c416a75
 
 
 
95f1a74
c416a75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
license: mit
pretty_name: chess
tags:
- chess
- recommendation system
size_categories:
- n<1K
---

# Chess Opening Recommendation Dataset

This is a small dataset representing a user-opening interaction matrix (with 20 users and 4418 different opening variations), designed for training a recommender system to suggest chess openings. 
Each row corresponds to a user, and each column represents a specific chess opening or variation.
The dataset was created using information gathered using the Chess.com API, therefore all users in the dataset are from Chess.com.

## Dataset Structure
- Rows: Users
- Columns: Chess openings and variations (according to ECO)
- Values: Lists containing two percentages:
  - Frequency: How often the user plays the opening as a percentage.
  - Win Rate: The success rate of the user with that opening as a percentage.


## Usage

This dataset can be used to develop and evaluate chess opening recommendation models

Enjoy and happy modeling!