Wine Quality Analysis

1 minute read


Wine Quality Analysis

An analysis on a dataset about wines from Portuguese.
Explore the docs »

· Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Description
  4. Contributing
  5. License
  6. Contact

About The Project

Built With

  • Powerpoint
  • Word
  • jupyter notebook

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Microsoft Office Suite
  • PDF Reader

Installation

  1. Clone the repo
    git clone https://github.com/AMeyer89/WineQualityAnalysis.git
    

Description

There are two different datasets one is red, and one is white. The dataset was downloaded from the UCI Machine Learning Repository. Originally, I was only going to use the white wine dataset but having red to compare seemed to help more. My main question was what physicochemical test) give to higher quality? To answer this, I looked at scatter plots and the correlation matrix using spearman was helpful. I did try to do a multiple regression with all the variables and then scaled back on them. I lost about 0.02 on the R squared.

Overall, I do not think there were many high correlations between quality and the physicochemical variables. The attributes with the highest positive relationship are Alcohol and Citric Acid. Density, Chlorides, and Volatile Acidity with higher negative impact. I was a bit surprised that Total Sulfur Dioxide did not have a bigger negative impact, because supposedly higher amounts are noticeable through smell and taste. I believe information on the grapes used, wine company, and prices would have been helpful. If the dataset were extended to have more wines; I think location would probably be helpful too

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

April Meyer - swim53185@gmail.com

Project Link: https://github.com/AMeyer89/WineQualityAnalysis