mstz/spect
收藏Hugging Face2023-04-16 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/mstz/spect
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- en
tags:
- spect
- tabular_classification
- binary_classification
- UCI
pretty_name: Ozone
size_categories:
- n<1K
task_categories:
- tabular-classification
configs:
- spect
- spectf
license: cc
---
# Ozone
The [Ozone dataset](https://archive.ics.uci.edu/ml/datasets/Ozone) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
# Configurations and tasks
| **Configuration** | **Task** | **Description** |
|-------------------|---------------------------|-------------------------|
| spect | Binary classification | Is there an ozone layer?|
| spectf | Binary classification | Is there an ozone layer?|
# Usage
```python
from datasets import load_dataset
dataset = load_dataset("mstz/spect", "spect")["train"]
```
提供机构:
mstz
原始信息汇总
数据集概述
基本信息
- 名称: Ozone
- 来源: UCI ML repository
- 语言: 英语
- 标签:
- spect
- tabular_classification
- binary_classification
- UCI
- 大小类别: n<1K
- 任务类别: tabular-classification
- 许可证: cc
配置与任务
| 配置 | 任务 | 描述 |
|---|---|---|
| spect | Binary classification | 是否存在臭氧层? |
| spectf | Binary classification | 是否存在臭氧层? |



