Given a set of features as inputs, the task here is to predict the quality of wine on a scale of 0 - 10. I have solved it as a regression problem using Linear Regression. Dataset
fixed acidity
volatile acidity
citric acid
residual sugar
chlorides
free sulfur dioxide
total sulfur dioxide
density
pH
sulphates
alcohol
Python
Pandas
matplotlib
numpy
scikit-learn
Correlation between different attributes
1
RMSE
2
Coefficient values
3