Using K-Nearest Neighbours to determine which fast food restaurant an item is from based on its nutritional value.
The data has been split train:test:validation (60:20:20)
Setting k to 5 achieves an accuracy of 77% on test data.
The dataset is also included above (from Kaggle).