Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.39 KB

File metadata and controls

45 lines (30 loc) · 1.39 KB

ML-Red-Wine-Quality-dataset

In this project we are going to perform exploartory data analysis and create machine learning models using following:

  • Linear regression
  • Random Forest
  • Neural network (Keras)

to predict which attributes influence the quality of red wine and predict quality red wine.

Dataset

For predicting the red wine quality we require physicochemical information of different quality of wines to find the features of a best quality wine. the physicochemical information includes:

  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

Output variable (based on sensory data):

  1. quality (score between 0 and 10) the dataset is taken from here.

Installation

To develop this project Jupyter Notebooks and Anaconda are used. You can install Anaconda from here. Then either use Jupyter Labs or jupyter notebook extension to open the files. You can also view the project on Kaggle here

Credits

Paulo Cortez, University of Minho, Guimarães, Portugal, http://www3.dsi.uminho.pt/pcortez A. Cerdeira, F. Almeida, T. Matos and J. Reis, Viticulture Commission of the Vinho Verde Region(CVRVV), Porto, Portugal @2009

License

CC-0 license