| 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.
Qualitya factor with levels
highlowfixed.aciditya numeric vector
volatile.aciditya numeric vector
citric.acida numeric vector
residual.sugara numeric vector
chloridesa numeric vector
free.sulfur.dioxidea numeric vector
total.sulfur.dioxidea numeric vector
densitya numeric vector
pHa numeric vector
sulphatesa numeric vector
alcohola 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.