pufanyi/Pokemon
收藏资源简介:
--- license: cc0-1.0 dataset_info: features: - name: '#' dtype: int64 - name: Name dtype: string - name: Type 1 dtype: string - name: Type 2 dtype: string - name: HP dtype: int64 - name: Attack dtype: int64 - name: Defense dtype: int64 - name: Sp. Atk dtype: int64 - name: Sp. Def dtype: int64 - name: Speed dtype: int64 - name: Generation dtype: int64 - name: Legendary dtype: bool splits: - name: train num_bytes: 74346 num_examples: 800 download_size: 26282 dataset_size: 74346 configs: - config_name: default data_files: - split: train path: data/train-* ---
This dataset contains detailed information about Pokémon, including their number, name, primary type, secondary type, hit points, attack, defense, special attack, special defense, speed, generation, and a flag indicating whether they are legendary. The dataset is divided into a training set with 800 examples.
数据集概述
数据集特征
- #:整数类型(int64)
- Name:字符串类型(string)
- Type 1:字符串类型(string)
- Type 2:字符串类型(string)
- HP:整数类型(int64)
- Attack:整数类型(int64)
- Defense:整数类型(int64)
- Sp. Atk:整数类型(int64)
- Sp. Def:整数类型(int64)
- Speed:整数类型(int64)
- Generation:整数类型(int64)
- Legendary:布尔类型(bool)
数据集分割
- train:
- 数据大小:74346字节
- 样本数量:800
数据集大小
- 下载大小:26282字节
- 数据集大小:74346字节



