juliusbroomfield commited on
Commit
c416a75
·
verified ·
1 Parent(s): 95c2870

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pretty_name: chess
4
+ ---
5
+
6
+ # Chess Opening Recommendation Dataset
7
+
8
+ This is a small dataset representing a user-opening interaction matrix, designed for training a recommender system to suggest chess openings.
9
+ Each row corresponds to a user, and each column represents a specific chess opening or variation.
10
+ The dataset was created using information gathered using the Chess.com API, therefore all users in the dataset are from Chess.com.
11
+
12
+ ## Dataset Structure
13
+ - Rows: Users
14
+ - Columns: Chess openings and variations (according to ECO)
15
+ - Values: Lists containing two percentages:
16
+ - Frequency: How often the user plays the opening as a percentage.
17
+ - Win Rate: The success rate of the user with that opening as a percentage.
18
+
19
+
20
+ ## Usage
21
+
22
+ This dataset can be used to develop and evaluate chess opening recommendation models
23
+
24
+ Enjoy and happy modeling!