Datasets:
Tasks:
Tabular Classification
Modalities:
Tabular
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
metadata
configs:
- config_name: pol
data_files:
- path: pol/train.csv
split: train
default: true
language: en
license: cc
pretty_name: Pol
size_categories: 1M<n<10M
tags:
- tabular_classification
- binary_classification
- multiclass_classification
task_categories:
- tabular-classification
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"]