-

Predicting Wine Quality
Predicting Wine Quality by comparing Linear Regression with Machine Learning techniques. Comparing Linear Regression with kNN, Decision Tree and Random Forest with Bayesian Inference to Predict Wine Quality in Python. We use python and Jupyter Notebook to download, extract, transform and analyze data about the physicochemical properties which make up wine, and use them to…