winequality | R Documentation |
A subset related to the white variant of the Portuguese "Vinho Verde" wine,
containing physicochemical information (fixed.acidity
, volatile.acidity
,
citric.acid
, residual.sugar
, chlorides
, free.sulfur.dioxide
,
total.sulfur.dioxide
, density
, pH
, sulphates
and alcohol
)
and sensory (quality
).
winequality
A data frame with 1,250 rows and 12 columns:
fixed acidity
volatile acidity
citric acid
residual sugar
chlorides
free sulfur dioxide
total sulfur dioxide
density
pH
sulphates
alcohol
median of at least 3 evaluations of wine quality carried out by experts, who evaluated them between 0 (very bad) and 10 (very excellent)
For more details, consult https://www.vinhoverde.pt/en/ or the reference Cortez et al. (2009).
UCI Machine Learning Repository: https://archive.ics.uci.edu/dataset/186/wine+quality.
Cortez, P., Cerdeira, A., Almeida, F., Matos, T., & Reis, J. (2009). Modeling wine preferences by data mining from physicochemical properties. Decision Support Systems, 47(4), 547-553.
winetaste
str(winequality)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.