dvgodoy/auto-mpg
收藏资源简介:
--- dataset_info: features: - name: mpg dtype: float64 - name: cylinders dtype: int64 - name: displacement dtype: float64 - name: horsepower dtype: float64 - name: weight dtype: int64 - name: acceleration dtype: float64 - name: model year dtype: int64 - name: origin dtype: int64 - name: car name dtype: string splits: - name: train num_bytes: 33470 num_examples: 398 download_size: 13036 dataset_size: 33470 --- # Dataset Card for "auto-mpg" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
--- 数据集信息: 特征字段: - 名称:mpg(每加仑英里数,Miles Per Gallon),数据类型:float64 - 名称:气缸数(cylinders),数据类型:int64 - 名称:发动机排量(displacement),数据类型:float64 - 名称:马力(horsepower),数据类型:float64 - 名称:车重(weight),数据类型:int64 - 名称:加速性能(acceleration),数据类型:float64 - 名称:车型年款(model year),数据类型:int64 - 名称:产地(origin),数据类型:int64 - 名称:车辆型号名称(car name),数据类型:string 数据集划分: - 名称:训练集(train),占用字节数:33470,样本数量:398 下载大小:13036字节 数据集总大小:33470字节 --- # 「auto-mpg」数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集特征
- mpg: 浮点型
- cylinders: 整型
- displacement: 浮点型
- horsepower: 浮点型
- weight: 整型
- acceleration: 浮点型
- model year: 整型
- origin: 整型
- car name: 字符串型
数据集分割
- train:
- 字节数: 33470
- 示例数: 398
数据集大小
- 下载大小: 13036 字节
- 数据集大小: 33470 字节



