Datasets:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Error:"configs[0]" must be of type object
Congress
The Congress dataset from the UCI ML repository. Congressmen of two different parties vote on a series of bills. Guess the party of each voter on the basis of their votes.
Configurations and tasks
| Configuration | Task | Description |
|---|---|---|
| voting | Binary classification | What's the party of the voter? |
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/congress", "voting")["train"]
- Downloads last month
- 246