File size: 752 Bytes
3ca148a 38ab3f3 16f1569 38ab3f3 16f1569 3ca148a 16f1569 7f33bee 16f1569 |
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 34 |
---
configs:
- config_name: twonorm
data_files:
- path: twonorm/train.csv
split: train
default: true
language: en
license: unknown
pretty_name: Twonorm
size_categories: 1M<n<10M
tags:
- tabular_classification
- binary_classification
- multiclass_classification
task_categories:
- tabular-classification
---
# TwoNorm
The [TwoNorm dataset](https://www.openml.org/search?type=data&status=active&id=1507) from the [OpenML repository](https://www.openml.org/).
# Configurations and tasks
| **Configuration** | **Task** |
|-------------------|---------------------------|
| twonorm | Binary classification |
# Usage
```python
from datasets import load_dataset
dataset = load_dataset("mstz/twonorm")["train"]
```
|