Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 341 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 341 Bytes

wine_quality

Classify wine as one of 6 quality rankings based on given wine attributes.

The given wine attributes are:
alcohol sulphates volatile.acidity chlorides density pH citric.acid total.sulfur.dioxid
fixed.acidity residual.sugar free.sulfur.dioxide

Classification performed in R using a Random Forest model.