File size: 989 Bytes
2a1b4e2
 
 
 
 
 
171deb5
2a1b4e2
 
 
 
 
 
 
 
7954f38
 
 
2a1b4e2
 
171deb5
2a1b4e2
 
171deb5
 
 
 
 
e5fd797
171deb5
 
e5fd797
171deb5
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
---
language:
- en
tags:
- annealing
- tabular_classification
- multiclass_classificaiton
pretty_name: Annealing
size_categories:
- 100<n<1K
task_categories:  # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
- tabular-classification
configs:
- annealing
---
# DO NOT USE
> Still working on it.

# Annealing
The [Annealing dataset](https://archive-beta.ics.uci.edu/dataset/3/annealing) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
Dataset 

# Configurations and tasks
| **Configuration** | **Task**                  | Description                                                   |
|-------------------|---------------------------|---------------------------------------------------------------|
| annealing         | Multiclass classification |                                                               |

# Usage
```python
from datasets import load_dataset

dataset = load_dataset("mstz/annealing")["train"]
```