WINE: WINE data

Description Usage Format Details References

Description

Predicting the quality of wine based on its chemical characteristics

Usage

1
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.


regclass documentation built on March 26, 2020, 8:02 p.m.

Related to WINE in regclass...