Classification of pixels into 7 forest cover types based on attributes such as elevation, aspect, slope, hillshade, soil-type, and more. The Covertype dataset from the UCI ML repository .
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"]