|
--- |
|
language: |
|
- en |
|
tags: |
|
- letter |
|
- tabular_classification |
|
- multiclass_classification |
|
- binary_classification |
|
- UCI |
|
pretty_name: Letter |
|
task_categories: |
|
- tabular-classification |
|
configs: |
|
- letter |
|
--- |
|
# Letter |
|
The [Letter dataset](https://archive-beta.ics.uci.edu/dataset/59/letter+recognition) from the [UCI repository](https://archive-beta.ics.uci.edu/). |
|
Letter recognition. |
|
|
|
# Configurations and tasks |
|
| **Configuration** | **Task** | **Description** | |
|
|-----------------------|---------------------------|-------------------------| |
|
| letter | Multiclass classification.| | |
|
| A | Binary classification. | Is this letter A? | |
|
| B | Binary classification. | Is this letter B? | |
|
| C | Binary classification. | Is this letter C? | |
|
| ... | Binary classification. | ... | |
|
|