File size: 826 Bytes
383ff37
ded984d
 
 
 
 
 
 
42a6b22
a4e098e
ded984d
 
42a6b22
ded984d
 
 
42a6b22
383ff37
a4e098e
 
 
ded984d
 
 
 
 
 
 
 
 
 
81cab88
42a6b22
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
30
31
32
33
---
language:
- en
tags:
- chess
- tabular_classification
- binary_classification
- multiclass_classification
- UCI
pretty_name: Chess Rock VS Pawn
size_categories:
- 1K<n<10K
task_categories:
- tabular-classification
configs:
- chess
license: cc
---
# Chess Rock VS Pawn
The [Chess Rock VS Pawn dataset](https://archive-beta.ics.uci.edu/dataset/22/chess+king+rook+vs+king+pawn) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).


# Configurations and tasks
| **Configuration** | **Task**                  | **Description**          |
|-------------------|---------------------------|--------------------------|
| chess             | Binary classification     | Can the white piece win? |

# Usage
```python
from datasets import load_dataset

dataset = load_dataset("mstz/chess_rock_vs_pawn")["train"]
```