|
--- |
|
license: cc |
|
task_categories: |
|
- tabular-classification |
|
language: |
|
- en |
|
tags: |
|
- openml |
|
- binary_classification |
|
pretty_name: Pol binary |
|
size_categories: |
|
- 10K<n<100K |
|
--- |
|
# Pol |
|
The [Pol dataset](https://www.openml.org/search?type=data&status=active&id=722) from the [OpenML repository](https://www.openml.org/). |
|
|
|
# Configurations and tasks |
|
| **Configuration** | **Task** | **Description** | |
|
|-------------------|---------------------------|-------------------------| |
|
| pol | Binary classification | Has the pol cost gone up?| |
|
|
|
|
|
# Usage |
|
```python |
|
from datasets import load_dataset |
|
|
|
dataset = load_dataset("mstz/pol", "pol")["train"] |
|
``` |