Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
| 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 |
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
pretty_name: chess
|
| 4 |
+
tags:
|
| 5 |
+
- chess
|
| 6 |
+
- recommendation system
|
| 7 |
+
size_categories:
|
| 8 |
+
- n<1K
|
| 9 |
---
|
| 10 |
|
| 11 |
# Chess Opening Recommendation Dataset
|
| 12 |
|
| 13 |
+
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.
|
| 14 |
Each row corresponds to a user, and each column represents a specific chess opening or variation.
|
| 15 |
The dataset was created using information gathered using the Chess.com API, therefore all users in the dataset are from Chess.com.
|
| 16 |
|