You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a machine learning model to predict wine quality based on various physicochemical properties. The model uses Linear Regression to predict a numerical quality score from the input features.
Dataset
The dataset used is wine_quality_classification.csv which contains:
Features: Various physicochemical properties of wines
Target: A quality label ('low', 'medium', 'high') converted to numerical values (3, 5, 7 respectively)