Datasets:
metadata
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 from the UCI ML repository.
Configurations and tasks
Configuration | Task | Description |
---|---|---|
promoters | Binary classification | Is this DNA string a promoter? |
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/promoters")["train"]