GithubHelp home page GithubHelp logo

anu2985 / wine-quality-prediction-and-validation- Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tijilicious/wine-quality-prediction-and-validation-

0.0 0.0 0.0 137 KB

In this project I have made predictions for a wine quality based on several features such as PH level, alcohol content etc. of a wine. The wine is classified as 'good', 'average' and 'bad'.

Jupyter Notebook 100.00%

wine-quality-prediction-and-validation-'s Introduction

Wine-quality-prediction-and-validation-

The data file wine_train.csv contains a dataset of 3673 data points with 11 features and a label which ranges from 3-9.The aim of the project is to predict the quality of the wine by training the data on the given data points and then creating a separate csv file for testing and feedinf the predicted value of quality in a new column and marking it as good, average or bad. Any value of quality predicted which is less than 6 is marked as 'bad', equal to 6 marked as 'average' and greater than 6 is marked as'good'.Out of 3673 data points, 3000 are used to train the model and the rest are used for testing.

Technology used- Python3, Random forest, Hyperparameter tuning.

Data Description

fixed.acidity
volatile.acidity	
citric.acid	
residual.sugar	
chlorides	
free.sulfur.dioxide	
total.sulfur.dioxide	
density	
pH	
sulphates	
alcohol	
quality (label)

The final prediction is based on Random Forest Regressor and dumped into Testing and prediction.csv file. Train accuracy is around 0.96 which shows that it has low bias.

wine-quality-prediction-and-validation-'s People

Contributors

tijilicious 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.