Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 727 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 727 Bytes

Wine-Quality-Prediction

This ML project predicts the quality of wine by classifying it into two categories - Good quality and Bad quality - using parameters such as acidity, density, pH level, percentage of chlorides, percentage of sulphur etc.

Dataset Info

The dataset contains the features

  1. Fixed acidity
  2. Volatile acidity
  3. Citric acid
  4. Residual sugar
  5. Chlorides
  6. Free sulfur dioxide
  7. Total sulfur dioxide
  8. Density
  9. pH
  10. Sulphates
  11. Alcohol quality

The alcohol quality is taken to be the target variable.

Number of data points : 1599

dataset_description