数据集:

mstz/covertype

英文

Covertype

根据海拔、方向、坡度、山影、土壤类型等属性对像素进行分类为7种森林覆盖类型。来自 UCI ML repository Covertype dataset

Configuration Task Description
covertype Multiclass classification Classify the area as one of 7 cover classes.

用法

from datasets import load_dataset

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