mstz/ionosphere
收藏资源简介:
--- language: - en tags: - ionosphere - tabular_classification - binary_classification - UCI pretty_name: Ionosphere size_categories: - n<1K task_categories: - tabular-classification configs: - ionosphere license: cc --- # Ionosphere The [Ionosphere dataset](https://archive.ics.uci.edu/ml/datasets/Ionosphere) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets). Census dataset including personal characteristic of a person, and their ionosphere threshold. # Configurations and tasks | **Configuration** | **Task** | **Description** | |-------------------|---------------------------|---------------------------------------------------------------| | ionosphere | Binary classification | Does the received signal indicate electrons in the ionosphere?| # Usage ```python from datasets import load_dataset dataset = load_dataset("mstz/ionosphere")["train"] ```
--- 语言: - 英语 标签: - 电离层 - 表格分类 - 二分类 - UCI 展示名称:电离层 规模类别: - 样本量小于1000 任务类别: - 表格分类 配置项: - 电离层 许可证:知识共享(CC) --- # 电离层数据集 本数据集取自[UCI机器学习存储库](https://archive.ics.uci.edu/ml/datasets)中的[电离层数据集](https://archive.ics.uci.edu/ml/datasets/Ionosphere)。该数据集包含个体的个人特征以及其电离层阈值相关信息。 # 配置项与任务 | **配置项** | **任务类型** | **任务描述** | |-----------|------------|------------| | ionosphere | 二分类任务 | 接收到的信号是否能够表征电离层中存在电子? | # 使用方法 python from datasets import load_dataset dataset = load_dataset("mstz/ionosphere")["train"]
数据集概述
基本信息
- 名称: Ionosphere
- 语言: 英语
- 标签:
- ionosphere
- tabular_classification
- binary_classification
- UCI
- 美观名称: Ionosphere
- 大小分类: n<1K
- 任务分类: tabular-classification
- 配置: ionosphere
- 许可证: cc
数据集来源
数据集内容
- 描述: 包括个人特征及其电离层阈值的数据集。
配置与任务
| 配置 | 任务 | 描述 |
|---|---|---|
| ionosphere | Binary classification | 接收的信号是否指示电离层中的电子? |
使用示例
python from datasets import load_dataset
dataset = load_dataset("mstz/ionosphere")["train"]




