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

https://github.com/dhrupad17/codeclause_wine_quality_prediction

This is My Task 2 as a Data science Intern at CodeClause
https://github.com/dhrupad17/codeclause_wine_quality_prediction

codeclause codeclause-task datascience jupyter-notebook python3

Last synced: 3 months ago
JSON representation

This is My Task 2 as a Data science Intern at CodeClause

Awesome Lists containing this project

README

        

# 🍷 Wine Quality Prediction 🍻

## Description

For this project, I used 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 8. For the purpose of this project, I converted the output to a binary output where each wine is either “good quality” (a score of 7 or higher) or not (a score below 7). Here I have used ``Random Forest Algorithm`` to create my prediction model.

### Dataset:-

https://www.kaggle.com/datasets/uciml/red-wine-quality-cortez-et-al-2009?select=winequality-red.csv

### Overview:-

![image](https://user-images.githubusercontent.com/91726340/221506269-05e5f8be-a1ec-4b07-89dc-cb6bb2c3e009.png)
![image](https://user-images.githubusercontent.com/91726340/221506400-95f40794-479d-4834-b858-8ee0f716fefb.png)
![image](https://user-images.githubusercontent.com/91726340/221506484-7524ce91-fa17-4981-9f52-b7b03e16a21e.png)
![image](https://user-images.githubusercontent.com/91726340/221506547-e4cdaab0-92f3-40a8-98e5-5a0025307456.png)

### Thank You