Skip to content

harshalk612/Whats-Cooking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What's Cooking? - Kaggle Competition

This repository contains code for the Kaggle "What's Cooking?" competition, where the goal is to predict a recipe’s cuisine based on its ingredients.

Overview

  • Data: JSON files with recipes (train/test), each containing "id", "cuisine", and "ingredients".
  • Approach: Text-based feature engineering (e.g., TF-IDF) with two distinct models: SVC and XGBoost.

Repository Structure

Whats_cooking_2.ipynb: Implements an SVC-based approach. Whats_cooking_2xgb.ipynb: Implements an XGBoost-based approach.

Notes

Hyperparameters and model settings can be adjusted within each notebook. Consider cross-validation or other techniques to evaluate and compare model performance.

License

Provided under the MIT License. See LICENSE file for details.

About

Kaggle Competition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%