Datasets:
metadata
language:
- en
tags:
- pol
- tabular_classification
- binary_classification
pretty_name: Pol
size_categories:
- 10k<n<100K
task_categories:
- tabular-classification
configs:
- pol
Pol
The Pol dataset from the OpenML repository.
Configurations and tasks
Configuration | Task | Description |
---|---|---|
pol | Binary classification | Has the pol cost gone up? |
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/pol", "pol")["train"]