Datasets:
File size: 787 Bytes
0a787d6 8fb9459 5057317 8fb9459 5057317 8fb9459 5057317 0a787d6 8fb9459 5057317 |
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 |
---
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"]
``` |