Wine Classification using k Nearest Neighbour from Scratch
Wine Classification using k Nearest Neighbour from Scratch
Jul 17, 2023
python machine-learning clustering matplotlib seaborn

I created a machine learning model to categorize types of Italian wine. This project features a custom implementation of the k Nearest Neighbour algorithm. I also developed the nested cross validation logic without using external libraries. The work explores model stability when handling data with Gaussian noise.