-

Interactive Wine Aroma Wheel
https://github.com/JoshuaPaulBarnard/Interactive_Wine_Aroma_Wheel An Interactive Wine Aroma Wheel based on the Davis Wine Wheel by A.C. Noble. This is a zoomable and partitioned sunburst chart made using the D3.js v3 JavaScript Library. Clicking on the partitions will zoom-in on to that segment, with sub-categories radiating out. “The Davis Wine Aroma Wheel is divided into several sections to…
-

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…