Datasets:
Tasks:
Tabular Classification
Modalities:
Tabular
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
File size: 876 Bytes
85b550d a6320cc 0643aba 3d01535 0643aba 85b550d 0643aba 3d01535 |
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 |
---
configs:
- config_name: page_blocks_binary
data_files:
- path: page_blocks_binary/train.csv
split: train
default: true
- config_name: page_blocks
data_files:
- path: page_blocks/train.csv
split: train
default: false
language: en
license: cc
pretty_name: Page blocks
size_categories: 1M<n<10M
tags:
- tabular_classification
- binary_classification
- multiclass_classification
task_categories:
- tabular-classification
---
# PageBlocks
The [PageBlocks dataset](https://archive-beta.ics.uci.edu/dataset/76/page_blocks) from the [UCI repository](https://archive-beta.ics.uci.edu/).
How many transitions does the page block have?
# Configurations and tasks
| **Configuration** | **Task** |
|-------------------|---------------------------|
| page_blocks | Multiclass classification |
| page_blocks_binary| Binary classification | |