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