Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soumyapro/wine-quality-prediction

This project is about the prediction of wine quality using machine learning algorithms
https://github.com/soumyapro/wine-quality-prediction

boxplot matplotlib numpy pandas random-forest smote

Last synced: about 1 month ago
JSON representation

This project is about the prediction of wine quality using machine learning algorithms

Awesome Lists containing this project

README

        

# Wine-Quality-Prediction

![wine](https://user-images.githubusercontent.com/84585023/185804351-15160cd8-4297-45a6-9d52-f09ffe927714.jpg)

## About Dataset
For this project, I used Kaggle’s Wine Quality dataset to build best classification model to predict whether a particular wine is “good quality” or not.The dataset can be found at the UCI Machine Learning Repository. Wines are divided into 2 categories, white wines and red wines. Each wine in this dataset is given a “quality” score between 0 and 10.Such a model can be used not only by the certification bodies but also by the wine producers to improve quality based on the properties and by the consumers to predict the quality of wines.The quality of a wine is determined by 11 input variables:

- Fixed acidity
- Volatile acidity
- Citric acid
- Residual sugar
- Chlorides
- Free sulfur dioxide
- Total sulfur dioxide
- Density
- pH
- Sulfates
- Alcohol

## Objectives
The goal is to explore the Wine Quality dataset in order to extract the main features and characteristics from the data and predict the wine quality. We will consider this problem as a regression task.

- Exploratory Data Analysis
- Data preprocessing
- Quality prediction

Cheers! 🍷

![47-476558_red-wine-glass-cheers-hd-png-download](https://user-images.githubusercontent.com/84585023/185805022-bbe299ba-3038-443a-a334-5d8bfc69566d.png)