mstz/promoters
收藏Hugging Face2023-04-16 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/mstz/promoters
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- en
tags:
- promoters
- tabular_classification
- binary_classification
- UCI
pretty_name: Promoters
size_categories:
- n<1K
task_categories:
- tabular-classification
configs:
- promoters
license: cc
---
# Promoters
The [Promoters dataset](https://archive.ics.uci.edu/ml/datasets/Promoters) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
# Configurations and tasks
| **Configuration** | **Task** | **Description** |
|-------------------|---------------------------|---------------------------------|
| promoters | Binary classification | Is this DNA string a promoter? |
# Usage
```python
from datasets import load_dataset
dataset = load_dataset("mstz/promoters")["train"]
```
提供机构:
mstz
原始信息汇总
数据集概述
数据集名称
- Promoters
数据集来源
数据集特征
- 语言: 英语
- 标签:
- promoters
- tabular_classification
- binary_classification
- UCI
- 美观名称: Promoters
- 大小分类: n<1K
- 任务分类: tabular-classification
- 配置: promoters
- 许可证: cc
任务与配置
- 配置: promoters
- 任务: Binary classification
- 描述: 判断DNA序列是否为启动子。
使用示例
python from datasets import load_dataset
dataset = load_dataset("mstz/promoters")["train"]



