Solution to Kaggle competition What's Cooking -- predict the category of a dish's cuisine given a list of its ingredients.
Soft-voting ensemble of logistic regression and SVC (1:2) => 80.7% accuracy
- Numpy, Pandas
- Plotly for visualization (I'm actually in love with plotly now)
- Scikit-Learn for utility and ML algorithms