magic / README.md
mstz's picture
Update README.md
d65199e
|
raw
history blame
No virus
831 Bytes
---
language:
- en
tags:
- magic
- tabular_classification
- binary_classification
- UCI
pretty_name: Magic
size_categories:
- 10K<n<100K
task_categories:
- tabular-classification
configs:
- magic
license: cc
---
# Magic
The [Magic dataset](https://archive.ics.uci.edu/ml/datasets/Magic) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
# Configurations and tasks
| **Configuration** | **Task** | **Description** |
|-------------------|---------------------------|---------------------------------------------------------------|
| magic | Binary classification | Classify the person's magic as over or under the threshold. |
# Usage
```python
from datasets import load_dataset
dataset = load_dataset("mstz/magic")["train"]
```