pol / README.md
mstz's picture
Upload 3 files
40fca8a
|
raw
history blame
795 Bytes
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"]