Project Topic

wine quality

Predicting Wine Quality with Several Classification Techniques

Project Features

Here we will predict the quality of wine on the basis of given features. We use the wine quality dataset available on Internet for free. This dataset has the fundamental features which are responsible for affecting the quality of the wine. By the use of several Machine learning models, we will predict the quality of the wine.

Programming Languages Used

Python, Machine Learning

Framework/Libraries Used

import numpy as np
import pandas as pd
import matplotlib as plt
import seaborn as sns
import plotly.express as px

Project Description

The objectives of this project are as follows

  1. To experiment with different classification methods to see which yields the highest accuracy
  2. To determine which features are the most indicative of a good quality wine

Want Complete Code Of This Project ?