tic_tac_toe / README.md
mstz's picture
Update README.md
000242c
|
raw
history blame
843 Bytes
metadata
language:
  - en
tags:
  - TicTacToe
  - tabular_classification
  - binary_classification
pretty_name: TicTacToe
size_categories:
  - 100<n<1K
task_categories:
  - tabular-classification
configs:
  - tic_tac_toe

TicTacToe

The TicTacToe dataset from the UCI ML repository.

Configurations and tasks

Configuration Task Description
tic_tac_toe Binary classification Does the X player win?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/tic_tac_toe")["train"]