File size: 1,118 Bytes
6e0cf0f 4114cb8 |
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
---
dataset_info:
features:
- name: id_game
dtype: string
- name: moves
dtype: string
- name: date
dtype: string
- name: white_player
dtype: string
- name: id_white_player
dtype: string
- name: black_player
dtype: string
- name: id_black_player
dtype: string
- name: white_elo
dtype: float64
- name: black_elo
dtype: float64
- name: avg_elo
dtype: float64
- name: event
dtype: string
- name: site
dtype: string
- name: eco
dtype: string
- name: opening
dtype: string
- name: id_opening
dtype: string
- name: round
dtype: string
- name: result
dtype: string
- name: n_moves
dtype: float64
- name: id_download
dtype: string
- name: uci_moves
dtype: string
splits:
- name: train
num_bytes: 217529800
num_examples: 158454
download_size: 101527538
dataset_size: 217529800
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Elite Chess Data
Processed and added version of this [dataset](https://www.kaggle.com/datasets/lazaro97/gm-chess-games)
|