WINE {regclass} | R Documentation |
WINE data
Description
Predicting the quality of wine based on its chemical characteristics
Usage
data("WINE")
Format
A data frame with 2700 observations on the following 12 variables.
Quality
a factor with levels
high
low
fixed.acidity
a numeric vector
volatile.acidity
a numeric vector
citric.acid
a numeric vector
residual.sugar
a numeric vector
chlorides
a numeric vector
free.sulfur.dioxide
a numeric vector
total.sulfur.dioxide
a numeric vector
density
a numeric vector
pH
a numeric vector
sulphates
a numeric vector
alcohol
a numeric vector
Details
This is the famous wine dataset from the UCI data repository https://archive.ics.uci.edu/ml/datasets/Wine+Quality with some modifications. Namely, the quality in the original data was a score between 0 and 10. These has been coded as either high or low. See description on UCI for description of variables.
References
P. Cortez, A. Cerdeira, F. Almeida, T. Matos and J. Reis. Modeling wine preferences by data mining from physicochemical properties. In Decision Support Systems, Elsevier, 47(4):547-553, 2009.