Git Product home page Git Product logo

wine-quality-prediction's Introduction

Wine-quality-prediction

The project goal is to predict the quality of wine using chemical parameter.

Use Kaggle’s Red Wine Quality dataset to build various classification models to predict whether a particular red wine is “good quality” or not. Each wine in this dataset is given a “quality” score between 0 and 10. For this project, The quality of a wine is determined by 11 input variables: The objectives is to determine which features are the most good quality of wine.

Description of Dataset

In the dataset, you can see that several features will be used to classify the quality of wine, many of them are chemical.

       - volatile acidity :   Volatile acidity is the gaseous acids present in wine.

       - fixed acidity :   Primary fixed acids found in wine are tartaric, succinic, citric, and malic

       - residual sugar :   Amount of sugar left after fermentation.

       - citric acid :    It is weak organic acid, found in citrus fruits naturally.

       - chlorides :   Amount of salt present in wine.

       - free sulfur dioxide :   So2 is used for prevention of wine by oxidation and microbial spoilage.

       - total sulfur dioxide 

       - pH :   In wine pH is used for checking acidity

       - density

       - sulphates :    Added sulfites preserve freshness and protect wine from oxidation, and bacteria.

       - alcohol :   Percent of alcohol present in wine.

Rather than chemical features, you can see that there is one feature named Type it contains the types of wine we here discuss on red and white wine, the percent of red wine is greater than white.

For the next step we have to import some important library :

steps

1. import the data 

2. clean data 

3. split the data into training set / testset means some wine for train some for test

4. create a model with decison tree

5. create a model

6. train the model

7. make prediction

8. then evaluate

Random Forest Algorithm

wine-quality-prediction's People

Contributors

biruk-n avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.