File size: 799 Bytes
5c6e4d2
5243982
 
 
 
 
 
 
a56670d
5243982
 
40fca8a
5243982
40fca8a
5243982
 
 
5c6e4d2
40fca8a
a56670d
40fca8a
 
 
 
 
 
 
 
 
 
 
 
6515c47
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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](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"]
```