Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.94 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.94 KB

Cuisine_Classification_ML

Contains code and artefacts used to attempt identification of the cuisine type of a recipe based on its ingredients, as part of the coursework for the Machine Learning and Predictive Analytics Module for UWE MSc in Data Science.

Dataset

Kaggle - Whats cooking?

Repository structure

Visualizations and results

Model parameters and performance (avg accuracy scores):

perf_table

perf_boxplot

EDA and exploration

Ingredient counts:

ing_counts

Word cloud:

word_cloud

Model training and testing

KNN scores:

knn_scores

Ingredient clusters (k-means):

ing_clusters

Confusion matrix:

conf_m