Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Ozone

The Ozone dataset from the UCI ML repository.

Configurations and tasks

Configuration Task Description
spect Binary classification Is there an ozone layer?
spectf Binary classification Is there an ozone layer?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/spect", "spect")["train"]
Downloads last month
116