Datasets:
Tasks:
Tabular Classification
Modalities:
Tabular
Formats:
csv
Sub-tasks:
tabular-multi-class-classification
Size:
< 1K
License:
update dataset card
Browse files
README.md
CHANGED
@@ -1,3 +1,79 @@
|
|
1 |
---
|
2 |
license: unknown
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: unknown
|
3 |
---
|
4 |
+
|
5 |
+
# Dataset Card for Wine Recognition dataset
|
6 |
+
|
7 |
+
## Dataset Description
|
8 |
+
|
9 |
+
- **Homepage:** https://archive.ics.uci.edu/ml/datasets/wine
|
10 |
+
- **Papers:**
|
11 |
+
1. S. Aeberhard, D. Coomans and O. de Vel,
|
12 |
+
Comparison of Classifiers in High Dimensional Settings,
|
13 |
+
Tech. Rep. no. 92-02, (1992), Dept. of Computer Science and Dept. of
|
14 |
+
Mathematics and Statistics, James Cook University of North Queensland.
|
15 |
+
2. S. Aeberhard, D. Coomans and O. de Vel,
|
16 |
+
"THE CLASSIFICATION PERFORMANCE OF RDA"
|
17 |
+
Tech. Rep. no. 92-01, (1992), Dept. of Computer Science and Dept. of
|
18 |
+
Mathematics and Statistics, James Cook University of North Queensland.
|
19 |
+
- **Point of Contact:** stefan'@'coral.cs.jcu.edu.au
|
20 |
+
|
21 |
+
### Dataset Summary
|
22 |
+
|
23 |
+
These data are the results of a chemical analysis of wines grown in the same region in Italy but derived from three different cultivars. The analysis determined the quantities of 13 constituents found in each of the three types of wines. In a classification context, this is a well posed problem with "well behaved" class structures. A good data set for first testing of a new classifier, but not very challenging.
|
24 |
+
|
25 |
+
### Supported Tasks and Leaderboards
|
26 |
+
|
27 |
+
Classification (cultivar)
|
28 |
+
|
29 |
+
## Dataset Structure
|
30 |
+
|
31 |
+
### Data Instances
|
32 |
+
|
33 |
+
178 wines
|
34 |
+
|
35 |
+
### Data Fields
|
36 |
+
|
37 |
+
1. Wine category (cultivar)
|
38 |
+
2. Alcohol
|
39 |
+
3. Malic acid
|
40 |
+
4. Ash
|
41 |
+
5. Alcalinity of ash
|
42 |
+
6. Magnesium
|
43 |
+
7. Total phenols
|
44 |
+
8. Flavanoids
|
45 |
+
9. Nonflavanoid phenols
|
46 |
+
10. Proanthocyanins
|
47 |
+
11. Color intensity
|
48 |
+
12. Hue
|
49 |
+
13. OD280/OD315 of diluted wines
|
50 |
+
14. Proline
|
51 |
+
|
52 |
+
### Data Splits
|
53 |
+
|
54 |
+
None
|
55 |
+
|
56 |
+
## Dataset Creation
|
57 |
+
|
58 |
+
### Source Data
|
59 |
+
|
60 |
+
https://archive.ics.uci.edu/ml/datasets/wine
|
61 |
+
|
62 |
+
#### Initial Data Collection and Normalization
|
63 |
+
|
64 |
+
Original Owners:
|
65 |
+
|
66 |
+
Forina, M. et al, PARVUS -
|
67 |
+
An Extendible Package for Data Exploration, Classification and Correlation.
|
68 |
+
Institute of Pharmaceutical and Food Analysis and Technologies, Via Brigata Salerno,
|
69 |
+
16147 Genoa, Italy.
|
70 |
+
|
71 |
+
## Additional Information
|
72 |
+
|
73 |
+
### Dataset Curators
|
74 |
+
|
75 |
+
Stefan Aeberhard
|
76 |
+
|
77 |
+
### Licensing Information
|
78 |
+
|
79 |
+
No information found on the original website
|