Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -7,11 +7,12 @@ tags:
|
|
7 |
- binary_classification
|
8 |
pretty_name: TicTacToe
|
9 |
size_categories:
|
10 |
-
-
|
11 |
-
task_categories:
|
12 |
- tabular-classification
|
13 |
configs:
|
14 |
- tic_tac_toe
|
|
|
15 |
---
|
16 |
# TicTacToe
|
17 |
The [TicTacToe dataset](https://archive-beta.ics.uci.edu/dataset/101/tic+tac+toe+endgame) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
@@ -27,4 +28,4 @@ The [TicTacToe dataset](https://archive-beta.ics.uci.edu/dataset/101/tic+tac+toe
|
|
27 |
from datasets import load_dataset
|
28 |
|
29 |
dataset = load_dataset("mstz/tic_tac_toe")["train"]
|
30 |
-
```
|
|
|
7 |
- binary_classification
|
8 |
pretty_name: TicTacToe
|
9 |
size_categories:
|
10 |
+
- n<1K
|
11 |
+
task_categories:
|
12 |
- tabular-classification
|
13 |
configs:
|
14 |
- tic_tac_toe
|
15 |
+
license: cc
|
16 |
---
|
17 |
# TicTacToe
|
18 |
The [TicTacToe dataset](https://archive-beta.ics.uci.edu/dataset/101/tic+tac+toe+endgame) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
|
|
28 |
from datasets import load_dataset
|
29 |
|
30 |
dataset = load_dataset("mstz/tic_tac_toe")["train"]
|
31 |
+
```
|