This section describes main characteristics of the winequality-red data set and its attributes:
General information
Red Wine Quality data set |
Type | Classification | Origin | Real world |
Features | 11 | (Real / Integer / Nominal) | (11 / 0 / 0) |
Instances | 1599 |
Classes | 11 |
Missing values? | No |
Attribute description
Attribute | Domain | Attribute | Domain |
FixedAcidity | [4.6,15.9] | TotalSulfurDioxide | [6.0,289.0] |
VolatileAcidity | [0.12,1.58] | Density | [0.99007,1.00369] |
CitricAcid | [0.0,1.0] | PH | [2.74,4.01] |
ResidualSugar | [0.9,15.5] | Sulphates | [0.33,2.0] |
Chlorides | [0.012,0.611] | Alcohol | [8.4,14.9] |
FreeSulfurDioxide | [1.0,72.0] | Quality | [0,1,2,3,4,5,6,7,8,9,10] |
Additional information
The dataset is related to red variant of the Portuguese Vinho Verde wine. Due to privacy and logistic issues, only physicochemical (inputs) and sensory (the output) variables are available (e.g. there is no data about grape types, wine brand, wine selling price, etc.).
These datasets can be viewed as classification or regression tasks. The classes are ordered and not balanced (e.g. there are munch more normal wines than excellent or poor ones).
In this section you can download some files related to the winequality-red data set:
- The complete data set already formatted in KEEL format can be downloaded from
here
.
- A copy of the data set already partitioned by means of a 10-folds cross validation procedure can be downloaded from here
.
- A copy of the data set already partitioned by means of a 5-folds cross validation procedure can be downloaded from here
.
- The header file associated to this data set can be downloaded from here
.
- This is not a native data set from the KEEL project. It has been obtained from the UCI repository. The original page where the data set can be found is: http://archive.ics.uci.edu/ml/datasets/Wine+Quality.
|