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
To experiment with different classification methods to see which yields the highest accuracy
To determine which features are the most indicative of a good quality wine